|
Browse by Tags
All Tags » Sorting ( RSS)
-
Is there a way to temporarily disable tree column sorting? My program is manually building a node hierarchy (not using data binding). I also have a custom IComparer implementation assigned to a column that is sorting by default. It seems that the sort is refreshed after every node added, causing the...
-
Hello, I do use a bindinglist<Entity> as datasource on a Infragistics.Win.UltraWinGrid.UltraGrid. (databinding) The user is able to sort the grid. the grid is correctly sorted. Now the programs add an entity to the bindinglist (from outside of the grid). The notification works, and the item is...
-
We have an UltraGrid bound to an UltraDataSource. We programmatically add rows to the data source by creating a new UltraDataRow, setting a tag on the new row, then using UltraDataRowsCollection.Add() to add the new row to our rows collection. Subsequently, our CellDataRequested event handler is invoked...
-
The Built-in Sort of UltraWebGrid is differing from the Actual DB query sort if the column values are having duplicate values or NULL values. In order to have the sort same as DB Sort I would like to have custom sorting. Before doing that built-in Sort of the grid needs to be cancelled. I tried with...
-
Hi Rumen, I've just hit another issue with the RowIndex while sorting the original value of the RowIndex is maintained. Is this correct behaviour? Or may be I should ask what is the best practice for handling RowIndex and Sorting? I would expect the RowIndex to change to the new order after the Sort...
-
Hi, I need to sort a column of type integer .I tried it with "HeaderClickAction.SortSingle " ..But the output is like string sorting .. Ex:1,11,101,12,etc are my column items. After sorting,my result is 1,101,11,12,. I think this is consider the data in string format for sorting .But I need...
-
Mike, Thanks so much for your help. Looks like in the stored procedure the TOCHAR function was used, presumably to reformat from Oracle type date to string mm/dd/yyyy. So you pegged that. If I changed the stored procedure and brought it in as an date...would this work: grdResult.DisplayLayout.Bands[0...
-
I'm new to the Infragistics package, and have inherited an application to support full of Infragistics. I got a call saying that the grid column sort was not working. Then someone noticed that when data is in the grid over a multitude of years, and it is sorted, all of the 1's are grouped together...
-
I am trying to sort my group by summary column. If I put a summary on a quantity field and group by customer, it works great. also I can sort the grouped customers by the summary value using GroupByComparer . but, if i have muti summary column,how can I sort them by summary value. like this: customer...
-
I am having a ultraWinGrid and having 10 columns in that. One of the column having Image. I am also having Sort Indicator on every column.This sort Indicator is not working for the Image Grid Column and rest of the columns are sorting fine. Any help much appriciated.Is there any way that i can sort Images...
|
|