|
Rank: Newbie Groups: Member
Joined: 3/2/2011 Posts: 9
|
We're supposed to get Excel-like inline edit ability when FullRowMode is false. I have that set in my test grid, and I still don't get cells to edit in when I click into a cell.
Is there something else I need to do?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. You have to make sure you are using one of the "editable" column types. For example, StaticColumn will never enter edit mode because it is not an editable column type. The Grid does not automatically choose an editable column type for you because multiple column types can be used for the same data type. For example, both TextBoxColumn and MaskedEditColumn (both supports edit mode) can be used to edit string values.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/2/2011 Posts: 9
|
You people keep this up, and you Will win
Best and Fastest Component Support on the Planet. :) Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Glad to hear that!
|
|