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

RadGrid frozen column scrolling issue in FireFox and RTL mode

2 Answers 112 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mohsen
Top achievements
Rank 1
mohsen asked on 12 Nov 2012, 11:31 AM
Hi,
I was using a RadGrid while enabling its freezing columns width RTL direction. All thing works OK, except that i found horizontal scroll does not work for frozen columns in FireFox (When direction is RTL). 
Since my essential skills are at client side, so I checked some client side scripts of RadGrid, and, I found issue happens by below js function:

"Telerik.Web.UI.GridScrolling.prototype.onGridFrozenScroll"
in line:  x = Math.floor(c.scrollLeft / r * 100);

c.scrollLeft has a negative value on FireFox, when RadGrid is in RTL direction.

For now, I overwrote this function and wrapped c.scrollLeft  width Math.abs function. and now it works OK.
I was using RadControl for Asp.Net Ajax Q3 2011. 


2 Answers, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 15 Nov 2012, 10:06 AM
Hello,

Indeed the reported issue can be observed in the 2011.3.1115 release (Q1 2011). The good news is that the problem is already fixed in the latest version of the controls 2012 Q3. My suggestion is to upgrade to it and verify whether any other issues exist.

Kind regards,
Milena
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Julian
Top achievements
Rank 1
answered on 21 Jun 2013, 07:48 PM
I'm using Telerik.Web.UI version 2013.1.417.40 and seem to have this issue in firefox with Right to left Hori Scrolling.

  NEVER MIND RESOLVED!
Tags
Grid
Asked by
mohsen
Top achievements
Rank 1
Answers by
Milena
Telerik team
Julian
Top achievements
Rank 1
Share this question
or