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,
We have a webgrid with classic paging enabled.Say we have columns Name,Type,DataProvider.Say the grid is having 20 rows with Pagingsize is 10.There will be two pages.
Now i have done the sorting Based on the Name.Now we want to store the Sorted order of records in an external object.
I want to loop through the webgridrows.
foreach (ISNet.WebUI.WebGrid.WebGridRow wgRow in webgridUsers.RootTable.Rows){
string name=wgRow.Cells[0].Text;
List<UserSelectedTags> tagRequests = new List<UserSelectedTags>(); tagRequests.Add(new UserSelectedTags {name,type,dataprov });
}
We are getting the rows count for the first page loaded rows.We need to loop through all the rows.How we will achieve this?
Regards,
Madhavan
Any updates on this please?
Regards,Madhavan
Sorry for the delay in sending this.
I’m currently still investigating this issue and need more time to provide you with solution, suggestion, or sample.
I’ll get back to you as soon as possible.
Edited on October 18, 2012 8:10 PMReason: Update information
WebGrid doesn’t keep the state of sorted order of records but there is informations which tells whether the grid is sorted or filtered; which sorted order is used (ascending or descending); or which filter type that is applied; etc.
Could you please let us know the goal of your scenario? Would you like to have WebGrid to keep the table structure and layout based on the last state on user?
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