Hi,
I am trying to decorate a page that should be opened inside RadWindow.
for this purpose I am using RadFormDecorator and using the class "rfdRtl" in order to have the text of radio buttons and checkboxes on the left. my problem is that when clicking on the checkbox/radiobutton, then the vertical scrollbar of RadWindow jumps to the top (very annoying...)
I believe you can reconstruct just by adding the following code snipet under the body tag of RadWindow:
Is it a bug? when removing the class "rfdRtl" it works just fine.
The skin I am using is "Default" (but, i am not sure if it matter)
I am trying to decorate a page that should be opened inside RadWindow.
for this purpose I am using RadFormDecorator and using the class "rfdRtl" in order to have the text of radio buttons and checkboxes on the left. my problem is that when clicking on the checkbox/radiobutton, then the vertical scrollbar of RadWindow jumps to the top (very annoying...)
I believe you can reconstruct just by adding the following code snipet under the body tag of RadWindow:
<
table
style
=
"width:180px"
class
=
"rfdRtl"
>
<
tr
>
<
td
style
=
"width:20px;padding-top:300px"
/>
<
td
style
=
"width:140px"
>
<
asp:CheckBox
ID
=
"test"
runat
=
"server"
Text
=
"Testing..."
/>
</
td
>
<
td
style
=
"width:20px"
/>
</
tr
>
</
table
>
Is it a bug? when removing the class "rfdRtl" it works just fine.
The skin I am using is "Default" (but, i am not sure if it matter)