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://ko.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.
Hi,
The main reason is because this is an unusual case. It's very unusual to apply a different format to cells within the same column, so the grid supports the simplest and most common case inherently and then it also supports an edge case like this via the extensibility of the editors.
In theory, we could add a format to each cell, and it's actually not that uncommon a suggestion, so I recommend that you Submit a Feature Request and perhaps this will be added in a future release.