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

Scrolling issue In IE and Firefox

2 Answers 62 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Ashish
Top achievements
Rank 1
Ashish asked on 24 Aug 2011, 07:15 AM
Hi,

I am using "Rad Form Decorator" (Image also Attached:"MasterPage.JPG" ) on the master Page and on the content page use the gridview with the Checkbox(Attcahed Image:"contentpage_scroll.jpg").There are two Scoll on a page as you can see in the Attcahed image("ContentPage_Scroll.JPG").

This is Perfectly working fine, if we check any checkBox option inside the grid without scrolling the grid.

Issue:
The problem is , If we scrolling the gridview  (Attached image:Scroll_grid.JPG), and check any checkbox option, page is flickered and open a blank page(Attached image:-BlankPage.JPG) with blank content.

This is perfectly fine in Chrome , but issue comes in Firefox and IE.

I think telerik Controls takes some position, But not Come with any final solution, Why this is happening?

Please provide the solution ASAP.
 

2 Answers, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 26 Aug 2011, 09:45 AM
Hi Ashish,

Despite the numerous tests that I attempted, I wasn't able to reproduce the issue that you are experiencing. Because of that I should ask you to provide a sample setup that reproduces the issue at hand. A better option will be to open a support ticket and attach a sample runnable project there so that we can investigate it in more details.

Kind regards,
Niko
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Ashish
Top achievements
Rank 1
answered on 29 Aug 2011, 02:10 PM
Hi Niko

First I'd like to thank you for the effort you've invested to put up a screencast.

Actually this happens with Radio Button and Checkbox. And , i found the answer in one of your forum,  just put the below Css class (marked in yellow)  in the head Section of the CSS..

input.rfdRealInput
        {
            display: none;
            display: block\9;
            position: static;
            float: right;
            outline: 0;
            width: 0;
        }

And this soulution works for me.

Thanks
Ashish
Tags
FormDecorator
Asked by
Ashish
Top achievements
Rank 1
Answers by
Niko
Telerik team
Ashish
Top achievements
Rank 1
Share this question
or