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
325
Is it possible to add header text above the row selector?
posted

I just want to know if it's possible to give a title such as "Select" above the row selector area?  I can't find where to add that, If I can.

thanks,

Mario

Parents
No Data
Reply
  • 2426
    Suggested Answer
    posted

    Hello mario101,

    I believe the area above the RowSelectors is part of the header div. You can use Firebug or the IE Dev Toolbar to find out its exact id, but it will end in '_hdiv'.

    You could theoritically add elements or text to that div using the grid's InitializeLayout client-side event.

Children