microsoft / microsoft-ui-xaml

Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
MIT License
6.36k stars 678 forks source link

Progress on DataTable/DataGrid for WinUI 3 #10165

Open Njoro007 opened 14 hours ago

Njoro007 commented 14 hours ago

I am currently consulting on the progress of DataTable/DataGrid for WinUI 3. Coming from a WinForms background, I have extensive experience using DataGrid in WinForms applications. My primary concern is the implementation and functionality of DataTable in WinUI 3.

Could anyone provide updates or insights on the current state of DataTable/DataGrid in WinUI 3? Specifically, I am interested in:

Current capabilities and limitations

Best practices for migrating from WinForms DataGrid to WinUI 3 DataGrid

Any available resources or documentation that could assist in this transition

castorix commented 13 hours ago

There is DataGrid

The doc/samples are marked UWP but they work on WinUI 3 (I did a few tests with Windows App SDK 1.6.240829007)