I don't know really whether to call this formatting. I am new to Visual Studio and Infragistics. Let's call it REALLY new. Just learning. I am building an UltraWebGrid in which one of the fields will have a series of different characters such as; CNF POS ALB TTE
If it were possible I would like to have the field display "Complete" if CNF is present in the field.
Is that possible within the confuguration of the UltraWebGrid or do I need to figure another way?
I would handle this on the SQL side.
Would be quicker and easier IMO. you would use a CASE statement with a CONTAINS
here is a link to get you started using CONTAINS in SQL
http://msdn.microsoft.com/en-us/library/ms187787.aspx