function RaiseCommand(sender, args) {
var result = args.get_commandName();
if (result == 'Page') {
if(UnSavedChanges())
{
args.set_cancel(true);
}
}
}
d
"unSavedChanges" that is if true i set cancel to true.RadGrid1.DataSource = objDv
else<td style="width: 16.6%; height: 18px; visibility:hidden">
<radA:radajaxpanel id="RadAjaxPanel10" runat="server">
<radC:RadComboBox ID="ddInvTimeHorizon" runat="server" Height="100px" OnSelectedIndexChanged="ddInvTimeHorizon_SelectedIndexChanged"
Skin="VSNET" SkinsPath="~/RadControls/ComboBox/Skins" AutoPostBack="True" ZIndex="9999">
</radC:RadComboBox>
<asp:TextBox ID="txtsSuitabilityTimeHorizon" runat="server" Visible="False" Width="100px" MaxLength="28" />
</radA:radajaxpanel>
</td>
<
td style="width: 16.6%; height: 18px;">
<radc:radcombobox id="ddVarContracts" runat="server" title="insurance" Skin="VSNET" SkinsPath="~/RadControls/ComboBox/Skins"
height="100px" TabIndex="14">
</radc:radcombobox>
</td>
I have the same issue with both implementations.
Can you help?
Regards
Shafi Jourabchi
p.s Actually I absorved the same behavior right her on this panel! if you input a text and do a spell check on it and then right clicking on the yellow high lighted text brings a drop down box. while the drop down is active and visible, try scrolling using the mouse or the bar.