When export the grid to excel is there a way to tell it to use the row colors the grid shows on the page?
Thanks.

Hello,
Is there a way to capture when the contextmenu is closed?
If user presses one action or just clicks outside the menu.
Either a method or an event.
Thanks

I have a grid that I am filling using an OData endpoint. To this, I would like to add a CompositeFilterDescriptor or a filter that only retrieves records that have at least a count of > 0 for a child collection of the parent data.
i.e.
MyClass{
public int Id {get;set;}
public List<Flag> Flags {get;set;}
}I want to bring back all records that have at least one flag record in the Flags collection.
I am able to manually add the filter to the url and retrieve the object but when I try to add a filter via the DataSourceRequest it treats the >0 as a string character and tries to surround it with double quotes.
I upgraded Telerik Blazor from version 3.6.1 to 3.7.0 and the Donut Chart is broken when the series value is 0.
This is the differences:
This is my REPL link https://blazorrepl.telerik.com/QnuFkUly444cSYuJ13 copied from your demo page https://demos.telerik.com/blazor-ui/chart/donut-chart I just change some of the values to 0.
Just change the Telerik Blazor package version to see the difference

Hi, Is there a possibility to configure the events in Gantt by making the bars of the parent wider and inserting text, similar to the dependent events ?
The second question is whether I can set the visualized start time in the Gantt and make it dependent on a variable. For example, by saying that by default the period is displayed from today, which fixes the "left border" with today's date.
Thanks.
Hello,
I would like to show toolbar, when I click on editor text and hide it when I click away from the component.
Regards,
Matic
Hello,
Is there a way to change the size of the chart legend, thickness/width/height?