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 populating the webgrid with value from dataset using webservice method.
Can you please tell me , is there any option on the webgrid to display the data in decenting order.
thanks and regards
c.a
Hi,
You can try to handle your sorting scenario in level DataSet with DataView or you can also use WebGrid sorting feature. You can add this settings on OnPrepareDataBinding event in WebGrid:
WebGridGroup wgGroup = new WebGridGroup(); wgGroup.ColumnMember = "City"; wgGroup.SortOrder = SortOrder.Descending; WebGrid1.RootTable.SortedColumns.Add(wgGroup);
Hope this helps.
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