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
250
How to customize content of igxGrid toolbar
posted

hello,

  i just want to know that how can i customize igxGrid Tool bar content i just want a search bar to be displayed on tool bar how can i do this 

  • 16310
    Offline posted

    Hello Alok,

    There is a built-in toolbar which contains UI elements for column hiding and pinning and exporting the grid data. If you want to display other UI elements, you will need to take a more custom approach, which is to define your own UI and wire it up to the grid using its API - there is a good example for that at this demo, which includes exactly a search input.

    Please let me know if you have further questions, I will be glad to help.