We have a datagrid, v1.1, and it first shows data to the user based off a SPROC, and might be, for example, 20 rows.
What we'd like to do is allow the user to check a box on the last column, "include in filter", click a button, and only show the rows the users has clicked....i.e. now only 3 rows.
Can this be done client side w/o a database call?
What we'd like to do is allow the user to check a box on the last column, "include in filter", click a button, and only show the rows the users has clicked....i.e. now only 3 rows.
Can this be done client side w/o a database call?