Hi, it is possible to apply a column filter only to root level (not on childs) ?
Thank you
With this code
<TelerikLoader @bind-Visible="isLoading" />
return this error: Object of type 'Telerik.Blazor.Components.TelerikLoader' does not have a property matching the name 'VisibleChanged'.
I only wan't show the loader when isLoading it's true.
Hi,
I use ObservableCollection and if I delete an item at the root level this chages is reflect to treelist, but if I delete a child item, I need to close and reopen level to see the changes. Is this normal? How can force the item to update?
Thank you
Hello,
I was wondering if it is possible to add a column chooser button to the GridToolbar.
Now it's only possible to have a column chooser in the ColumnMenu and then it's in every column.
Example here: https://ibb.co/F3TndK2
Hello Team,
Could you please suggest how to remove the 'No Data' text in Dropdown without javascript or Jquery and also please see the attachment.

Is there a component available to export data from telerik blazor/grid to Excel and PDF?
I have data displayed in a grid and we would like to add export to excel/PDF and printing functionality.
If this is not yet available, is there any plan to include this functionality soon by any chance?
Thank you

any change to make it work, or ability to create pivot?
blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Dynamic objects cannot be used with AutoGenerateColumns=trueSystem.ArgumentException: Dynamic objects cannot be used with AutoGenerateColumns=true at Telerik.Blazor.Components.TelerikGrid`1.<OnParametersSetAsync>d__247[[System.Dynamic.ExpandoObject, System.Linq.Expressions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].MoveNext() at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task) at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()How can I programmatically prevent the active tab page changing?
I'm really looking for something like ActiveTabIndexChanging, where the change can be cancelled based on some logic. Is there a workaround for this?