Hello,
I've a RadGrid (RadGrid1 in example) that's Enclosed by a RadAjaxPanel and ASP Panel:
When moving the mouse over the HeaderText of the RadGrid1, some space is added at the end of the ASP Panel. This happens only when the horizontal scrollbar is activate/showed.
Does anyone have a solution for this problem?
Regards,
Jos Meerkerk
I've a RadGrid (RadGrid1 in example) that's Enclosed by a RadAjaxPanel and ASP Panel:
<
telerik:RadAjaxPanel
runat
=
"server"
ID
=
"rapEntryPurchase"
ClientEvents-OnRequestStart
=
"onRequestStart"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
>
//RadComboBox
<
telerik:RadAjaxPanel
runat
=
"server"
ID
=
"rapPurchase"
ClientEvents-OnRequestStart
=
"onRequestStart"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
>
<
asp:Panel
ID
=
"pnlPurchase"
runat
=
"server"
Width
=
"100%"
ScrollBars
=
"Horizontal"
BackColor
=
"Blue"
>
//RadGrid1
</
asp:Panel
>
<
telerik:RadAjaxPanel
runat
=
"server"
ID
=
"rapPurchaseLines"
ClientEvents-OnRequestStart
=
"onRequestStart"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
>
<
asp:Panel
ID
=
"pnlPurchaseLine"
runat
=
"server"
Width
=
"100%"
ScrollBars
=
"auto"
>
//RadGrid2
</
asp:Panel
>
</
telerik:RadAjaxPanel
>
</
telerik:RadAjaxPanel
>
<
telerik:RadAjaxPanel
>
When moving the mouse over the HeaderText of the RadGrid1, some space is added at the end of the ASP Panel. This happens only when the horizontal scrollbar is activate/showed.
Does anyone have a solution for this problem?
Regards,
Jos Meerkerk