Hi,
I've developed a Grid with the Grid-control. This control has the following ClientSettings;
I've developed a Grid with the Grid-control. This control has the following ClientSettings;
- FrozenColumnsCount="3"
- UseStaticHeaders="true"
- AllowScroll="true"
When rendered the Grid looks like the attached ExampleGrid.jpg. As you can see there are several TemplateColumns with dates in the header and TextBoxes in the item. When I drag the horizontal scrollbar the first 3 columns stay on their position and the others will scroll as expected.
Now for the problem; when I click in the first textbox on the screen (the one beneath 28-12) and press tab several times the first 3 columns don't stay on their position. See the attached exampleerror.jpg
I've looked throught the examples but this situation (the one with editable controls like textboxes) aren't available. Can you please help me with this?
Regards
