Hi,
I am working on a web application that is supposed to be an exact replica of already running desktop application. The desktop application is using XtraGrid and its auto filter facilities are often used by end users.
Now as I am using ASPxGridView, I noticed that auto filter and thus filter builder facilities are not provided by ASPxGridView.
Can you please guide me how should I proceed with filtering, especially when there are many end users already familiar with how to build filter expressions using filter builder.
The solution I have is to either write my own filter builder with all the graphical capabilites of XtraGrid's filter builder Or ask my users to change their habits. Both these solutions seems to be not very practical for me.
Any tips or tricks?
Saqib