I need to have 2 refresh button in the Radgrid.On clicking one Refresh button I need to show a set of data in the grid and on clicking the other refresh button,need to show another set of data.
How can I accomplish this by giving 2 refresh buttons in the radGrid.?
Also ,in the Grid,I have given filter with below properties in one of my column 'Name'.
"AutoPostBackOnFilter="true" ShowFilterIcon="false" CurrentFilterFunction="Contains""
If I enter a name and press enter,records with given name is fetched.But if I remove the name and click on refresh button,the grid is not refreshed with whole data.It is showing the 1 record with that name itself.Can I refresh the Grid as in normal case/
Please help me on the above two issues.
Thanks,
Soumya.
How can I accomplish this by giving 2 refresh buttons in the radGrid.?
Also ,in the Grid,I have given filter with below properties in one of my column 'Name'.
"AutoPostBackOnFilter="true" ShowFilterIcon="false" CurrentFilterFunction="Contains""
If I enter a name and press enter,records with given name is fetched.But if I remove the name and click on refresh button,the grid is not refreshed with whole data.It is showing the 1 record with that name itself.Can I refresh the Grid as in normal case/
Please help me on the above two issues.
Thanks,
Soumya.