-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Data Paging for PagerControl #268
Comments
Would this be an extended DataGrid control, or a control which is placed outside of it, but works with it? |
Hi, @mdtauk! Under the current proposal, it would be the latter of your options. It is still conceptual, but the idea behind this proposal would be to finish building out a modern and componentized version of Silverlight's DataPager in UWP by adding data paging and serving capabilities to PagerControl. The feature additions mentioned (and I think where the confusion came in) are the modernization effort to create a fluent experience with the full data-to-view story of this control with the following two behaviors:
My apologies if this component of the proposal was unclear! |
I am unassigning myself for now due to lack of community interest. I am intending to resume work on #60 in the foreseeable future and will leave this open for the time being in the case community interest occurs. |
Proposal: Data Paging for PagerControl
Summary
This feature would add server-side data paging for PagerControl to empower the paging UI widget with data paging capabilities to allow for faster implementation and dynamic resizing with state tracking.
Rationale
The problem is that the currently proposed PagerControl is not an end-to-end solution for the complete spectrum of paging scenarios. Among enterprise developers, DataPager is one of the more requested Silverlight controls that has yet to recieve a WPF or UWP port. While the proposed PagerControl is a flexible UI widget, empowering this widget with an optional plug-in for server-side data paging would unlock the full value of this control. An end-to-end solution would enable developers seeking to port Silverlight applications to UWP. Under the current solution, adoption by these developers would be gated by requiring them to write a custom data paging solution to solve for the one our more modern framework lacks. Beyond preventing degredation of experience, out of the box data paging capabilities would unlock the opportunity to add unprecedented value to our paging experience with dynamic resizing of the served view + focus tracking capabilities. XAML islands may also allow this solution to backport to WPF to support our broader developer network.
Functional Requirements
The text was updated successfully, but these errors were encountered: