The GridButtonColumn throws a javascript error in IE 10 when the data field included in the confirmation text includes certain characters.
With this markup I get a javascript error for an unterminated string (in the VS 2012 debugger) when the confirmation text data field (sessionName in the markup) has this value:
Surface Analysis of Biological Materials Using Vibrational & Non Linear Optical Spectroscopy Techniques (8:00-10:00 am) / 3D Imaging & Nanochemical Analysis - Part 1 (10:40 am-12:00 pm)
I'm guessing it's the / character that causes the problem, or the ampersand? Is there any way for me to force html-encoding for the confirmation text data string? Doesn't the control do that by default since it allows data field usage?
With this markup I get a javascript error for an unterminated string (in the VS 2012 debugger) when the confirmation text data field (sessionName in the markup) has this value:
Surface Analysis of Biological Materials Using Vibrational & Non Linear Optical Spectroscopy Techniques (8:00-10:00 am) / 3D Imaging & Nanochemical Analysis - Part 1 (10:40 am-12:00 pm)
I'm guessing it's the / character that causes the problem, or the ampersand? Is there any way for me to force html-encoding for the confirmation text data string? Doesn't the control do that by default since it allows data field usage?
<telerik:GridButtonColumn UniqueName="DeleteColumn" ButtonType="ImageButton"CommandName="Delete" Text="Delete Session" ImageUrl="~/Images/Delete.gif"HeaderText="Delete" HeaderStyle-Width="40"ConfirmTitle="Delete" ConfirmDialogType="RadWindow"ConfirmTextFields="sessionName" ConfirmTextFormatString="Delete session '{0}'?">