Wednesday, January 21, 2009

Own sorting in Infragistics' ultraGrid

My application's user submitted request to add possibility to change way how decimal columns are sorted in grid.

He wanted sort decimals by absolute values.

Turned out it is pretty easy to implement using IComparer interface + grid SortComparer property.

Final effect:

Example code:


Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home