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
225
To customize tooltip in javascript?
posted

Hi,

       In my Grid, i would like to display the Title depending on the column. I may want to show the Title for 4 out of 10 columns, How can we do that? I want to do it in javascript, if it can't be done then in server-side. I tried playing with the CelltitleMode Property, and tried to set in client-side, it was not working.. Pls Help me out?

Thanks,

Raja

Parents
No Data
Reply
  • 49378
    posted

    Hi Raja,

    It has been a while since your post, however in case you still need assistance I would be glad to help.

    I assume that you want to be able to modify the header captions for your grid columns. To do this client-side you can use something like:

    igtbl_getGridById("grid").Bands[0].Columns[0].setHeaderText("This is a header caption")

    Similarly, for server side:

    grid.Bands[0].Columns[1].Header.Caption =

     

    "Test";

    Please contact me if you have any questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://ko.infragistics.com/support

Children
No Data