$0Hi, I am using NestedView to show details of a row, it works great but I want to show the expand collaspe column as the 3rd column and not the 1st. I added the <telerik:GridExpandColumn HeaderText="" ></telerik:GridExpandColumn> as the 3 column and now I have 2 expand collapse columns so I want to remove the left most column that shows up by default. I tried <ExpandCollapseColumn Display="false" Visible="false" UniqueName="ExpandColumn1"></ExpandCollapseColumn> but that did not work.$0$0