Rank: Newbie Groups: Member
Joined: 12/26/2010 Posts: 4
|
Sir i am very interested in using this grid and am presently evaluating this i want to know , how i can add client side search functionality in this grid please provide any example to make this possible search is very essention for me it should be kind of any column , any where search within the grid data
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The Grid does not do search by itself. So you will usually need to implement search on your server side and then rebind the Grid. It will be something like a textbox and a search button on top of the Grid, and when user enters something then click search, you will run some query to execute the search and then update the Grid.
Thanks!
|