I have a RadGrid that contains an custom Edit Template (which can also be used for inserts). When the user has the edit template open, I need to prevent them from selecting another row of the grid until that edit is saved or canceled. Is there a simple setting for this? If not, I'm guessing I need to add client side code in the OnRowSelecting event. How do I detect if the grid that the user clicked on has an edit or insert template showing? How do I detect if a DIFFERENT grid on the same page has an edit or isnert template showing?
Thanks
Thanks