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
185
UltraGrid Cell not focussing when performing tab among the columns that have editorcontrols in ultragrid without using mouse click.
posted

Hi everyone

                    I have faced a problem of not focussing ultragrid's cell when performing tab among the columns that contain editorcontrols(ultraCombo) in ultragrid without using mouse click. I have tried using following code snippet as shown below.

Code Snippet

UltraGrid_AfterEnterEditMode

{

UltraGrid.PerformAction(UltraGridAction.EnterEditMode);

}

This code focus on the cell that contain editorcomponent like UltraCombo and user can select UltraCombo's value using keyboard's up and down arrow keys. But the user cannot perform other keystroke like enter,tab. But i need to perform that thing as well. These keystroke are disabled. Is there any solution to resolve my problem?

 

regards

sureshthedude