|
Browse by Tags
All Tags » Sort » sortimplementation ( RSS)
-
This is the code to my webgrid: < asp : UpdatePanel ID ="_UP1" runat ="server"> < ContentTemplate > < igtbl : UltraWebGrid ID ="UG1" runat ="server" Browser ="Xml" Height ="200px" Width ="325px" DataSourceID ="getCustomerHeader"...
-
To disable the grid's sort you need to set the Cancel property of the event argument to true and then clear the sorted columns collection. You then will need to set up the sort indicators again in the page's prerender event. There's a knowledge base article that shows what you need to do...
Page 1 of 1 (2 items)
|
|