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
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.