Is there any way to add buttons to the grid header ? For example when I turn on AllowColumnPicking="true" I get a rather large header added to my grid just to include the drop down for the columns. It would be awesome to be able to add button and other components to that area. I have seen this down with Telerik controls as well as Syncfusions.
There is no built-in toolbar for the DataGrid component.
Thanks, I figured that part out! I guess I will submit a feature request! Since adding the column picker makes adds an ugly empty bar across the top my grid that has nothing else in it except the drop down for the column picker. Overall, I do like ease of use of the Blazor Components they are pretty awesome.
Thanks
We accept pull request also!
Ok, I not sure if I have the technical chops to create that and make a pull request but I will try and contribute.
Cheers
Hey so I pulled the code and added a custom header feature! when, how do I push my branch up for review ? I am logged into GitHub but I get 403 when I try to push my branch
Ok I made my pull request ! That was kinda fun!