I want to set the property GroupIndentHeaderCellCssClass, which are referenced on this page : http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/Infragistics4.Web.v10.3~Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.html
Anybody know how? I am trying to apply custom styles to the GroupIndentHeaderCell, but cannot find where this is done in the declaration of the WebHierarchicalDataGrid.
Thanks,
Kristian Giil
Hi Kristian Giil,
Not all of the roles that exist for the WebDataGrid, WebHierarchicalGrid, and their behaviors have properties to set custom classes. In these cases, you need to modify directly the style sheet that the grid is using. I looked and do not find the property you are searching for on either the WHDG itself or the grouping settings. Try to modify the css or define a class on your aspx that has the same name as the role with your custom style there.
regards,David Young