This is a migrated thread and some comments may be shown as answers.

radgrid column is not resizable

5 Answers 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Xiaobo
Top achievements
Rank 1
Xiaobo asked on 10 Jan 2018, 02:05 PM

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

Sort by
0
Vessy
Telerik team
answered on 15 Jan 2018, 12:58 PM
Hi Xiaobo,

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
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Xiaobo
Top achievements
Rank 1
answered on 16 Jan 2018, 02:44 PM

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

 

0
Vessy
Telerik team
answered on 19 Jan 2018, 12:33 PM
Hi 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
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Ron Boehm
Top achievements
Rank 1
answered on 19 Nov 2019, 03:49 PM

I am seeing the same issue, was there a follow up from this chain?

If so, can you tell me what happened?

0
Vessy
Telerik team
answered on 22 Nov 2019, 11:52 AM

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

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Xiaobo
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Xiaobo
Top achievements
Rank 1
Ron Boehm
Top achievements
Rank 1
Share this question
or