Hi everyone,
For Flat Data, the IdField and the ParentIdField can only point to int type properties in the model?
It seams that if those properties are strings the TreeList does not display anything.
Is there any solution to set the IdField and the ParentIdField to point to properties that are of type string?
Thank you.
Best regards,
Cipri
I know there is a refresh method in the works, but is there anyway say I can have a button click even cause a Grid to redraw? I played with the StateHasChanged method but no love yet.
Is it possible to have the GridAggregate data on the same row as the titlebar of the grouping. This will save 1 verticalrow in the grid.
See also the attached picture
I have a very wide grid with a horizontal scrollbar and the first few columns are frozen so this info stays in the screen. This works well until I use grouping and collaps the various grouped data.
If you expand the grouped data the frozen columns stays visible and all is fine.
If you collaps the grouped data the text in the frozen columns aren't visible and if you scroll to the right the header field of the grouping is gone.
in the picture I have grouped by employee and scrolled to the right
During rendering I often get this error. Sometimes I am able to find what mistake I made and fix it. But from the stacktrace in the Chrome debugger it is hard to figure out what is going on. I am working on a WASM project. I was wondering if there were any tips on how to debug issues like this?
Iam using Telerik Blazor grid in one of my application. The grid displays a list of items along with the itemType. I need to implement a feature where users can select the items using a checkbox. I have done that using the GridCheckboxColumn. Now I want to limit the user to only select one item of a specific itemType. Such that the selected items will always belong to a distinct item type. No two items of the same itemType can be selected.
Is this possible in the current version? Could
you point me to any resource which will allow me to achieve this?
I want to do this on the checkbox click
event or something similar.