Chastrezaaa
New Member
Question says it all. I basically need to allow users to click Select in a Datagrid and it enters the the edit row mode instead of the user having to click select and then edit? The reason I need for selection to be done first is because I am passing some values to the database in the code behind. Right now, as I said, the user clicks Select, then Edit, then marks a checkbox that is needed, and then update. I want to cut this process to Select, mark the checkbox, and update. Is this possible?