Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
580
Editable cells for column with decimal? binded value creation problem.
posted

Hi!

I have a grid that is binded with some data. One of the columns (that I need to add an editable cells to) is binded with decimal? value. I need to set different InputMask properties to different cells of this column. For this I create UltraCurrencyEditor control. But when I try to assing this control to cell.EditorControl property, the exception "Editor provided by UltraCurrencyEditor does not support the column's data type" is thrown.

How to resolve this problem? And where does it come from?

Thank you!