Articles in this section

How to style the GroupDropArea in ASP.NET Webforms?

 

You can specify the style for that area via custom css defined in the GroupDropAreaCssClass property. You can also programmatically set the GroupDropAreaCssClass property through code

[CSS]

.GroupDropAreaCss

{

background-color :#ffbeb8 ;

color:Black;

}

C#

this.GridGroupingControl1.TableDescriptor.GroupDropAreaCssClass = "GroupDropAreaCss";

VB

Me.GridGroupingControl1.TableDescriptor.GroupDropAreaCssClass = "GroupDropAreaCss"

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied