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

Mouse Left Button Click

1 Answer 101 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ramasamy
Top achievements
Rank 1
Ramasamy asked on 05 Oct 2011, 09:12 AM
Hi,

how to get the Telerik.Windows.Input namespace? I have already added Telerik.Windows.Controls.dll but i cannot include the Input namesapce.

Thanks,
Ramasamy

1 Answer, 1 is accepted

Sort by
0
Ramasamy
Top achievements
Rank 1
answered on 06 Oct 2011, 08:04 AM

Hi,

cell.AddHandler(

 

GridViewCell.MouseLeftButtonDownEvent, new MouseButtonEventHandler(OnCellClickEvent), true);

Using the above line we can fire the mouse left button down click event.

Thanks,
Ramasamy

 

Tags
GridView
Asked by
Ramasamy
Top achievements
Rank 1
Answers by
Ramasamy
Top achievements
Rank 1
Share this question
or