Hi I tried your blazor-ui demo, the Menu component to find out how it can collapse the sub-menu when user click outside of them.
Tested on android phone and the menu with sub-menu is not working. When I touch the menu with sub-menu, nothing happened.
https://demos.telerik.com/blazor-ui/menu/images
https://demos.telerik.com/blazor-ui/menu/overview
https://demos.telerik.com/blazor-ui/menu/template
I tried with 2 browser just to make sure.
Hello everyone,
Is there any posibility to change the arrows from te left of the TreeView somehow?
Best regards,
Ciprian
#app { height: 100vh; /* grid container settings */ display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; grid-template-areas: 'header' 'main' 'footer'; }
Can I use named areas and fractions?
Hi,
I am trying to implement a custom CSV export for a Telerik Blazor Grid. I want to be able to build up my CSV file manually so can't use the out of the box exporting solutions that the grids currently have.
I want to be able to generate the CSV header row and I want to be able to use the column header titles as they are displayed to the user.
This information doesn't appear to be exposed in the grid API.
I have found this article:
which shows that you can get a list of current column states but it doesn't look like you can get the properties of the column e.g. fieldName, columnHeaderTitle etc.
The linked article seems to suggest that:
This example also shows a workaround for getting the Field of the column that will be availale in a future release as part of the column state
Are there any updates on what release this will be available in and whether it will include more column properties like Title ?
Thanks.
Hello,
Is there a way to automatically display total row count on the bottom of a TelerikGrid ?
Please note data source is an IQuerayble and Gridscroll mode is Virtual.
I want to show total row count, with filter consideration.
By the way, is it possible to display sum or average of each column ?
Thanks
If I change the RangeStart to for example 1 August 2021 in the GanttYearView, the GanttYearView still starts at 1 January 2021 which gives a lot of white noise:
Hi,
I have a column and collection with different values and if I add the new value or remove the value, the filter is not refreshing.
How can I have the refresh?
Could you please guide on this.
Thanks,
Vishnu Vardhanan
Hi,
I have a column and collection with different values and if I add the new value or remove the value, the filter is not refreshing.
How can I have the refresh?
Could you please guide on this
Thanks,
Vishnu Vardhanan
I am a little confused about where kendo css stops and where bootstrap starts.
I can see that all Blazor Controls are created using kendo css classes.
Are there utilities for margin, padding and grid layout in the kendo library, can I skip bootstrap?