Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104639
    Dark Beccio
    Participant

    HI,

    is there a way to add a custom header or title when u print the grid?

    for example:

    i call grid.print()

    ——–

    MyTitle

    ——–

    printed Grid

    <hr />

     

    TY

    #104640
    Markov
    Keymaster

    Hi,

    This code would allow you to add custom content in a grid header.

    header: {
    visible: true,
    template: ‘<button>Test</button>’
    },

    Regards,
    Markov

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.