Hi
I've got a GridNumericColumn in a RadGrid which I want to restrict to >0 on edit.
I've added a GridNumericColumnEditor with MinValue=0 onto the page and set the ColumnEditorID on the GridNumericColumn.
The problem I have is that the Editor only gets applied to the first row in my grid when I fire an EditAll command putting all rows into edit mode.
I've attached a cut-down screenshot of the issue. I've added SpinButtons to the Editor for clarity.
Thanks