c# - Using DevexpressGridview BeforeGetCallbackResult -


im using devexpress gridview , want trigger javascript "gridviewsettings.beforegetcallbackresult " don't find how this.

should simple enough im missing something!

settings.beforegetcallbackresult = (s, e) => {            //run js function: getstatusmessages() here! }; 

anny ideas?

edit 1;

found solution settings.clientsideevents.endcallback = "getstatusmessages";

it missed;

solution: settings.clientsideevents.endcallback = "getstatusmessages";


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -