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
560
Edit mode not entered when single clicking on Add New Row
posted

Hi,

I've configured my XaDataGrid to have the AddNewRow by setting in XAML:

AllowAddNew

 

="True" AddNewRecordLocation="OnBottom"

on the FieldLayoutSettings. I also have CellClickAction="EnterEditModeIfAllowed" on FieldSettings.

 

However when I move to the Add New Row from some other row by single clicking into one of the columns of the Add New Row, the Add New Row does not enter edit mode. I have to click again to go into edit mode on this row.

Can you advise how I can get the Add New Row to go into edit mode by only clicking on it once?

 

Thanks,

Joe