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?
I want to display multiple lines in the grid Title. I've tried <br /> and \n. They show up as literal characters. I've modified the css for grid header height to be set to auto and the long text wraps but not where I want it to wrap. Here is an example:
This is what I want it to look like:
Labor
& Burden
Cost Type 1234
Here is how it shows up:
Labor & Burden Cost
Type 1234
How do I force the wrapping of the text where I want it?
Is there a good way to achieve this with the GridCommandColumn? I have tried a combination of visibility and floats without much luck.
19. Do not bloat your table with too many status icons or buttons
Minimize the use of visual signs that may bloat your UI with indigestible content.
Use mouse hovering to highlight one row at a time along with the relevant action buttons.