Hi,
I have a radgrid who need to have the firstcolumn frozen. I set the property allowscroll (true), frozencolumncount (1) and usestaticheader(true).
If i use the scroll manually it works fine.
Also, on key press event of the grid i change my focused cell. But when i'm navigating to the right my first column(the frozen one) desapear like the frozen column isn't working correctly. The first column will be hidding a bit more each time i'll navigate to the right till it deseapear completly.
If i try to navigate back to the left or use the scroll i won't be able to make it reapear completly.
How can i keep the column frozen while i'm using navigation in my grid??
Thx again for your time!!!
Guillaume
I have a radgrid who need to have the firstcolumn frozen. I set the property allowscroll (true), frozencolumncount (1) and usestaticheader(true).
If i use the scroll manually it works fine.
Also, on key press event of the grid i change my focused cell. But when i'm navigating to the right my first column(the frozen one) desapear like the frozen column isn't working correctly. The first column will be hidding a bit more each time i'll navigate to the right till it deseapear completly.
If i try to navigate back to the left or use the scroll i won't be able to make it reapear completly.
How can i keep the column frozen while i'm using navigation in my grid??
Thx again for your time!!!
Guillaume