how to deselect the selected row of grid on button click?
hi,
I have taken a grid(grid1) on which i am displaying data based on filters and button click. When i select a row from grid1 on selectedRowChanged property, I populated data in another grid(grid2) based on input of selected row of grid1. But when i changed my filters and click on button i just wanted to show data in grid1 and based on grid1 my grid2 data is displayed.
But my grid1 row remains selected and grid2 data populates. How can i deselect row of grid1 ?
Regards,
Sheetal

