Hi,
I am using Infra v7.3
I am using UltraGrid. In the Grid Key Press event, if enter key pressed, i want to move to below cell. That is i want to move vertically in the gird while pressing enter key. So i have writtern following code
grdOtherComponentDetails.PerformAction(UltraGridAction.BelowCell);
grdOtherComponentDetails.PerformAction(UltraGridAction.EnterEditMode);
The above code is working fine ,when i run my application through souce code. But if i run the Exe directly, the cursor is focus to next row's next cell (ie. Previous Active Cell + 1).
How to resolve this issue.
Hello rvasanths,
I tried your scenario with both 7.3 and 11.1 versions of our controls and it seems to work fine for me. I attached a sample in this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.