﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - display data in decenting order</title><link>http://www.intersoftsolutions.com/Community/WebGrid/display-data-in-decenting-order/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>display data in decenting order</title><link>http://www.intersoftsolutions.com/Community/WebGrid/display-data-in-decenting-order/</link><pubDate>Tue, 15 Sep 2009 23:17:38 GMT</pubDate><dc:creator>Dicky</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;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:&lt;/p&gt;&lt;pre&gt;WebGridGroup wgGroup = new WebGridGroup();
wgGroup.ColumnMember = "City";
wgGroup.SortOrder = SortOrder.Descending;

WebGrid1.RootTable.SortedColumns.Add(wgGroup);&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>display data in decenting order</title><link>http://www.intersoftsolutions.com/Community/WebGrid/display-data-in-decenting-order/</link><pubDate>Tue, 15 Sep 2009 07:19:45 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;i am populating the webgrid with value from dataset using webservice method.&lt;/p&gt;
&lt;p&gt;Can you please tell me , is there any option on the webgrid to display the data in decenting order.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;thanks and regards&lt;/p&gt;
&lt;p&gt;c.a&lt;/p&gt;</description></item></channel></rss>