Incorrectly indented text in DataGrid simple filter #1312

Open
opened 2026-01-29 17:51:57 +00:00 by claunia · 0 comments
Owner

Originally created by @OndrejUzovic on GitHub (Jul 24, 2024).

If a data grid column has specified the 'Width' property then the text in the simple filter is incorrectly indented.

<RadzenDataGridColumn Property="LastName" Title="Last Name" Width="150px"/>

image

To reproduce the issue you can check the demo example and try to filter the 'Last Name' column.
Note: the intention in the 'First Name' column is correct because it does not have specified the 'Width' property.
https://blazor.radzen.com/datagrid-simple-filter?theme=material3

Originally created by @OndrejUzovic on GitHub (Jul 24, 2024). If a data grid column has specified the 'Width' property then the text in the simple filter is incorrectly indented. `<RadzenDataGridColumn Property="LastName" Title="Last Name" Width="150px"/>` ![image](https://github.com/user-attachments/assets/467d7903-b34f-4275-9456-d2486fc017de) To reproduce the issue you can check the demo example and try to filter the 'Last Name' column. Note: the intention in the 'First Name' column is correct because it does not have specified the 'Width' property. https://blazor.radzen.com/datagrid-simple-filter?theme=material3
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1312