For showing data in a table format in UWP I have used MyTool Kit DataGrid in my application. It's working fine,but facing some Issues with TabStop. In the grid some of my columns are editable and some of the columns are non editable. I want to provide Tab Stop for editable columns in the grid. I have tried with below property
IsTabStop=""False"
Still it's not working for this grid. Please help me how can I provide Tab Stop to only editable columns in the My ToolKit DataGrid.