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
100
I am sure this is an easy question.... but... :)
posted

I am new to the SilverLight control world BUT have been using the Win version for years.  I need to be able to dynamically change the formatting on cells that are being returned in the Grid. I have code that works great on the desktop and I format columns dynamically based on what gets returned, but I dont see the same types of capabilities in XamGrid :( I am sure there is another way to do it but here is an example in WinGrid

With Grid.DisplayLayout.Bands(0).Columns(0)

  .Style = UltraWinGrid.ColumnStyle.Currency

  .CellAppearance.TextHAlign = HAlign.Right

  .Format =

"###,###.00"

End With

how do I do the same thing dynamically in SilverLight Xamgrid??

 

 

Parents
No Data
Reply Children
No Data