or
RadGrid1.MasterTableView.Reorder(RadGrid1.MasterTableView.GetColumnSafe("TemplateCol2").OrderIndex, RadGrid1.MasterTableView.RenderColumns.Length - 1);In previous version, RadGrid's BoundColumn could be accessed by
For Each rowItem As GridDataItem In rgNewTemplate.Items
RouteID = rowItem(
"RouteID").Text
Next
<rad:GridBoundColumn DataField="LID" UniqueName="LID" Visible="False" ReadOnly="true">
</rad:GridBoundColumn>
But in 2011.1.315.35 version. Its not working.
AllowScroll="true" UseStaticHeaders="true" , when use
EnableHeaderContextMenu="true" and hide columns, still leave white space at the end of the column although I used onColumnHidden javascript.
<ClientSettings>onColumnHidden <ClientEvents OnColumnHidden="onColumnHidden" /> <Scrolling AllowScroll="true" UseStaticHeaders="true" /></ClientSettings>AllowScroll="true" UseStaticHeaders="true", can you send it to me?