I have a couple of questions regarding the frozen column feature of the RadGrid.
Are frozen columns and resizeable columns supported at the same time? I noticed that when I have both on at the same time, I am able to hide columns by resizing a few of the columns and then scrolling.
I was also wondering if it is possible to have columns with different widths while frozen columns. In my grid I would like to have the first two columns be 200px and then all of the columns after that be 50px. I tried setting this in the OnColumnCreated function, but when I set the widths, my first columns weren't frozen anymore.
Thanks
Are frozen columns and resizeable columns supported at the same time? I noticed that when I have both on at the same time, I am able to hide columns by resizing a few of the columns and then scrolling.
I was also wondering if it is possible to have columns with different widths while frozen columns. In my grid I would like to have the first two columns be 200px and then all of the columns after that be 50px. I tried setting this in the OnColumnCreated function, but when I set the widths, my first columns weren't frozen anymore.
Thanks