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
220
PerformAction - Inconsistent Between Debug And Release Mode
posted

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.

 

Parents
No Data
Reply
  • 71886
    Offline posted

    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.

    KeyPressGridEvent.zip
Children
No Data