Hello,
I'm trying to set a UltraProgressBar as a column's editor, however, the underlying datatype is a Nullable(of Integer). When setting the editor property I get the error "Editor provided by UltraProgressBar does not support the column's data type."
Is there any way to assign a progressbar as editor when the datatype is nullable ?
Kind regards,
Michael
Hello Michael,
To this moment, the UltraProgressBar control does not support other types than 'int'. So basically what you could do is to change the type of your data. If you feel that I misunderstood you, please provide a code snippet or a sample which will give me more details about your scenario.
Please do not hesitate to contact us if you need any additional assistance.
That is unfortunate. I can not change the type of my data. I'll have to find another way to show a progress bar.
Thanks for the confirmation.