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
1020
Bringing Focus on a cell ( with blinking cursor )
posted

Hi Friends,
In my UltraGrid I use the following code to set the active cell :-


ultraGridMass.ActiveCell = ultraGrid.Rows[0].Cells[1];

When I do this the cell gets focus but I can not directly edit the cell
before clicking it once with the mouse....I want to be able to directly start
editing the cell. How do i accomplish that ?
Looking for help...

Thanks
Sid.

Parents Reply Children
No Data