I am currently working with the BlazorBootstrap Grid component and found that accessing and modifying the properties of items within the grid could enhance functionality significantly. Specifically, I would like to suggest the addition of features that allow for direct manipulation of item properties such as IsChecked.
This feature would be particularly useful for scenarios where the state of individual grid items needs to be modified dynamically, such as toggling a checkbox within the grid. Implementing this could improve user interaction and data handling capabilities within the grid.
Could you consider adding this functionality in a future update?
In addition to the above, being able to set a row in the grid as "clicked" would be helpful as well.
An example:
User clicks an item in the grid, and the method assigned to RowClass changes the background color for the clicked row.
The clicked item is displayed in a component for editing.
The clicked item is modified in the component, but isn't valid.
The user clicks another item in the grid.
A confirmation dialog is shown to the user that the clicked item has been modified but isn't valid, and if they want to continue editing the station.
If the user answers Yes on the dialog, the newly selected row is discarded. However, the newly selected row still appears to be the clicked row, even though it isn't being edited.
I attempted to set the clicked row through code, but so far haven't been successful.
Hello,
I am currently working with the BlazorBootstrap Grid component and found that accessing and modifying the properties of items within the grid could enhance functionality significantly. Specifically, I would like to suggest the addition of features that allow for direct manipulation of item properties such as
IsChecked
.This feature would be particularly useful for scenarios where the state of individual grid items needs to be modified dynamically, such as toggling a checkbox within the grid. Implementing this could improve user interaction and data handling capabilities within the grid.
Could you consider adding this functionality in a future update?
Thank you for considering this enhancement.