Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » Sorting (RSS)
  • Temporarily disable UltraTree sorting while creating nodes?

    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...
    Posted to Forum by jhorvath on 11-19-2008
  • Sort and BindingList

    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...
    Posted to Forum by moug on 11-07-2008
  • Sort order not preserved when adding UltraDataRow

    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...
    Posted to Forum by mcparry on 09-05-2008
  • To Cancel the Built-in Sort of UltraWebGrid

    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...
    Posted to Forum by vinodhinij on 08-19-2008
  • Re: how to get row index

    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...
    Posted to Forum by emilyankov on 07-31-2008
  • How to sort a column of integer type ?

    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...
    Posted to Forum by CvssChaitu on 07-29-2008
  • Re: UltraWinGrid Sorting Column containing Oracle Date Format

    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...
    Posted to Forum by 3675510 on 07-15-2008
  • UltraWinGrid Sorting Column containing Oracle Date Format

    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...
    Posted to Forum by 3675510 on 07-14-2008
  • How to sort summary column

    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...
    Posted to Forum by foresightxi on 07-02-2008
  • How to Sort if Grid is having an image on the GridColumn

    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...
    Posted to Forum by EstateMasterjeevan on 07-01-2008
Page 1 of 3 (29 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems