This is a migrated thread and some comments may be shown as answers.

GridTemplateColumn Unicode problem

0 Answers 92 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kenneth
Top achievements
Rank 1
kenneth asked on 18 Oct 2011, 05:41 AM
when using GridTemplateColumn, it wont show french characters like(èèèèèèèèèèèèèèèè) nicely(it will display htmlcode), but if with /telerik:GridBoundColumn, they would be fine.

Is this a bug? Is there a solution to overcome this problem ? Thanks for help

Why I want to use GridTemplateColumn (because I want to have a tool tips(RadToolTip1) which can display èèèèèèè too.)

fyi, normal tooltip will not able to display èèèèèèèèè characters too, it would be converted into htmlcode


 <telerik:GridTemplateColumn DataField="Transcription" HeaderText="Response/Transcription"
                                                                UniqueName="Transcription">
                                        <EditItemTemplate>
                                            <asp:TextBox ID="TextBox2" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.TooltipText") %>' />
                                        </EditItemTemplate>
                                        <ItemTemplate>
                                            <asp:Label ID="Label1" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.TooltipText") %>' />
                                            <telerik:RadToolTip ID="RadToolTip1" runat="server" TargetControlID="Label1" Width="150px"
                                                RelativeTo="Element" Position="MiddleRight" ManualClose="true">
                                                <%# DataBinder.Eval(Container, "DataItem.Transcription")%>
                                            </telerik:RadToolTip>
                                        </ItemTemplate>
                                    </telerik:GridTemplateColumn>

No answers yet. Maybe you can help?

Tags
Grid
Asked by
kenneth
Top achievements
Rank 1
Share this question
or