Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » Sorting   (RSS)
Showing page 1 of 3 (28 total posts)
  • Sorting of virtualizing collection

    Hello, we have grid with DataGridVirtualizingCollectionView and I wanted to solve sorting by subscribing methods SortDescriptions.CollectionChanged. But CollectionChanged of SortDescriptions is calling many times, when I click once to column header for sorting. What is the correct solution for sorting of virtualizing collection in Xceed ...
    Posted to Xceed DataGrid for WPF (Forum) by Petr on March 1, 2010
  • Unbound checkbox column & Sorting

    Hi, I managed to add a checkbox coulmn to the grid using unbound column and every thing is working just fine, the problem is that i need to sort the grid by that column. Any idea how to do it ?
    Posted to Xceed DataGrid for WPF (Forum) by Yaniv on September 24, 2009
  • GetContainerFromItem or GetContainerFromIndex dont work after grid sort.

    Hi i am in a difficult position with datagridcontrol, my datagrid control is binded to a datatable, when i sort the datagrid GetContainerFromItem or GetContainerFromIndex dont work, the methods is used to get the underneight datarow object from the datarowview item, Please help.   Thanks in advance
    Posted to Xceed DataGrid for WPF (Forum) by Md. Masudur on September 14, 2009
  • Custom Paging with Sorting

    Hey all, I have a generic search form control for a large application.The columns are being generated at runtime and the paging and sorting is being done server side.This was developed before I knew anything about the DataGridVirtualizingQueryableCollectionView.I am using a web service to deliver the data payloads.The ItemSource is being set ...
    Posted to Xceed DataGrid for WPF (Forum) by Jason on August 29, 2009
  • Crash on Sorting By Non-existant Column Name

    Hello, If I set the datasource of the datagrid with one dataset, click on a datagrid header to sort it by a field called ''Test'', then after I'm done viewing this data I set the datasource of the datagrid to another dataset which does *not* contain a field called ''Test'', my application crashes; obviously it's still trying to apply the sort to ...
    Posted to Xceed DataGrid for WPF (Forum) by Anthony on August 7, 2009
  • DataGrid Sort Order

    Hello, I asked this question a while back but wasn't able to receive a satisfactory answer so I'll try again. I would like to know how to iterate though the underlying dataset in the same order as the sort-order specified in the datagrid. Regards, Anthony
    Posted to Xceed DataGrid for WPF (Forum) by Anthony on August 6, 2009
  • incorrect data after sorting for invisible columns

    I am using Xcced DataGrid Control and binding with a DataTable. I am making some of the columns in DataGridControl to Visible=''False''. On click of the row i am getting the value of one of the invisible columns  Xceed.Wpf.DataGrid.DataRow objDataRow = sender as Xceed.Wpf.DataGrid.DataRow; with objDataRow object i can access the Values ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on July 22, 2009
  • NullPointerException when sorting through the ColumnManagerRow

    Hi there, i'm with a serious problem here. I don't know why but i cannot seem to sort my results in the grid. The first attempt works, the second will always throw an exception. Stack trace is below:    at Xceed.Wpf.DataGrid.DataGridControl.ClearContainerForItemOverride(DependencyObject element, Object item)   at ...
    Posted to Xceed DataGrid for WPF (Forum) by Manuel on June 30, 2009
  • How To Export Grid Retaining Sort Order

    Hello, Let's say we have a datagrid with a datatable databound to it, and now we sort by some column in the datagrid (either ascending or descending)... how can I then export my datatable and retain the sort order? I would like to be able to have a popup menu for the grid where the user can export to a CSV file and have it export my ...
    Posted to Xceed DataGrid for WPF (Forum) by Anthony on June 25, 2009
  • Sorting/grouping with buttons in a rows

    Hello, I have a grid with a special column with buttons in it. When user tries to group or sort data by other columns an InvalidOperationException is thrown: ''Specified element is already the logical child of another element. Disconnect it first.''. Could you please give me some ideas what to do in this situation? Each button is a property in ...
    Posted to Xceed DataGrid for WPF (Forum) by Igor on May 4, 2009
1 2 3 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.