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!
Hello Yuri,
Oh, I saw you were able to resolve this after I posted and the page refreshed. I started researching this as soon as you created the thread, guess I should have refreshed the site. If you do not mind please share with us what the issue was, because this could be helpful for the other community members.
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.
I think I was too fast to create this post.
Problem was in my code.