Hi,
Is it possible to apply numeric formating on individual cells instead of complete column? I have tried Conditional Formatting but it seems to be Column Level too. There is similar post as following about horizontal alignment, but i was never successful to use the idea. http://forums.infragistics.com/forums/p/30758/219243.aspx
I am already using following formating on cell level instead of Column Level:
But was never able to address follwoing like:
Can you help me address last section items perticularly Numeric Formating?
Thanks
Couple of suggestions for your scenario:
- You could look at creating a custom format condition which applies the correct formatting based on your own custom logic
- You can create your own custom column. At this level you basically have total control over the contents of a cell. You can see a couple examples of creating custom columns in this blog post:
http://blogs.infragistics.com/blogs/devin_rader/archive/2010/07/08/creating-custom-columns-for-xamgrid.aspx
Devin
Hi Devin,
Im looking to do exactly the same thing here. Do you have an example of creating a custom format condition which formats the text into percentage, decimal, number format etc?
I would rather do this than have to create a custom column which Im guessing is much more complex.
Regards,Doug