0
votes

I've been looking through all the microsoft docs related to grids in UWP, but so far I can't see an example of a basic scenario of being able to click on an item and editing it in a form. All the examples I see are of either editing and validating inline, or using the open source version of telerik rad controls which I would much rather stay away from. Can anyone please point me to an example of how to do this? Ideally it would be something like a responsive Master-Detail page, except that the Detail form is editable.

1

1 Answers

1
votes

For your requirement, you could refer Windows Community Toolkit DataGrid Sample. And it allow edit item with click. enter image description here

And you could get Windows Community Toolkit sample app from windows store.