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
If I have a default grouping and I allow grouping and the grouping top box appears, I can easily ungroup this default. We want to be able to not allow the user to ungroup the initial group.
They should be able to add their own groups and ungroup those.
Thanks
Hi Adam,
Yes, you should be able to do that scenario.
e.g At the first load, WebGrid is grouping by city.
You can try to validate at OnColumnUngroup client side event.
function WebGrid1_OnColumnUngroup(controlId, columnObject) { var WebGrid1 = ISGetObject(controlId); if (columnObject.Name == "City") { return false; } return true; }
Regards,Handy
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