Rank: Advanced Member Groups: Member
Joined: 10/21/2009 Posts: 39
|
Using C# how can I force the grid into edit mode? I have tried setting the EditItemIndex and EditCellIndex but that doesn't work.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Those two are the correct properties to set. The other thing you want to check is whether the column is an editable column at all. For example, you will never be able to put a StaticColumn into edit mode no matter what.
Thanks!
|