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

Difference in radgrid event firing order between IE 8 and Firefox

4 Answers 93 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Karthiek
Top achievements
Rank 1
Karthiek asked on 04 May 2011, 10:19 AM
I am using radgrid in an ASP.NET application. I am trying to handle many events from client side. But facing some problems because  when we click on any cell in radgrid, the order of event firing is different in IE 8 and Firefox. Here is the order:

IE 8:
 1. RowDeselectEvent (previous row)
 2. RowSelectEvent (current row)
 3. RowClickEvent (current row)

Firefox:
  1. RowClickEvent (current row)
  2. RowDeselectEvent (previous row)
  3. RowSelectEvent (current row)

Why is this disparity? This difference in order is making my implementation very difficult.  

4 Answers, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 09 May 2011, 12:15 PM
Hello Karthiek,

Indeed it seems the javascript events fire in a different sequence under IE7/8 and Firefox and this is an inexplicable behavior. It seems the javascript engines of the two browsers vary greatly in functionings. I will forward the described issue to our developer department for further consideration. 

Regards,
Radoslav
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Karthiek
Top achievements
Rank 1
answered on 09 May 2011, 12:20 PM
Thanks for the update Radoslav.
0
Gum
Top achievements
Rank 1
answered on 15 Mar 2012, 05:33 PM
Has this issue been sorted?
I am getting the row events firing in the wrong order on a radgrid in IE8 and IE7

Can you point in the direction of the support ticket please?
0
Radoslav
Telerik team
answered on 20 Mar 2012, 07:50 AM
Hello Gum,

Please check out the following code library which demonstrates how to change the sequence of OnRowClick and OnRowSelected client events in IE7 and IE8:
http://www.telerik.com/community/code-library/aspnet-ajax/grid/change-the-sequence-of-onrowclick-and-onrowselected-client-events-in-ie7-and-ie8.aspx

I hope this helps.

Kind regards,
Radoslav
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.
Tags
General Discussions
Asked by
Karthiek
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Karthiek
Top achievements
Rank 1
Gum
Top achievements
Rank 1
Share this question
or