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?

Hi Telerik Team
After several attempts to clear up the nuget feed and install the Telerik UI for Blazor I am writing to you.
I am getting the following login failed message. I have tried with both encrypted and plain-text password in the nuget.config file.
[nuget.telerik.com] The V2 feed at 'https://nuget.telerik.com/nuget/Search()?$filter=IsLatestVersion&searchTerm=''&targetFramework='net5.0'&includePrerelease=false&$skip=0&$top=26&semVerLevel=2.0.0' returned an unexpected status code '401 Logon failed.'.
The nuget.config file looks as below
Looking forward to your help!
Hi,
I am using Telerik UI for Blazor 2.25.0 in a Blazor Server project. I am trying to add a delete confirmation dialog to my grid by using the following documentation: https://docs.telerik.com/blazor-ui/components/treelist/editing/built-in-dialogs/delete-confirmation. However, there doesn't seem to be a ConfirmDelete parameter available.
<TelerikGrid Data="@GridDataArtists" @ref="@Grid" Height="460px" RowHeight="60" PageSize="10" Pageable="true"
Sortable="true" Resizable="true" FilterMode="@GridFilterMode.FilterRow" OnRead="@ReadArtists"
OnStateInit="@((GridStateEventArgs<Artist> args) => OnStateInitHandler(args))"
OnStateChanged="@((GridStateEventArgs<Artist> args) => OnStateChangedHandler(args))"
TotalCount="@TotalArtists" EditMode="GridEditMode.Popup" OnCreate="@CreateHandler"
OnDelete="DeleteHandler" ConfirmDelete="true">The above code doesn't compile because it cannot find ConfirmDelete:
Unhandled exception rendering component: Object of type 'Telerik.Blazor.Components.TelerikGrid`1[[MusicApp.Core.Artist, MusicApp.Core, Version=1.0.0.0, Cult ure=neutral, PublicKeyToken=null]]' does not have a property matching the name 'ConfirmDelete'.
Is there an example where the TelerikNotification component is used more like a service, similar to the MessageBox callback example?
I would like to be able to raise notifications from my view models and not have to either raise an event for the view to handle, or pass the TelerikNotification instance down to the view model.
thanks
-marc

Hello.
I am testing the widgets and I see that these, in general, use non-scalable units. Consequently what I am doing is overwriting the CSS applied to these to get a responsiveness site. This takes quite a bit of time which is why I ask you if there is a relatively simple way to scale the font size of the components based on the viewport size?
Regards,