Hi,
I'm trying to figure out how to hide the edit panel after the user presses entered. The edit panel is what comes up below the selected row with the update and cancel button. I just want the postback to occur after the user presses enter to get the row that is currently being worked on. I'm creating the detail of the record below the grid. This sounds simple, but I just can't figure it out. Seems like I need to set something to false.
I have the following settings on in Client Settings tag:
<ClientSettings EnablePostBackOnRowClick="true" Selecting-AllowRowSelect="true" AllowKeyboardNavigation="true" />
Thank you,
I'm trying to figure out how to hide the edit panel after the user presses entered. The edit panel is what comes up below the selected row with the update and cancel button. I just want the postback to occur after the user presses enter to get the row that is currently being worked on. I'm creating the detail of the record below the grid. This sounds simple, but I just can't figure it out. Seems like I need to set something to false.
I have the following settings on in Client Settings tag:
<ClientSettings EnablePostBackOnRowClick="true" Selecting-AllowRowSelect="true" AllowKeyboardNavigation="true" />
Thank you,