Hi,
In ultragrid,the greater than filter is working for the numeric number but not working for date field[Datatype is datetime].I have checked the code from google,every thing is correct like MeetsCriteria override,BeforeRowFilterChanged events etc. but not working.Help is required.
Thanks,
Dinakar
Hello Dinikar,I tried setting the ColumnFilter of a column of type DateTime to greater than a date time, and found it to work properly. Please have a look at the attached sample to see how I did this. If this is not the behavior you are looking for, please let me know how I can further assist you.
what is the code that enables the kind of filter you are using? The filter option for me does not have greater than - only a list of values.
Hi nswider,
Thanks for your reply,I tried but it is not working.Can you suggest the code which will be included in the BeforeRowFilterChanged event.
Regards,
try setting the SortComparer, sort comparer class at the end...