gustavnavar / Grid.Blazor

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
GNU Lesser General Public License v2.1
698 stars 135 forks source link

CheckBox Check all #380

Closed MarkEskander closed 11 months ago

MarkEskander commented 1 year ago

Again thank you very much for this awesome Grid that made our lives much easier.

I just would like to control the check all header. to check all items in ONE page and not All items in all pages. so page 1 everything is checked, page 2, some items are checked, page 3 nothing ..etc

Thanks in advance.

gustavnavar commented 1 year ago

I've been reviewing how to implement this feature, but it requires major changes. I'm sorry but I can not implement it now.