Hi Telerik
I am using telerik:GridGroupByExpression.
My code is following..........
It display fine on page load as following.

As soon as I click on export, export to excel is working fine. but the data is now displaying like

Please see the GridGroupByField in both images. Please look in to this issue. I don't want GridGroupByField name like with
Thanks
Gaurav
I am using telerik:GridGroupByExpression.
My code is following..........
<telerik:RadGrid AlternatingItemStyle-CssClass="even" Width="100%" OnItemCreated="radGridComments_ItemCreated" OnColumnCreated="radGridComments_ColumnCreated" OnItemDataBound="radGridComments_ItemDataBound" ID="radGridComments" runat="server" AutoGenerateColumns="true" GridLines="none"> <mastertableview groupsdefaultexpanded="true"> <GroupByExpressions> <telerik:GridGroupByExpression> <SelectFields> <telerik:GridGroupByField FieldName="ItemName" HeaderText="" /> </SelectFields> <GroupByFields> <telerik:GridGroupByField FieldName="ItemName" SortOrder="Ascending" /> </GroupByFields> </telerik:GridGroupByExpression> </GroupByExpressions> </mastertableview> <clientsettings> <Resizing ResizeGridOnColumnResize="false" AllowColumnResize="true" /> </clientsettings> </telerik:RadGrid>It display fine on page load as following.
As soon as I click on export, export to excel is working fine. but the data is now displaying like
Please see the GridGroupByField in both images. Please look in to this issue. I don't want GridGroupByField name like with
"ItemName:" it must be same as before like "Please indicate the region in which you currently work."
Thanks
Gaurav