Hi
The reset button is not working when we use the column template with the Telerik grid. How to solve this problem? Can you please send it example for reference?
Example Link :
Working Without Column Template
=>https://demos.telerik.com/blazor-ui/grid/column-menu
Not Working With Column Template
=>https://demos.telerik.com/blazor-ui/grid/custom-column-menu
Thanks
Hi Patrick,
Thanks for the detailed description
Indeed, this is an existing issue. So far we had it logged internally, but since you are reporting it, I am converting it to a public bug report, so that others can see and track it too.
Please excuse us for any trouble this is causing you. Possible workarounds include:
.k-column-list-wrapper .k-actions .k-button + .k-button {
display: none;
}
OR
Regards,
Dimo
Progress Telerik