Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
GroupColumn with multiple TextBoxes in it is causing focus/scroll issues
posted

Hi,

I am working on a prototype where user gets to edit/enter values within the grid. To meet with the requirement of having certain columns of xamgrid always is edit mode, we created template columns with datatemplate set to textboxes.

I could tab through these textboxes and enter values without any issues. The active cell is always in the grid view port until I group these columns. When ever I click inside first textbox (Symbol in the example) of the grouped column, the view port scrolls back to first column of the xamgrid. I don't have this issue when I click on rest of the columns (quantity and rate in example) in the group column.

Attached document shows screenshots and sample code to reproduce this issue.

Please let me know if I there is any fix / work around for this issue.

Thanks

GroupColumns.ScrollIssue.zip