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?
Hi,
We have to migrate and modernize an old application using new development tools and I try to find the tools which can reproduce the features we had so far.
Having a background image in the chart is one of them.
So my question is, can your Blazor chart component have a background in the chart area only as shown in the attached image?
If yes, is it possible to get the position and the size of the chart area in pixels?
This is because the features in the image must fit to XY scales in the chart, so I need to resize the image accordingly.
I would like to make a Blazor Hybrid application.
Thank you
Bertrand