What's the best way to disable the autocomplete suggestions displayed when a user first clicks on a TextBox or is entering characters?
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?