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 have a webgrid and I can get the value of columns:
webgrid1.roottable.columns.getnameditem("columnname").value
or
webgrid1.roottable.groupcolumns.getnameditem("Columnname").value
The problem is: What value do I check to see if the webgrid is in grouped mode?
Hi George,
If i am not mistaken, we don't have a property to check if WebGrid is under group mode or not for now.But you can try to use the code below to indicate if WebGrid in group mode or not.
if(grid.RootTable.GroupedColumns.length>0) { alert("WebGrid in Grouping mode"); }else { alert("There is no groupped columns or WebGrid is not in Grouping mode"); }
Hope this helps.
Regards,Handy
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