Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.28k stars 530 forks source link

DataGridSelectColumn add multiple option #5455

Open blenke opened 6 months ago

blenke commented 6 months ago

Would it be possible to add a multiple option to the DataGridSelectColumn , now we get a select from which we can select one value, I would propose to have a dropdown with a checkbox so that we can select multiple values.

I am aware that this can already be done with a customfilter and filtertemplate but still would like to have this to reduce code when building larger datagrids.

Something like this: image

stsrki commented 6 months ago

Do you mean to have a Select that accepts the list of values?

blenke commented 6 months ago

yes, with an option for all values