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

Frozen Radgrid Horizontal Scroll bar is not showing in Chrome version 53 and above

15 Answers 328 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ravi
Top achievements
Rank 1
Ravi asked on 22 Sep 2016, 04:47 AM

Hi,

We are using Radgrid with Frozen. It was woking correctly before version. but now Chrome updated version it behave differently. we can not change manually all the grid even if we have soloution. because whole website we used that Radgrid with Frozen option. Please check and let us know is there any global fix. 

This is very urgent and all clients complaint about this weired issue, I have attached screen shot Please help us

 

Thanks,

 

 

 

15 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Sep 2016, 08:56 AM
Hello,

No changes where made in the grid frozen columns functionality for the last few months, which means that the problem you encounter is only related to the browser version update. However, we will investigate the case further and depending on the browser specifics and next versions of the Chrome we will take the necessary action. As a small token of gratitude for bringing this issue to our attention I have updated your Telerik points.

Regards,
Pavlina
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Ravi
Top achievements
Rank 1
answered on 22 Sep 2016, 09:07 AM
How long it will take?. Because we can not work with this bug.
0
Pavlina
Telerik team
answered on 22 Sep 2016, 10:17 AM
Hi,

I cannot give you exact time-frame when the problem will be resolved, but you can log this issue in our feedback portal, so other customers can vote for it and this way raise its priority:
http://feedback.telerik.com/Project/108

Regards,
Pavlina
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Claro
Top achievements
Rank 1
answered on 22 Sep 2016, 09:31 PM

Hello,

I'm also experiencing this issue after the latest Chrome update.  My guess it has to do with ViewState since after I trigger an event, such as Sort, the horizontal scrollbar appears.  Also, the grid works properly in IE 11.

Hope this helps.

0
Vivek
Top achievements
Rank 1
answered on 23 Sep 2016, 09:34 PM

Hi,

I am also facing the same issue. I have tested for this on IE 11, Firefox 49, Opera 40 , Chrome 53 and 54 Beta. The issue happens for Chrome 53 , Chrome 54 beta and Opera 40 (So basically all browsers using chrome rendering engine). In some cases , adjusting the size of the columns brings back the scrollbar.

I'm using frozen columns too.

0
Vivek
Top achievements
Rank 1
answered on 23 Sep 2016, 09:37 PM
Just to add to the above.. I'm using the latest version of the Telerik controls.
0
Pavlina
Telerik team
answered on 27 Sep 2016, 07:36 AM
Hello,

This is to let you know that the bug with frozen grid horizontal scrollbar in Chrome 53 is fixed and the fix will be included in the latest internal build which will be published later today in customer accounts.

Regards,
Pavlina
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Ravi
Top achievements
Rank 1
answered on 28 Sep 2016, 09:47 AM

Hi Pavlina,

    We have checked from our end but still issue not resolved.

0
Debajyoti
Top achievements
Rank 2
answered on 28 Sep 2016, 10:27 AM

[quote]This is to let you know that the bug with frozen grid horizontal scrollbar in Chrome 53 is fixed and the fix will be included in the latest internal build which will be published later today in customer accounts.[/quote]

Please let us know if this issue is resolved and where we can find bug fixed build available for download ?

Its kind of urgent now.

0
Ravi
Top achievements
Rank 1
answered on 28 Sep 2016, 12:10 PM

Hi,

If you have a common style sheet you can add these code and clear browser history from the begining and try it.

[id$='Frozen'] {
  overflow:scroll !important;  
}

You can use common style sheet or particular page.

Hope this helps

 

Thanks,

 

0
Pavlina
Telerik team
answered on 28 Sep 2016, 12:40 PM
Hello Ravi,

Could you confirm that the internal build you downloaded to test if horizontal scroll works in Chrome 53 is 2016.3.927? We tested it on our side and the scroll is working properly. 

Alternatively, you can use the following workaround:
#<%=RadGrid1.ClientID %>_Frozen {
    overflow-x: scroll !important;
}

Regards,
Pavlina
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Vivek
Top achievements
Rank 1
answered on 29 Sep 2016, 06:18 PM

Hi Pavlina,

I downloaded the internal build and can confirm that the fix works for the main issue. But I noticed that if I change the column width's such that the scroll bar now touches both end's of the grid, the scroll bar disappears and then does not come back.Even if I resize the grid columns.

The only way to get the scrollbar back is to refresh the page.

0
Pavlina
Telerik team
answered on 30 Sep 2016, 08:57 AM
Hello Vivek,

I can confirm that when resizing is enabled the bug with scrollbar exists. Our developers already fixed it and the fix will be part of the internal build next week. Please excuse us once again for the inconvenience caused by this bug. I have also updated your Telerik points.


Regards,
Pavlina
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Neeraj Isaac
Top achievements
Rank 1
answered on 19 Oct 2016, 10:56 AM

Hi Pavlina,

Is this issue resolved. we had updated the chrome and facing same issue. 

if solved please provide the solution to resolve it.

0
Pavlina
Telerik team
answered on 20 Oct 2016, 06:17 AM
Hi,

Yes the issue with frozen columns in Chrome 53 is resolved in the latest official release - R3 2016 SP1. It is available for download in customer accounts since Tuesday (10/18/2016). 

Regards,
Pavlina
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
Grid
Asked by
Ravi
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Ravi
Top achievements
Rank 1
Claro
Top achievements
Rank 1
Vivek
Top achievements
Rank 1
Ravi
Top achievements
Rank 1
Debajyoti
Top achievements
Rank 2
Neeraj Isaac
Top achievements
Rank 1
Share this question
or