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
2306
Can't get EnterEditMode to work!
posted

Hello,

i'm trying to enter in edit mode on a cell but it seems does not work even on a simple example as the one attached to this discussion.

 

i'm trying with this code.

 //ultraGrid1.Rows[2].Activate();
            ultraGrid1.ActiveCell = ultraGrid1.Rows[2].Cells[0];
            ultraGrid1.PerformAction(UltraGridAction.EnterEditMode, false, false);

Any idea why?

 

thank you

 

UltraGrid EnterEditMode cell.zip