Hello,
I need to clear selection in grid when any area outside grid is clicked. I know how to clear selection. But I do now know how to handle all click events on the page, except grid control. I do it by handling onclick event of the body element, but it fires event if some control (and grid too) was clicked.
I need to clear selection in grid when any area outside grid is clicked. I know how to clear selection. But I do now know how to handle all click events on the page, except grid control. I do it by handling onclick event of the body element, but it fires event if some control (and grid too) was clicked.