I'm using sync fusion data grid in my project.
The scenario is : I'm using few syncfusion datagrid inside my listview. When I scroll vertically focusing on the datagrid, not able to scroll. But when I focus out of the datagrid, I'm able to scroll vertically. What happens here is the ListView is the parent & have few datagrid as child. So the child is placed at the top of the listview & the focus is set to the datagrid rather ListView. I want to scroll even when I focus on the datagrid.
Below is the way how I place the controls in my project.
1. Listview
1.1 StackPanel
1.1.1 SyncFusion Datagrid
1.1.2 SyncFusion Datagrid
1.1.3 SyncFusion Datagrid
Please let me know should you require any other information to solve this issue. Any help is very much appreciated.
Thanks,
Rajakumar.S