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
2732
Nullable ProgressBar
posted

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

Parents
No Data
Reply
  • 71886
    Offline posted

    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.

Children