Hi,
I have a situation where I have 4 buttons and a RadGrid. Each of the 4 buttons will set different column orders, visibility and widths. Current I have theses enabled
What is happening is say I click on button 1 which sets each of the 4 columns headerstyle.width to 50px. Then I hit button 2 which sets each of the 4 columns headerstyle.width to 100px. I then drag column 1's width to like 200px. Now I hit button 1 again. My columns do not go back to 50px each. However the second i start to drag any 1 of the columns for resizing after i hit the button 1 again the other columns immediatly shoot back to the 50px.
Why would setting the headers width not work, but as soon as i engage the dragging for resize mechanism again they all seem like they flip back to the width that was set? Is there any way i can ensure that after i have programatically changed all of the columns header widths that they will actually be displayed as such?
I have a situation where I have 4 buttons and a RadGrid. Each of the 4 buttons will set different column orders, visibility and widths. Current I have theses enabled
<
Resizing AllowColumnResize="True" EnableRealTimeResize="True" ResizeGridOnColumnResize="True" />
What is happening is say I click on button 1 which sets each of the 4 columns headerstyle.width to 50px. Then I hit button 2 which sets each of the 4 columns headerstyle.width to 100px. I then drag column 1's width to like 200px. Now I hit button 1 again. My columns do not go back to 50px each. However the second i start to drag any 1 of the columns for resizing after i hit the button 1 again the other columns immediatly shoot back to the 50px.
Why would setting the headers width not work, but as soon as i engage the dragging for resize mechanism again they all seem like they flip back to the width that was set? Is there any way i can ensure that after i have programatically changed all of the columns header widths that they will actually be displayed as such?
