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,
I see that when I set the webggrd to busy (grid.SetBusy()) the hourglass happen anyway if i press for example the [TAB] on keyboard the focus go on the next cell, instead we want to deny any kind of access when the grid is busy, how to achieve that?
Thanks,
Vincenzo
Please ensure that you have set following points
... <LayoutSettings AllowEdit="Yes" AllowAddNew="Yes" AllowDelete="Yes" InProgressUIBehavior="ChangeCursorToHourGlass" AllowSorting="Yes"> </LayoutSettings> ...
function SetBusyButton_onclick() { var WebGrid1 = ISGetObject("WebGrid1"); WebGrid1.SetBusy(); WebGrid1.IsInProgress = true; return true; }
Hope this help.
I have forwarded this to WebGrid development team. They’ll check the issue and provide a hotfix once this consider as a bug.
I’ll keep you updated with any news I heard from the team regarding this topic.
ok, could you provide us at least a workaround to fix it temporarly?
I tried you suggestion, I call SetBusy and also set the IsInProgress to true, anyway after I set if I press [TAB] or click the mouse botton the grid responses instead I want the grid does not response and remain frozen.
I enclosed one simple sample (as attachment) that I use to test your scenario. Please made any necessary changes to the attached sample so that it replicates your issue and send the sample back to us for further investigation.
Is it possible to have a video that shows the issue or the steps to reproduce the issue?
Look forward for your response.
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