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

Radgrid double click

2 Answers 115 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Afsal
Top achievements
Rank 1
Afsal asked on 02 May 2011, 10:32 AM

Hi,
I have a radgrid which lists some data and while clicking on a row it passes some information and based on that loads another
page. Currently this is implemented like this,

 

 

SelectedItem

 

 

="{Binding SelectedData,Mode=TwoWay}" ,

 

ie, this happens when the user clicks on the row. I want to happend this on double click rather than]
single click. what to do?

Also in my application there are lot fo pop up windows , and while opening a pop up window the back ground become black , how can i avoid this?

Thanks

2 Answers, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 03 May 2011, 01:32 PM
Hi Afsal,

You may achieve this utilizing GridViewCell's CellDoubleClick event. If you want to pass the data through a binding, you may accomplish the task by registering a dependency property in your user control class. Please refer to the attached project and inform us if this approach meets your requirements.

All the best,
Ivan Ivanov
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
0
Afsal
Top achievements
Rank 1
answered on 10 May 2011, 06:47 AM
Thanks Ivan..that worked.

Could you please tell me is there any ways to change  the pop up behaviour..while opening the background becomes black, anyway to avoid this?
Tags
GridView
Asked by
Afsal
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Afsal
Top achievements
Rank 1
Share this question
or