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
120
Adding html to iggrid toolbar
posted

Hi,

I have paging enabled and I would like to add a html button on that same toolbar. I have tried appending like this forum suggested, but it doesn't seem to work ( https://es.infragistics.com/community/forums/t/66059.aspx ). Any suggestions or updates?

Thanks

Parents
No Data
Reply
  • 15320
    Offline posted

    Hello Edward,

    You may access the grid pager through it's jQuery id selector and append the desired html to it, for example: $("#grid_pager").append("<button>Click</button>"). Attached is a sample for your reference.

    If you have further questions, please let me know.

    Regards,
    Tsanna

    pagerCustomHTML.zip
Children