I have a cell with datatype value and i want to present this date using porgress bar ( do not ask me for reason ). Unfotrunately the progress bar only accepts integer how can do some conversion inside ultragrid.
The progressbar is boud to the column using the .EditorControl property.
Thanks
TM
This can be done by using a DataFilter to convert the value to an integer. There is an article in the KB that you should look at regarding how to use them:
HOWTO:Use a WinGrid DataFilter to convert strings to bools (and vice-versa) for a checkbox column
-Matt