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

Javascript error on ClientRowClick

2 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jack
Top achievements
Rank 1
Jack asked on 11 Nov 2008, 03:22 PM
Since i have upgrade to SP1 i had this a javascript error:

if(this._owner._gridDataDiv){ 
this._rowSelectorArea.style.top=Telerik.Web.UI.Grid.FindPosY(this._firstRow)-this._owner._gridDataDiv.scrollTop+"px"; 
this._rowSelectorArea.style.left=Telerik.Web.UI.Grid.FindPosX(this._firstRow)-this._owner._gridDataDiv.scrollLeft+"px"; 
if(parseInt(this._rowSelectorArea.style.left)<Telerik.Web.UI.Grid.FindPosX(this._owner.get_element())){ 
this._rowSelectorArea.style.left=Telerik.Web.UI.Grid.FindPosX(this._owner.get_element())+"px"; 

at line 3... 
Telerik.Web.UI.Grid.FindPosX(this._firstRow) return NaN and trig Invalid argument error

Call stack = JScript anonymous function...

Bug only if AllowMultiRowSelection="true"

Help please!

2 Answers, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 13 Nov 2008, 07:16 AM
Hello Jack,

If I understand you correctly you did not receive this error with a version prior to Q2 2008 SP1? The latest version of our controls is Q3 2008. Could you please try it and see if the problem exists with it as well? If this is the case, we will need more information about the scenario in which this undesired behavior is observed. Any additional details you can provide are welcome.

Regards,
Pavel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jack
Top achievements
Rank 1
answered on 21 Nov 2008, 08:02 PM
Thank you Pavel, this bug fixed in Q3 2008.
Tags
Grid
Asked by
Jack
Top achievements
Rank 1
Answers by
Pavel
Telerik team
Jack
Top achievements
Rank 1
Share this question
or