Closed iammustafatz closed 6 months ago
hi @iammustafatz, this repo is for exposing the built-in windows.ui.xaml and microsoft.ui.xaml controls, and provides a way to expose controls from custom libraries. You could use the tools in this repo/library to expose an existing winui data grid control, here are the instructions: https://github.com/microsoft/react-native-xaml/blob/main/TechnicalGuide.md#using-a-custom-usercontrol
Let us know if the steps are successful in having you expose the existing community toolkit data grid control. Our expectation is that this should work.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
Summary
The feature request for react-native-xaml involves integrating WinUI Data Grid Control including sorting, selecting rows, filtering, searching, pagination, and other essential data grid functions. This enhancement aims to provide a robust and user-friendly data grid experience within React Native windows applications by leveraging the capabilities of WinUI Data Grid.
Refer: [https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid]
Motivation
The motivation behind this feature request is to enhance the data presentation and manipulation capabilities in React Native applications. Data Grid Control offers powerful features for managing and displaying large datasets efficiently. By incorporating these features into react-native-xaml, developers can create more sophisticated and responsive data-driven applications with improved usability.
Refer: [https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid]
Open Questions
No response