iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I need to know when the Grid is done refreshing. I have called grid.Refresh() client side and then added some CSS styling but it gets removed by the time the grid is done refreshing. Is there an event I can use?
I tried using OnActionDispatched() and that event does fire when I need it to so I am using that one. Thank you.
Hello,
We have a client side events "AfterResponseProcess". You can try to validate in there. There should be a parameter called "actionName".
Regards,Handy
Hello Ryan,
It's weird. Would you mind to recheck it again? Please ensure that it is also declared in client side events properties.
function WebGrid1_OnAfterResponseProcess(controlId, actionName, lastRequestObject, xmlResponseObject) { var WebGrid1 = ISGetObject(controlId); if (actionName == "Refresh") { alert("test"); } return true; }
<ClientSideEvents OnAfterResponseProcess="WebGrid1_OnAfterResponseProcess" />
I have tried as you have suggested but the JS event is never fired. From reading the help file it appears that event should be fired on sorts, groupings, refresh, etc, is that right? Because it never fires at all. There must be some other setting that I am missing. What else needs to be set?
Hi Ryan,
Is it possible for you to attached a simple runable sample that replicates this issue? I will take a look into your sample and investigate if I can find something in there.
Yes, You can also use this event for your scenario. Glad to hear that It works for your scenario.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname