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

RowSelected and RowDblClick

3 Answers 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rashmi
Top achievements
Rank 1
Rashmi asked on 06 Mar 2012, 06:53 AM
Hi, 
 I have a requirement wherein I need to call webservice method on RowSelected event and on rowdblclick event I want to open a new aspx page in addition to webservice call which is in rowselected event. This works fine in IE and data is returned from server and controls are updated accordingly and also aspx page opens properly. But in chrome and firefox, aspx is opening and but webservice call(ajax) is not returning successfully(though data is returned from server). Is there any difference behaviour between IE and chrome for rowselected and rowdblclick events? Please reply asap.

Regards,
Mahesh

3 Answers, 1 is accepted

Sort by
0
Antonio Stoilkov
Telerik team
answered on 09 Mar 2012, 07:55 AM
Hi Mahesh,

The behavior in IE and Chrome for the RowSelected and RowDbClick events are the same. The issue you are experiencing could be caused by the WebService call. You could further investigate what is the code of the error thrown and see if you could resolve your issue. In order to further investigate and help with the problem we will need a sample code that replicates the issue or a live URL showing the unwanted behavior.

Kind regards,
Antonio Stoilkov
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
Rashmi
Top achievements
Rank 1
answered on 09 Mar 2012, 09:06 AM
Hi,
 I investigated the issue. When user double clicks on row, rowselected is called twice in chrome and firefox and then rowdblclick is called. While in IE row selected is called only once. Why this difference behavior is there?
0
Antonio Stoilkov
Telerik team
answered on 13 Mar 2012, 09:44 AM
Hello Makesh,

The experienced behavior is browser behavior. IE8 and below fires click event slower than the other browsers. I have created a sample project to demonstrate the same behavior on a div element. You could observe the same situation applies for the html div element.

Kind regards,
Antonio Stoilkov
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
Grid
Asked by
Rashmi
Top achievements
Rank 1
Answers by
Antonio Stoilkov
Telerik team
Rashmi
Top achievements
Rank 1
Share this question
or