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

GridView Click Events

2 Answers 60 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 31 Jan 2012, 09:32 PM
I am trying to attach to the click event of a row.  My aim is to create an artificial double-click event to launch a pop-up editor when a row is double-clicked.

I have tried the MouseLeftButtonUp event of the GridView.  It seems to only fire when you click on non-data item fields like the group bar and borders.  I have also tried attaching to the row.MouseLeftButtonUp event in the RowLoaded event.  I cannot make that event fire at all.

Does anybody have any suggestions for how I could capture/create this type of event?

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitrina
Telerik team
answered on 01 Feb 2012, 03:44 PM
Hi,

 Please take a look at this online demo for an example.

Kind regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Justin
Top achievements
Rank 1
answered on 01 Feb 2012, 05:11 PM
That works great.  Thanks.
Tags
GridView
Asked by
Justin
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Justin
Top achievements
Rank 1
Share this question
or