dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.48k stars 10.03k forks source link

QuickGrid add OverscanCount parameter #49263

Open ArcadeMode opened 1 year ago

ArcadeMode commented 1 year ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe the problem.

QuickGrid with virtualization enabled has the default OverscanCount of 3. This cannot be modified.

Describe the solution you'd like

QuickGrid gets a OverscanCount parameter.

Additional context

No response

ArcadeMode commented 1 year ago

If this is desirable, I'd be willing to make the contribution. Looking forward to hearing back.

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

MackinnonBuck commented 1 year ago

Thanks for reaching out, @ArcadeMode! We would be open to accepting a community PR that addresses this. If possible, please include end-to-end tests that validate the change.

ghost commented 11 months ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

MattyLeslie commented 7 months ago

Please see, https://github.com/dotnet/aspnetcore/pull/55078.

MattyLeslie commented 5 months ago

Should be closed due to merged PR