views:

671

answers:

2

Hi. What is the way to sort Telerik's RadGrid ? I don't want to add a form server tag, and I don't want to use a user control with code behind like an example I've seen (since I think these are not true MVC solutions, am I right ?). Please point me to an example or post example code...

Thanks in advance.

A: 
<telerik:RadGrid ID="RadGrid1" runat="server" Skin="Vista" AllowSorting="True"
Sort="Descending"></telerik:RadGrid>
A: 

For your telerik questions you should go to http://www.telerik.com/community/forums.aspx

Their support is great and if the forums don't cut it just send a formal request, you will need to create a demo project with your problem. I have used telerik products for years and they never fail to answer your question within a few days.

The demo site is also a great source of knowledge (linked above by robert)

Guido

gatapia