0
votes
1answer
34 views

Removing the sort arrow from DataGrid programmatically in WPF

In my WPF application, I have a DataGrid with some columns that displays my sortable data. The user can sort and subsort whichever column he wants. I added a button that should clear the sorting and ...
0
votes
0answers
19 views

Sorted DataGrid is corrupted by adding row on text input

I'm trying to add rows on text input in my DataGrid. However, if I sort the DataGrid prior to typing in a row (to add a new one) the DataGrid is corrupted. Two rows disappear and a blank one appears ...
0
votes
0answers
25 views

Applying Ext JS on existing datagrid in jsp for sorting

I have a Java EE web application and I'm using Servlets and JSP pages in that web application. Datagrids are already available in JSP pages. Can I implement Ext JS sorting concept in that existing ...
0
votes
0answers
15 views

Is it possible to use embedded code expressions in markup to set sortExpression?

I've got an asp.net page with datagrid bound to the DataTable. Protected class TableColumnNames stores column names for that datagrid. As for now, data bindings are something like ...
0
votes
0answers
66 views

Sort DataGrid by Combobox displayed value

I have two DataGrids with Parent Child relationship, and both are bounded to data collections. Child DataGrid implements DataGridComboBoxColumn for displaying parent's name instead of id. Problem: ...
2
votes
1answer
64 views

DataGrid sorting ascending > descending > null (no sort)

I tried to find a way to configure the wpf DataGrid to loop through sortings: {ascending, descending, no sort} when clicked repeatedly. I wrote this (but did not love it hence this q): ...
1
vote
1answer
51 views

How to Sort a DataGridTextColumn which uses a MultiBinding Converter

I use a multibinding with a value converter to provide the visual display of a collection of items in my DataContext. Here is a snippet of the XAML; <DataGrid.Columns> ...
0
votes
1answer
22 views

What event handler can I use to tell when a DataGrid control has finished sorting?

I am simply wondering what event handler I can use to tell me when a DataGrid control has finished sorting. I know there is an event for Sorting, but I can't seem to find anything for when it has ...
0
votes
2answers
102 views

Sort a datagrid column by an enum type

I have a column in my DataGrid which displays some enumeration value. I set the SortMemberPath to my property which is represented by these enumerated values. However, when clicking on the column ...
2
votes
2answers
118 views

SlickGrid selection issues on sort

When using SlickGrids selection and sorting together I found that the selection is storing the index of the selected rows rather than storing the selection for the data you selected. How can I fix ...
0
votes
1answer
78 views

Custom Sorting Algorithm to BindingListCollectionView

I am working on a WPF project which has some DataGrid's, and in some of them I need to apply a custom sorting algorithm. So I have been searching a way to accomplish this and in many web pages I have ...
0
votes
1answer
24 views

Sorting on Templated Column with converters

My datamodel is like this: public class ModelA { public int ModelId{get;set;} } public class ModelB { public IEnumerable<ModelA> ChildObjects{get;set;} } Now ...
0
votes
1answer
106 views

Sort Column of DataGrid using a MultiValueConverter

I have a datagrid with a textcolum using a MultiValueConverter. The converter got 2 values. The first depend of the current Item and the second of a TextBlock. The value displayed is what I want. ...
0
votes
0answers
131 views

WPF DataGrid ListCollectionView sort slow

I'm looking for some help with optimizing my WPF datagrid. The grid displays sorted real-time data from a constant data feed source. The datagrid usually contains on average between 500-1000 rows. ...
0
votes
0answers
29 views

How to arrange a column name in a SORT order in radgrid dropdown

In WPF ,In Data grid, i have made one column field as Dropdown, which contains all the Column names from the DB. and Now In my grid i have three columns and frst two columns contains no data , but in ...
2
votes
1answer
974 views

Add row number in datagridview in vb.net

I am developing Windows Application in Vb.Net. Now there is one form in which I want to print records displayed in the grid. There is a facility to sort grid by clicking on the cell header in the grid ...
0
votes
0answers
92 views

Filtering dojo grid with search bar

I have a dojo grid populated using a JSONRest Store. I have a search bar on the top and I need a way to filter the grid as the user types into the search bar. Would this be something I would have to ...
0
votes
1answer
131 views

Flex sort Datagrid with custom compareFunction (sort numbers numerical and text alphanumerical)

I need following result. All numbers use numeric sorting and all strings use alphanumeric sort. Further more , the numeric values should be listed before the string values: Example: before ...
1
vote
1answer
233 views

Flash DataGrid - Sorting Arrows always visible

I'd like to set up my DataGrid so that the sorting arrows are always on the header, not just whenever you click on one. At minimum I'd like to force one column to start off sorted and have the ...
0
votes
1answer
173 views

How can I make the RadioButtons on my DataGrid stay usable after sorting?

I have a DataGrid that I am creating and populating from code. When the grid first shows up the RadioButton column, "Include", seems to work just fine. The problem is that after I change the sort the ...
0
votes
0answers
66 views

incomplete sort on datagrid

Working with Asp.Net, c#, VS 2010; as part of Dynamics CRM 2011 development: I have a datagrid, defined as follows: <asp:DataGrid runat="server" ID="dgResults" AllowPaging="True" ...
1
vote
1answer
238 views

Flex DataGrid does not sort correctly if a column contains custom UIComponent

I have a DataGrid with the first column being strings ("Red", "Blue", etc) and the second column being a circle (custom UIComponent) of the corresponding color. If I click on the first column to sort, ...
0
votes
2answers
159 views

ActionScript: Sorting datagrid and getting data from specific cells programmatically

I have a datagrid in my code that looks like this: <s:DataGrid id="dg"> <s:ArrayCollection id="ac"> <s:DataItem ../> <s:DataItem ../> </s:ArrayCollection> ...
0
votes
0answers
92 views

FLEX DataGrid: Pre-select (and sort) a column

I have a spark DataGrid with GridColumns, and i want one column to be selected by default. So that the sort function is called, and the arrow shows in the header. without clicking the header. I ...
1
vote
1answer
210 views

How can I prevent DataGridRow visibility from changing when I sort my DataGrid?

I have an application that needs to display a set of rows that is filtered by some external criteria. For reasons I won't explain here, I don't really want to remove the rows from the DataTable the ...
0
votes
0answers
47 views

Don't re-sort the rows when add a new item, only when user click on header

Excuse me for my poor english. I have a grid, with sortable columns. If user click on cell header, for activate the sort behavior, and later I add programmatically a new item to binded collection, ...
1
vote
3answers
317 views

EnumerableCollectionView to ListCollectionView with DataGrids

I have a DataGrid that I'm trying to implement a CustomSort on. The DataGrid ItemsSource always returns with type of EnumerableCollectionView which is unsortable. I'm trying to convert ...
1
vote
0answers
78 views

sorting data in a WPF datagrid bound to a related table

I have a WPF datagrid that is bound to a table. This table has a few relations set up so I can get more specific info about the field (Such as the city that a particular store ID is located in). I ...
0
votes
1answer
1k views

Flex DataGrid column sort descending not working

I'm having a strange problem. In Flex 4, I have a Spark DataGrid and have both an item renderer and a sort compare function defined for one of the columns. Strangely, this column will not sort in ...
0
votes
0answers
35 views

Column sort criteria is reverting back on Save click in Datagrid

We have datagrid binded with list of object. User can perform sorting on column in it which is persisted to database to retieve new sortdescription back and bind with grid in new session. But on ...
0
votes
1answer
234 views

datagrid cell validation and automatic sort - VB.NET

I have a problem... I need a VB code which validate cell (ID) - (I used event CellValidating), this value must be unique in datagrid... and if this value of cell is uniqe, then sort rows in ...
0
votes
1answer
438 views

Set default/init Column for sorting in Silverlight

I found a lot of threads with the keywords above but mostly people are asking for sorting. I am asking for sorting at initialized moment. If the form loaded, the GridView should sort by a specific ...
7
votes
1answer
430 views

How to sort a DataGrid using stable sorting?

I've got a WPF DataGrid, and I've got it so that you can sort it by clicking on the column headers. It works, but it's unstable. How do I make it do stable sorting? By this I mean, if I have this ...
0
votes
0answers
47 views

Sort a range in DataGrid

I have been searched this for days but got no luck so far. As you know, there's a range sort function in Excel. You don't always need to sort the whole column, you can just perform sorting on selected ...
0
votes
1answer
137 views

WPF DataGrid sort on Virtualised attribute

Let me get straight down to it. I have a DataGrid with a few set columns, like this: <ctrl:DataGridWithFooter FooterRowsCount="1" x:Name="MyGrid" CanUserDeleteRows="False" ...
0
votes
1answer
127 views

Custom sorting DataGrid without ListCollectionView

I would like to do custom sorting for my ItemsSource as I get this exception: Failed to compare two elements in the array. This is obvious as I use a converter class to display the proper value ...
0
votes
1answer
87 views

.NET datagrid sort incorrectly

I have a .NET DataGrid below, it doesn't sort the column. For example, the sort is like 10 100 21 Even though DataFormatString="{0:N0} has been set, the sort still not work. PLEASE HELP. ...
2
votes
0answers
244 views

flex datagrid sorting which contain itemrenderer

I'm quite newbies of flex, may I have some question to anyone who can suggest please. I have grid for monitor CPU status and It look like this CPU | CPU dif -------------- 5.9 | +0.2 ^ 4.0 | ...
0
votes
1answer
634 views

is it possible to sort primefaces Datagrid?

is it possible sort primefaces datagrid data? as i'm aware it's possible in data table.if it is not possible by default,is there any other way to do it? Thanks
0
votes
0answers
161 views

Maintaining ListBox selection after CollectionViewSource sort in Silverlight

I have a ListBox, described below, which is sorted by radio buttons and whose items are 'selected' according to a binding to their underlying object: Listbox: <ListBox x:Name="listbox" ...
3
votes
2answers
1k views

WPF DataGrid ignores SortDescription

I've got a strange problem here regarding sorting of a WPF DataGrid (System.Windows.Controls.DataGrid in .NET 4.0). Its ItemsSource is bound to a property of the datacontext object: <DataGrid ...
1
vote
2answers
1k views

How can I format WPFToolkit.DataGridTextColumn by full date?

I have searched and tried many methods to format a Date of Birth column by not only Month and Day, but also taking into account the Year. I can't believe this is so difficult to do. I have created ...
2
votes
1answer
301 views

Custom Sort Comparer<T> Silverlight Datagrid

I have a Silverlight Toolkit datagrid where one column shows textual representation of a numeric value. I would like to sort on the column's underlying numeric value but present the text data to the ...
2
votes
1answer
108 views

Datagrid Sorting GB,MB,KB,B's

Ok so i have made an application to get the mailbox sizes from exchange, however i need some help making the sort work well. I databound the grid with my own class, i used the solution here to make my ...
0
votes
2answers
448 views

WPF DataGrid custom sort: reorder items in ItemsSource

I have my custom grid which inherits from DataGrid (from WPFToolkit) that has around 10000 items in it. The built-in sort is very slow. As such I have written a separate class that keeps a running ...
1
vote
2answers
186 views

Searching a DataGrid when it is sorted

I have implemented a simple search function that highlights a row in a DataGrid based on a search query. The gist of it is shown below: public bool scrollToSearch(string query) { ...
2
votes
1answer
525 views

Sorting on DataGridTemplateColumn with converter

I'm recently working on a WPF application that uses the datagrid from the WPF toolkit (and extended toolkit) I'm using a datagridtemplatecolumn because I show a tooltip on some of the values for some ...
0
votes
2answers
751 views

How do I perform a custom sort on a DataGrid column when ItemsSource == null?

How do I implement a custom sort when DataGrid.ItemsSource == null? I have used DataGrid.Items.Add() to add items incrementally to the DataGrid instead of assigning the ItemsSource, so my ItemsSource ...
0
votes
1answer
976 views

Flex s:datagrid sorting doesn't seem to work

I'm using Flashbuilder 4.6 and can't get sorting of columns in my s:DataGrid to work, clicking on the columns does nothing. Can anyone suggest what is wrong? <?xml version="1.0" ...
1
vote
0answers
208 views

How do I sort a DataGrid column based on a field in an embedded Repeater?

I have a DataGrid which has one column that derives its contents from a Repeater that is populated during the DataGrid's ItemDataBound event. I need to be able to sort the DataGrid rows based on the ...

1 2 3