This question is locked. New answers and comments are not allowed.
Hello,
I'm wondering whether this can be achieved?
For example, I have a grid view which has 5 columns. On each column, I have a filter row as the first row of the grid view.
The grid starts with no data rows except the filter row. (it has bind to a data set and it's not empty, just don't show the data when there is no filter text in the filter row.
As I typed something in the filter rows, it filters the data set instantly and displays the results. (filtering is triggered by key stokes)
I also would like to add a data pager if possible.
Could you give me a insight about how to approach this? Please provide me some sample code to start with if possible.
Thank you very much.
I'm wondering whether this can be achieved?
For example, I have a grid view which has 5 columns. On each column, I have a filter row as the first row of the grid view.
The grid starts with no data rows except the filter row. (it has bind to a data set and it's not empty, just don't show the data when there is no filter text in the filter row.
As I typed something in the filter rows, it filters the data set instantly and displays the results. (filtering is triggered by key stokes)
I also would like to add a data pager if possible.
Could you give me a insight about how to approach this? Please provide me some sample code to start with if possible.
Thank you very much.