I've read a number of other threads that relate to this, but the help article link seems to be outdated. I have an column that contains a and the text is not exporting.
I've tried ExportOnlyData="false", but that didn't work. Any ideas would be greatly appreciated.
<telerik:GridTemplateColumn HeaderText="Source" UniqueName="SOURCEDESCRIPTION" ShowFilterIcon="false"SortExpression="SourceDescription" CurrentFilterFunction="Contains" AutoPostBackOnFilter="true"> <ItemTemplate> <asp:LinkButton ID="lnkSource" runat="server" CausesValidation="false" CommandName="VIEWACTIONITEM" CommandArgument='<%# Eval("IssueId") %>' Text='<%# Eval("SourceDescription") %>' ToolTip="View Action Item"> </asp:LinkButton> </ItemTemplate></telerik:GridTemplateColumn>