This question is locked. New answers and comments are not allowed.
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