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
185
WebDataGrid Text Property
posted

Hello,

The UltraWinGrid has a text property that displays text at the top of the grid. Is there a similar feature for the WebDataGrid? I would like to display text at the top of a WebDataGrid from code behind.

Thanks.

Parents
No Data
Reply
  • 37874
    Verified Answer
    posted

    Hello Scott,

    There is no such property of the WebDataGrid. I would suggest you to use some html element or appropriate server-side control to set text on top of the grid. You will have to position it manually, though.

    Let me know if you have other questions.

Children