Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2335
Numeric formatting on Cell Level
posted

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:

 

  • FontFamilyProperty
  • FontSizeProperty
  • FontWeightProperty
  • FontStyleProperty
  • BorderBrushProperty
  • ForegroundProperty
  • BackgroundProperty

But was never able to address follwoing like:

Can you help me address last section items perticularly Numeric Formating?

Thanks

Parents
  • 12631
    posted

    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

Reply Children
No Data