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
440
xamgrid scrolling issue
posted

Hi I am using xamgrid for silverlight 4 (InfragisticsSL4.Controls.Grids.XamGrid.v10.3, Version - 10.3.20103.2279). I have a xamgrid which has around 50 columns (majority of them are grouped). The width of the columns is not same. I also have a fixed column on the left. All the columns are template columns. I recently implemented keyboard navigation wherein i have attached to the ActiveCellChanged event. I have to highlight the text in case if the active cell contains a textbox. This works fine until i tab to the end of the visible region of the scroll.

When i tab to a cell outside the scrolls view the thumb of the scrollbar goes to the end.

When i tab once more it comes back to start position.

When i tab again the thumb moves forward but the cell control is still not in view. When I drag the thumb manually a bit forward, I can see that the cell has gained focused.

This functionality works a bit better without the fixed column. The thumb moves fine but my active cell is still half into view.

Parents Reply Children
No Data