Depending upon the value in another cell of the same row of an ultragrid, I would like to interpret the integer value of the cell as a string of 4 characters in length, otherwise I would like to display the cell contents as an integer I looked at the data filter example on the web site, but could not adapt it to my requirements. Is a data filter an appropriate choice for conditionally reformatting the cell in this instance?
Thanks...
Hi,
I'm not sure I understand exactly what you want, but it sounds like a DataFilter is the right way to go. You would need to handle the EditorToDisplay and DisplayToEditor conversions.