Tips on Drag & Drop with the Ignite UI Tree Damyan Petev / Wed, Dec 19, 2012 As promised in the previous blog on Drag & Drop with the Ignite UI Tree – some tips and tricks coming right up. If you haven’t already looked into the control’s features, now’s your chance – overview...
jQuery Grid - Showing Row Selectors & Selection Jordan Tsankov / Wed, Jan 11, 2012 In this blog post, we will discuss how to spice up your igGrid widget by adding interaction options. Namely, this means letting your users select data directly by clicking on it. Yeah, this is out-of...
WebHierarchicalDataGrid - get selected rows on the Server Alex Kartavov / Fri, Oct 29, 2010 This sample shows how to get all selected rows in a WebHierarchicalDataGrid on the server using recursion: protected void Page_Load( object sender, EventArgs e) { this .WebHierarchicalDataGrid1...
WebHierarchicalDataGrid - get selected rows on Client Alex Kartavov / Fri, Oct 29, 2010 In this small sample it is shown how to get selected rows in a WebHierarchicalDataGrid using recursion: < script type ="text/javascript"> function AddLine(gridView) { var events = document...
Selection behavior on XamTilesControl with Attached properties John Doe / Tue, Sep 7, 2010 XamTilesControl is a derived ItemsControl and does not support selection. If you want to have the notion of selected item(s) you can achieve this by using attached properties. Creating attached properties...