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 am using Intersoft webgrid and works on large data to bind with grid.
Now, I do groupby task for a particular column and find that the groupby column contains large data itself, say for example 300 records.
When I try to expand that groupby column, it takes time to expand, which seems to be a server side work.
Is there any property defined with the webgrid, so that expanding will be done on client side and when I expand/ollapse my grid, it will show the data quickly.
Hi Vibhore,
I have tried your scenario with our "Orders" table from Northwind database, and grouping performace only take a couple seconds to expand and collapse the row.
However, here is the snippet to perform expand the group row from client side:
function Button1_onclick() { var grid = ISGetObject("WebGrid1"); grid.GetRootTable().GetGroupRows()[1].ExpandGroupRow(); }
function Button1_onclick() { var grid = ISGetObject("WebGrid1"); grid.GetRootTable().GetGroupRows()[1].CollapseGroupRow(); }
I hope it helps. Thank you and have a nice day.
Best Regards,
Andi Santoso
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