Adding FilterMode to TelerikGrid is not working for me, it is returning Null reference exception, I don't understand what it means.
<TelerikGrid Data=@Grid FilterMode="Telerik.Blazor.GridFilterMode.FilterMenu" Pageable=true>
An unhandled exception occurred while processing the request.
System.NullReferenceException: Object reference not set to an instance of an object.
at Telerik.Blazor.Components.RootComponent.TelerikRootComponentFragmentBase.Dispose()
at Microsoft.AspNetCore.Components.Rendering.ComponentState.Dispose()
at Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispose(Boolean disposing)
--- End of stack trace from previous location where exception was thrown ---
Thank you in advance for your help
Is there any way to sort a column by a different value than what is shown in the grid? I have a grid that lists blobs and their file sizes as a string to include KB, MB, and so on. I'd like to be able to sort the column based on file size, but with the data being a string it doesn't sort correctly. I'd like to have the value represented as an int in bytes, but continue to display the column as a string. Is this possible?
Thanks in advance!!
What is the empty row at the bottom of the calendar? Is there a way to remove it?
HI,
is there a way to add Loading sign to the grid before data are fetched from server ?
Hello im using TelerikComboBox and i suddenly ran into a problem.
i have created a property and i made an oject from it then since id field is required and my Value . after initialization it is filled with alot of zeros as soon as it get clicked goes away
how can i clear the first zeros and show placeholder ?
I see that Grid supports binding to INotifyCollectionChanged (https://demos.telerik.com/blazor-ui/grid/observable-data).
It is wonderful!
1) Is that binding supported in other list controls (ComboBox, DropDownList)?
2) Does Telerik support binding to INotifyPropertyChanged? This question applies to all controls.
Hi (Marin)!
I have some questions/suggestions around the pager part of the grid:
I realise I can probably adjust this using CSS myself, but it would be nice to have some better default behaviour!
I've attached some screen shots (simulated on desktop) to illustrate the issue
Thanks,
Nick