Completed
Last Updated: 11 Feb 2015 14:37 by ADMIN
ADMIN
Stefan
Created on: 14 Feb 2012 05:16
Category: GridView
Type: Feature Request
6
ADD. RadGridView - add ability to move the column with the expanders to different position then the first one
ADD. RadGridView - add ability to move the column with the expanders to different position then the first one

Resolution: 
Set the SelfReferenceExpanderColumn property of the MasterTemplate to the preferred column. Here is the code snippet: 
radGridView1.MasterTemplate.SelfReferenceExpanderColumn = this.radGridView1.MasterTemplate.Columns[4];
0 comments