This question is locked. New answers and comments are not allowed.
Hello Team,
I am working on silverlight applicaiton. i have upgraded the telerik silverlight version to Q2 2012.
please find my code below for the cell double click event.
after upgrading the version to q2 2012. this event is not going to fire. we have done above code for header cell click to select the header cell on double click. we have disabled the sorting functionality of Grid.
can anyone help me out? help will be appriciated.
Thanks and Regards,
Ruchi Patel
I am working on silverlight applicaiton. i have upgraded the telerik silverlight version to Q2 2012.
please find my code below for the cell double click event.
this.grdFormList.AddHandler(GridViewCellBase.CellDoubleClickEvent, new EventHandler<
RadRoutedEventArgs
>(OnCellDoubleClick), true);
private void OnCellDoubleClick(object sender, RadRoutedEventArgs args)
{
}
after upgrading the version to q2 2012. this event is not going to fire. we have done above code for header cell click to select the header cell on double click. we have disabled the sorting functionality of Grid.
can anyone help me out? help will be appriciated.
Thanks and Regards,
Ruchi Patel