This question is locked. New answers and comments are not allowed.
I've implemented onRowSelect for an ajax bound grid. When I click on a row, I navigate to the details page of my row and everything works great. However, if I first click the edit command to put the row in edit mode, and then click on a cell, the RowSelect event is raised and I again navigate to the details page. While in the RowSelect handler is there a way to detect that the grid/row is in edit mode or do i need to track this myself using OnCommand? Any other suggestions?
Thanks
Thanks