Hi,
I am using WebDataGrid with RowAdding functionality enabled.
When I try to add a new row, I click on the cell next to the "+" button and enter the required data. Then if i hit the "Tab" key, the control goes to the next cell but it does not enter edit mode immediately. But it will enter edit mode only if i hit any other key.
My requirement is that when Tab key is hit, it should take me to the next cell and enter edit mode immediately. Can anyone please let me know how to achieve this.
Hi nancy1985,
You should set the EditModeActions property EnableOnActive to true for the RowAdding behavior. You will also need the Activation behavior turned on.
regards,
David Young
Hi David Young,
Thanks for the response. I will follow the suggested approach.