Tutorial by Examples

It's a common request to be able to handle a double-click on a row in a RadGridView. The solution proposed by Telerik (http://demos.telerik.com/silverlight/#GridView/ClickEvents ) is based around code behind: this.grid.AddHandler(GridViewCellBase.CellDoubleClickEvent, new EventHandler<RadRouted...

Page 1 of 1