Hi Mike,
Actually this is about webgrid, have already posted in web forums , but i didnt get results.
I am using Webgrid , datasource is data table
In my case data to be loaded in button click event
The Filtering functionality is working fine if the code written in page load event, the same code i tried in button click event its not filtering even the right text given
pl let me know the code for button_ on click event for WebGrid Filtering and sorting functionality
Hi,
On the picture this looks like as WebDataGrid not WebGrid if this is the case on sorting you must provide the same datasource that you have bound the grid to on the previous roundtrip to the server, because the sorting is implemented as entirely server operation.
yep .. the answer of Radoslav is correct.. you must to provide the data source and rebind :)
Alfredo Melo Hernandez