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
Hi all,
Is their any way to know whether the grid is refreshing its content or not? cos i have a resize function which will be called twice when i maximize the window. im getting warning for the second time when the javascript is being executed.
function resize() { var grid = ISGetObject('WebGrid1'); grid.Refresh(); }
So i need to do following check before refreshing the grid.
function resize() { var grid = ISGetObject('WebGrid1'); if(<Grid is not Refreshing>) grid.Refresh(); }
Please help me out guys. Its urgent.
Hello,
Does the warning about to show "Please wait the WebGrid is still in progress..." ? If yes, I think the refresh process is still loading (have not finished yet). When you try to resize and call refresh again, of course it would show you the warning. In Normal state, we can check if the grid is on progress or not such as sorting, refresh or grouping (all flypostback process). When a process has not finished, it would return a warning as you said before. Here is properties to check if the grid is still in progress or not. Hope this helps.
grid.IsInProgress=true;
Regards,Handy
hai,
Thanks buddy, actually i achieved it through some bool variable and settimeout function. now i changed.
Thanks a lot
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