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
185
How to build GroupByAreaStyle in XamWebGrid?
posted

Hi,

I wish some info for changing group area style in xamWebGrid : background foreground ecc.

Sorry, but I dont' understand the Designer's Guide PDF

target: GroupByAreaPanel                      

property:    XamWebGrid.GroupBySettings.GroupByAreaStyle

Tanks in advance

Parents
No Data
Reply
  • 185
    posted

     many time for.......

     

     

     

     

     

     

    dim r = new

    Infragistics.Silverlight.Controls.Primitives.GroupByAreaCellControl

     

     

     

    dim s = new

    Style(r.GetType)

    s.Setters.Add(

     

     

    new Setter(Infragistics.Silverlight.Controls.Primitives.GroupByAreaCellControl.BackgroundProperty, new

    SolidColorBrush(Colors.Red)))

    myGrid.GroupBySettings.GroupByAreaStyle

     

     

     

     

     

     

Children