Is DataGrid an alternative for UWP?
问题 I'm developing a UWP app that is supposed to be used on PC and Tablets and in a lite version later on mobiles. On PCs I want to provide data in two columns, on mobile I intend to hide one of them (or I'll create a different page), depending to the user's actions. Functionalities I need are; databinding to a List<T> (or anything equal), to filter, sort(not important) and select items, like I did before with the Datagrid. Values of the selected item should be shown to be edited in two textboxes