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

Rad Grid Row Click Event is not working in firefox

3 Answers 143 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mani
Top achievements
Rank 1
mani asked on 12 Aug 2010, 12:18 PM
Hi
         I used Telerik Q2 2008 Version. In Rad grid is supported in row click event in IE and works fine.  But the same page is not supported for firefox 3.0.6. Let me know the solution of this problem.

Thanks
Mani


3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Aug 2010, 12:54 PM
Hello Mani,

The RowClick event for grid get fired for me in IE and Mozilla browsers. when I used 2008 version. Here is the code that I tried.

                     . . .
                </Columns>
            </MasterTableView>
            <ClientSettings>
                <ClientEvents OnRowClick="OnRowClick" />
            </ClientSettings>
        </telerik:RadGrid>
  
  . . .
<script type="text/javascript">
    function OnRowClick(sender, args) {
        alert("OnRowClick");
    }
</script>

Could you paste the code that you tried?

Also try upgrading the RadControls version to latest and see whether it works as expected?
Updating RadControls for ASP.NET to another version or license

Thanks,
Princy.
0
mani
Top achievements
Rank 1
answered on 12 Aug 2010, 01:19 PM
Hi. 
           I am using same coding whatever you given. the Event is fired inside the Row Click function. but the check box is  Checked or unchecked functionality is not workig in firefox. But Same codeing working good in IE. Let me know solution for this problem

I am using Tempalte Column for Radgrid checked or unchecked purpose..

                 <telerik:GridTemplateColumn   UniqueName="template">
                        <ItemTemplate>
                            <asp:CheckBox ID="ItemCheckbox"  runat="server" />
                        </ItemTemplate>
                        <HeaderTemplate>
                            <asp:CheckBox ID="HeaderTextBox" runat="server" />
                        </HeaderTemplate>
The checked and unchecked event is working fine in IE but same codeing not working in firefox

Thanks
G. Manikandan
0
Pavlina
Telerik team
answered on 13 Aug 2010, 10:44 AM
Hi Mani,

To learn more on a possible way to accomplish your task, please refer to the following link dealing with Check/Uncheck all checkboxes in template column and selecting rows with checkbox and let me know if it works as expected.

Regards,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
mani
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
mani
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or