Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » Sort » sortimplementation (RSS)
  • UltraWebGrid not showing cell data when sorting

    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"...
    Posted to Forum by PrimosHC on 02-21-2008
  • Re: Override Sorting

    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...
    Posted to Forum by helephant on 01-04-2008
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems