or
<telerik:RadGrid ID="grdDetailreport" runat="server" GridLines="None" AllowSorting="True" AllowPaging="True" PageSize="50" AllowCustomPaging="true" AllowFilteringByColumn="true" OnNeedDataSource="grdDetailreport_NeedDataSource" OnSortCommand="grdDetailreport_SortCommand" OnItemDataBound="grdDetailreport_ItemDataBound" Width="950px"> <ClientSettings AllowDragToGroup="false"> <Scrolling AllowScroll="True" UseStaticHeaders="True" FrozenColumnsCount="5" SaveScrollPosition="true"> </Scrolling> </ClientSettings> <PagerStyle Mode="NextPrevNumericAndAdvanced" Position="Bottom"></PagerStyle> <MasterTableView RetrieveAllDataFields="false" AutoGenerateColumns="false" EnableColumnsViewState="true" AllowCustomSorting="true" CommandItemDisplay="Top" TableLayout="Auto"> <CommandItemSettings ShowExportToExcelButton="false" ShowAddNewRecordButton="false" ShowRefreshButton="false" ExportToExcelText="Export to excel"></CommandItemSettings> <Columns> </Columns> </MasterTableView> <ExportSettings IgnorePaging="true"> <Excel Format="Biff" ></Excel> </ExportSettings></telerik:RadGrid>|
changeExpressionFieldName(ownerIndex, fieldName) |
Method which changes the field name of the expression at the level specified by theownerIndex parameter to the value of the fieldName parameter. |
