Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1790
WHDG UpdateCell with the enter key stroke
posted

I have a WHDG set up and it work properly for cell editing.  I have enable Ajax set to true.  I have the cell editors responding properly and I am able to capture the code in the code behind file.  Right now the event only fires when I do a new row selection.  I want to enable the current row to update or a cell actually to update with the enter key, NOT the row changing.  I have this working fine with the webdatagrid but even with the same settings the WHDG will not update the cell when you hit enter.  You have to actually select another row in order fire the updating event.  Why is that?  I have the enable enter key on the design for each editor as well.