Browse by Tags
All Tags » Sorting (RSS)
Showing page 1 of 3 (28 total posts)
-
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 ...
-
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 ?
-
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
-
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 ...
-
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 ...
-
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
-
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 ...
-
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 ...
-
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 ...
-
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 ...
1
|
|
|
|