I am using Infragistics.Win.UltraWinGrid.v6.3.
I want to format the cell value 9,999,99.99. How do I do it.
I don't want to format the whole column, just few cells in a column.
Hello,
This issue was discussed previously in our forum and Mike Saltzman have uploaded sample which demonstrates how you could achieve your goal
http://es.infragistics.com/community/forums/p/25842/94917.aspx#94917
I hope that this will helps you.
I implemented the solution and It is working. What wonders me is that why such a complicated solution just to set the format of a cell.
I am very curious to know If there is any logical reason behind making it so complicated.