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

Grid row selection

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy Ho
Top achievements
Rank 1
Andy Ho asked on 04 Aug 2010, 10:01 AM
Hi,

I've a grid setup like this:

         <ClientSettings>
                <Selecting AllowRowSelect="True"  />
                <ClientEvents OnRowDblClick="RowDblClick" OnRowClick="RowClick" />
            </ClientSettings>


                <Columns>
                    <telerik:GridClientSelectColumn>
                    </telerik:GridClientSelectColumn>
                </Columns>
                <ItemTemplate>
                    <Table......
                </ItemTemplate>

My problem is the "RowClick" & "RowDBClick" events didn't fire if I click the  row content, I need to click the First Column (select checkbox) in order to fire the events.Any advise?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 06 Aug 2010, 01:35 PM
Hello Andy,

I am sending you a simple working project which is working as expected. Please give it a try and let me know how it goes.

I hope this helps.

Best wishes,
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
Andy Ho
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or