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
315
Adjust Row Height - WHDG
posted

Hi, Is there a way to adjust the height of the WHDG data-row height?

I tried to apply a ItemCssClass to the RootBand of the WHDG. But that does not seem to work properly.

Can someone please advise?

Parents
No Data
Reply
  • 5739
    Verified Answer
    posted

    Hi,

    I use this to change row height and any other styling:

    .Class1

    {
    background-image:none !important;
    background-color:#FFCCCC !important;
    height: 100px !important;
    }

    I have this in my initializerow event:

     

    e.Row.Items(13).CssClass = "Class1"

    Ed

     

     

     

     

Children
No Data