We have few radgrids in our application, There were resizable before. But now it lost the ability that user can resize the column width. I checked the code, the following code is there.
<ClientSettings EnablePostBackOnRowClick="false">
<Selecting AllowRowSelect="True" />
<Scrolling AllowScroll="true" />
<Scrolling UseStaticHeaders="true" />
<Resizing AllowColumnResize="true" />
</ClientSettings>
I do not know what caused the application lost the ability to resize column width, what other code should I check. Please be advised.
5 Answers, 1 is accepted
I tested the provided clicnet-side settings and was able to resize the columns successfully on my side. I am attaching my test page to this reply - are you experiecning the same problem with it?
Regards,
Vessy
Progress Telerik

Vessy,
Thank you! I know this config works is I built a brand new page. My question is if any other code or configuration that could disable the resize ability. We get this problem in few pages of the same application. It looks like a configuration problem or code in the master page. But I do not know what should I check?
Xiaobo
There are many possible reasons that can prevent the proper functiong of a control. For example, this may be caused because of Javascript errors on the page. Can you verify that there are no such?
In case the problem occurs only in IE, I would also advice that you make sure that the browser is not running in Compatibility mode (which is not supported).
If none of the above is the case, though we will need to examine the problem at our end. Sending us a simplified project where we can reproduce the issue (or a live URL of the same) will be of a great help in finding the root of the problem.
Regards,
Vessy
Progress Telerik

I am seeing the same issue, was there a follow up from this chain?
If so, can you tell me what happened?
Hi Ron,
No, there were no follow-up for this issue and we still do not the cause for it. Can you provide some more details on the scenario in which you are facing the problem? Are there any JavaScript errors thrown at your end? Does it occur in all browsers or just IE?
It will be really helpful if you can send me a sample where I can reproduce the faced behavior and debug further the exact setup leading to it.
Regards,
Vessy
Progress Telerik