
- #Windows grid data validation ux presentation code#
- #Windows grid data validation ux presentation download#
- #Windows grid data validation ux presentation windows#
ColumnHeaderDoublePressed : Same as ColumnHeaderPressed, just the double click version.This will allow for custom filtering menus or right click options to turn on/off columns. Must take priority over any sort direction internal updates. ColumnHeaderPressed : Occurs whenever a column header is pressed.RowDoublePressed : Same as RowPressed, just the double click version.Indicates a row has been pressed so further processing or context menu's can occur. In using the community toolkit DataGrid I also requested the following API additions that came up for various use cases Discussion here: The WPF DataGrid was much more feature-complete and has fewer bugs in my testing.
#Windows grid data validation ux presentation code#
As a base start with the WPF implementation of the DataGrid (I know you can't use the code but please use 100% of the API) - NOT the Silverlight one. This is really the last control missing from WinUI 3.0 that the community toolkit doesn't have a good alternative for.įirst, please, don't reinvent the wheel. This is good news! I've been waiting for something official on the DataGrid front for a while ever since it appeared in the community toolkit. I can take this one step further and say after the above features (visualizations) we can include 2D/3D animations that creates a concept of depth in the data and will take us to a different stratosphere, but I guess that is for another day )) Most importantly it really displays the power of "native apps" that should include awesome animations and visually appealing controls that is powerful and looks really cool. Now you cover the presentation and visualization of data that should be the minimum to set WinUI apart from all the basic features out there. MS already has the source code for this and it was an absolute awesome control back in the days. The above features handle mainly the "presentation of data", what is still lacking from WinUI is what I believe should be a native WinUI feature (control ) like the Microsoft Pivot Control. Sideswipe the row to include features like edit, delete, flag etc. I find myself many times looking at a datagrid and then settling on a listview as the datagrid lacks these features. If you want to make datagrid stand out to the html world then I would also include the following. The features above in my opinion should be standard in all datagrids. Row details with XAML template for details. Select / Deselect Visible Columns, Column Sorting, Copy, Printįixed Header - where header stays on top even when scrolling I'm borrowing some screenshots from the html world.Įasy filter the whole page with preferred row count. My wishlist : to me a good datagrid includes all the following features by default. Refresh your knowledge by checking out the existing open source DataGrid implementation in the WCT.
#Windows grid data validation ux presentation download#
Related Linksĭownload and interact with DataGrid via the DataGrid Nuget package download Thanks in advance everyone! See below links for some refreshers and context.

Where can DataGrid improve in terms of UI, UX, and overall design?.What are some wish-list items that you want for DataGrid?.To get started, feel encouraged to answer as few or as many questions as you have time for:

I want to hear your input on all things DataGrid. I need your help to figure out what would be needed to make a full-scale DataGrid the best it can be.
#Windows grid data validation ux presentation windows#
Hey community members! We've seen that DataGrid has been a valuable piece of the Windows Community Toolkit for many of you and we are interested in graduating it to a native WinUI control (!!).
