GridDataControl filter on absolute value?

Hi
On the GridDataControl i have a column that shows numbers such as
10,-20,3,-4,-200,100.

I want to filter them on absolute value - for example
show me everything whose absolute value > 10.

I don't want to have to do
>10 OR <-10.

How do I achieve this filtering on the GridDataControl?



1 Reply

MA Manikandan Syncfusion Team May 19, 2011 03:34 AM UTC

Hi Tanveer,

Thanks for using Syncfusion products.

At present there is no support to filter the absolute value in GridDataControl. So that we have created a sample by using custom filtering to achieve your requirement .

Please check the sample in the following location.

Sample: http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=Sample-465076041.zip

Video: http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=samplevideo-1112881993.zip

Please let us know if this helps.

Thanks,
Manikandan


Loader.
Up arrow icon