Hello,
We are using UltraWinGrid. In a row, there are certain UltraGridColumn that the user is allowed to edit and some not allowed to edit. The user is allowed to add a new row though. However, when we use CellActivation = Activation.NoEdit, the column is also uneditable in the addrow. How can we allow a column to be editable in the addrow but become uneditable in the other rows?
You can check the row type in the BeforeRowActivate event and override the column behavior:
{
}
else