Skip Navigation LinksHome / Community & Support / Code Library / WPF > GridView > RadGridView SortDescriptor Returns Collection of ColumnSortDescriptor rather than Collection of SortDescriptor

Not answered RadGridView SortDescriptor Returns Collection of ColumnSortDescriptor rather than Collection of SortDescriptor

Feed from this thread
  • Posted on Jan 17, 2011 (permalink)

    Requirements

    RadControls version

    .NET version

    Visual Studio version

    programming language

    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    Well when I open my application RadGridView SortDescriptors returns collection of SortDescriptors. After that click on any column to sort the RadGridView. then close application and then I am calling a function which loop thru SortDescriptor to save the setting of the columns but it returns Collection of ColumnSortDescriptor and causing exception....

    Regards
    Sanket

    Reply

  • Maya Maya admin's avatar

    Posted on Jan 18, 2011 (permalink)

    Hello Sanket Singhvi,

    Since Q3 2010, RadGridView adds and removes ColumnSortDescriptors in the SortDescriptors collection. You may take a look at our demo for the most recent version of the code required for saving and loading the grid's settings.

    Greetings,
    Maya
    the Telerik team
    Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / WPF > GridView > RadGridView SortDescriptor Returns Collection of ColumnSortDescriptor rather than Collection of SortDescriptor