Skip to content

Enter Edit Mode in UltraWinGrid

New Discussion
Phil
Phil asked on Jan 9, 2008 10:06 AM

Hi guys,

I’ve got an ultra win grid with 3 visible columns. The second column is the only editable one. I’ve added a handler for the Enter event on the grid. In this handler I activate the second cell in the first row (i.e. the editable cell in the first row). I’ve also added key action mappings for the grid so that when I press the tab key i go to the next row and the editable is goes into edit mode. My question is how can i force the editable cell in the first row to go into edit mode when its activated? I assume that the key action mappings only work when you press the keys once you’re in the grid. I’ve also set the Activation to AllowEdit but this clearly doesn’t make it go into edit mode.

Thanks,

Eric

Sign In to post a reply

Replies

  • 0
    Nassos
    Nassos answered on Jan 9, 2008 10:06 AM

    Hi man,

    use this :

    Grid.PerformAction(Infragistics.Win.UltraWinGrid.

    UltraGridAction.EnterEditMode);

    in the AfterRowActivate and after you activate the editable cell

    Hope that Helped

    Nassos

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Phil
Favorites
0
Replies
1
Created On
Jan 09, 2008
Last Post
18 years, 1 month ago

Suggested Discussions

Tags

Created by

Created on

Jan 9, 2008 10:06 AM

Last activity on

Feb 23, 2026 1:43 PM