5 Answers, 1 is accepted
Hello Rick,
At the moment programmatic control over grouping is not implemented yet, you can track it here (I added your Vote and feedback): https://feedback.telerik.com/blazor/1432800-set-grouping-from-code.
Regards,
Marin Bratanov
Progress Telerik
Hello Rick,
It is not possible, at least at the moment. Manipulating components with JS is not the Blazor way and if you want to do that, I suggest you wrap the grid in an element you can uniquely identify and traverse the DOM through that instead. Or, just use the .k-grid class the grid wrapping element has (you could add a custom Class too).
Regards,
Marin Bratanov
Progress Telerik
I was going to port a mvc app I have to blazor but maybe I will just wait until you have the group manipulations in.
I need it to do like attached.