OndrejUzovic

Results 10 issues of OndrejUzovic

I find the following exception in the log file of my application: ``` Microsoft.JSInterop.JSException: Cannot read properties of null (reading 'innerHTML') TypeError: Cannot read properties of null (reading 'innerHTML') at...

Currently, in case of grouping the data grid rendering runs in two iterations: 1. All lines are rendered and displayed without grouping. 2. Data grid re-renders and displays lines with...

I think it would be a nice feature if it is possible to set the background color for the progress bar. It would be useful in scenarios where the progress...

It seems the new version is not compatible with the previous one 2.4.0. E.g. the code `var barcode = new BarcodeLib.Barcode()` causes compilation errors. When I tried to change the...

question

When `FooterTemplate` is used for a frozen column in DataGrid then it is being incorrectly rendered. It seems the problem is that `GroupFooterTemplate` overlaps `FooterTemplate` when scrolling through data. ![image](https://github.com/radzenhq/radzen-blazor/assets/55758368/411279bb-1f64-402b-a105-e7d374f20d19)...

It would be really great if there is a possibility to display a 'total' of column for a group in RadzenDataGrid. So that column 'totals' would be visible even when...

enhancement

If you open a dialog window and inside that dialog window you open another dialog window and if closing that second dialog window closes also that first dialog window then...

**Is your feature request related to a problem? Please describe.** If datagrid in the simple filter mode has an enum filter, the minimum width of this filter is too big...

Sometimes, e.g. if it is a last line of a section, it is difficult (or waste of space) to provide an extra space to display the popup validator on the...

enhancement

When an svg which has specified the color by a name is inserted into the pdf document, the color is rendered black. Here is a short svg example demonstrating the...