Unplanned
Last Updated: 10 Feb 2021 09:51 by ADMIN
Iwan
Created on: 10 Feb 2021 09:23
Category: UI for Blazor
Type: Feature Request
6
Add a field to the arguments of the OnXRender events for applying Inline styles

I would like to add inline styles to different elements across the components, for example - the Grid Rows and Cells.

<AdminEdit>

The implementation of this might be by adding an args.InlineStyles (this is a sample name, it might not be the same when this is implemented) like the args.Class for the OnRow and OnCellRender events for the Grid.

</AdminEdit>

0 comments