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
40
Displaying custom TEXT form UltraProgressBar in Grid
posted

I have a UltraProgressBar embedded as EditorControl in Grid I use DataFilter to convert the cell value to PorgressBar  accepted value.

I want to display custom TEXT to the embedded progress bar ( this will be the true cell value not converted by DataFilte).

I have tried to use  ConversionDirection.EditorToDisplay inside the DataFilter but the ards.Direction is never EditorToDisplay so I am unable to override the default text.

Can i do this in some other way ?

  • 469350
    Verified Answer
    Offline posted

    EditorToDisplay doesn't fire because the progress bar editor is not capable of displaying text other than it's own formatted value.

    I think you would have to use a DrawFilter for this and draw the text yourself.