Blazorise icon indicating copy to clipboard operation
Blazorise copied to clipboard

DataGridSelectColumn add multiple option

Open blenke opened this issue 3 months ago • 2 comments

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

blenke avatar Apr 11 '24 11:04 blenke

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

stsrki avatar Apr 11 '24 14:04 stsrki

yes, with an option for all values

blenke avatar Apr 11 '24 16:04 blenke