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
150
Groupby indentation
posted

I want to set the property GroupIndentHeaderCellCssClass, which are referenced on this pagehttp://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

Parents
No Data
Reply
  • 33839
    Verified Answer
    posted

    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 

Children
No Data