I created a webdatagrid with bound columns. One of the columns is setup with a numeric provider with 5 decimal places. The column datatype is Decimal. The grid loads binds ok.
Anything I do with the grid, I get an error about the numeric provider:
Editor with ID: QuantityProvider cannot edit column with key: Quantity. The editor does not support the column type.
I want to be able to make that column editable but still allow no or null values.
Hello marcgh,
Let me know if you need further assistance with this question.
Let me know if you have some different requirements or further questions.
I forgot to mention that even if I put in a value in the column cell I still get the error.