I have a DateTime column and a bool based column and I want to format the DateTime column based on the bool column. i.e if the bool column == true format date colunm with date and Time if = false format date column with just date ?
It would seem reading the docs that only the appearance can be conditional?
Thanks
Marcus
Hello ,
You could achieve your goal by usin IUIElementCreationFilter, in order to change and format the displayed text based on the value of your bool column. On the following link you will find more information about this interface:
http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=Win_Creation_Filter.html
Also I’ve implemented simple sample in order to demonstrate you this approach.
Please let me know if you have any further questions.