or
<location path="Telerik.Web.UI.WebResource.axd">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
<telerik:RadGrid ID="RadGridResult" runat="server" Skin="Simple" PagerStyle-AlwaysVisible="true" Width="99%" OnNeedDataSource="RadGridResult_NeedDataSource" ItemStyle-Wrap="false" HeaderStyle-Wrap="false" AllowSorting="true" AllowPaging="true" PageSize="20" > <ClientSettings> <Scrolling AllowScroll="true" UseStaticHeaders="true" /> </ClientSettings> <PagerStyle Mode="NumericPages"></PagerStyle> <MasterTableView ShowHeader="true" AutoGenerateColumns="false" TableLayout="Auto" ItemStyle-Wrap="false" UseAllDataFields="true" HeaderStyle-Wrap="false"> <NoRecordsTemplate> <asp:Label ID="lblMsg" runat="server" Text="No Records found"></asp:Label> </NoRecordsTemplate> <Columns> <telerik:GridBoundColumn DataField="CallerName" HeaderText="Caller's Name" SortExpression="CallerName" UniqueName="CallerName" /> <telerik:GridBoundColumn DataField="CallRequestorObject.CallRequestorDesc" HeaderText="Requestor Type" SortExpression="CallRequestorObject.CallRequestorDesc" UniqueName="RequestorType" /> <telerik:GridBoundColumn DataField="Address1" HeaderText="Address" SortExpression="Address1" UniqueName="Address1" /> <telerik:GridBoundColumn DataField="Address2" HeaderText="Address" SortExpression="Address2" UniqueName="Address2" /> <telerik:GridBoundColumn DataField="City" HeaderText="City" SortExpression="City" UniqueName="City" /> <telerik:GridBoundColumn DataField="StateCode" HeaderText="State" SortExpression="StateCode" UniqueName="StateCode" /> <telerik:GridBoundColumn DataField="Zip" HeaderText="Zip" SortExpression="Zip" UniqueName="Zip" /> <telerik:GridBoundColumn DataField="FormattedPhone" HeaderText="Phone Number" SortExpression="FormattedPhone" UniqueName="FormattedPhone" /> <telerik:GridBoundColumn DataField="InquiryTypeObject.InquiryTypeDesc" HeaderText="Nature of Inquiry" SortExpression="InquiryTypeObject.InquiryTypeDesc" UniqueName="InquiryType" /> <telerik:GridBoundColumn DataField="CallDate" HeaderButtonType="TextButton" HeaderText="Date of Call" SortExpression="CallDate" UniqueName="CallDate" DataFormatString="{0:MM/dd/yyyy hh:mm tt}" /> </Columns> </MasterTableView> <ExportSettings> <Pdf FontType="Subset" PaperSize="Letter" /> <Excel Format="ExcelML" /> <Csv ColumnDelimiter="Comma" RowDelimiter="NewLine" /> </ExportSettings> <ClientSettings> <Scrolling AllowScroll="True" /> </ClientSettings> </telerik:RadGrid> RadGridResult.ExportSettings.ExportOnlyData = true; RadGridResult.ExportSettings.IgnorePaging = true; RadGridResult.ExportSettings.OpenInNewWindow = true; RadGridResult.MasterTableView.ExportToExcel(); <Menu CssClass="RadMenu_Menu"> <Group Flow="Horizontal"> <Item Text="New" ImageURL="~/PresentationLayer/Images/Menu/Default/new.gif" /> <Item Text="Delete Budget Split" ImageURL="~/PresentationLayer/Images/Menu/Default/delete.gif" /> <Item Text="More Options" ImageURL="~/PresentationLayer/Images/Menu/Default/moreDown.gif" > <Group Flow="Vertical"> <Item Text="Edit" ImageURL="~/PresentationLayer/Images/Menu/Default/edit.gif" /> <Item Text="Refresh List" ImageURL="~/PresentationLayer/Images/Menu/Default/redo.gif" /> </Group> </Item> </Group> </Menu> Hi
in Telerik.Web.UI.dll v2010.2.616 RadAsyncUpload ContentType working but after this version ContentType always is application/octet-stream
now my question is in which version this error is corrected or will be?