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

Grid Scrollbar not working for mozila

4 Answers 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mugdha Aditya
Top achievements
Rank 1
Mugdha Aditya asked on 25 Aug 2011, 07:23 AM
Hello,

I have telerik grid on my web page , which get created dynamically.
i have vertical scrollbar for th same , which is working fine on Internet Explorer but that is not working on Chrome and Mozilla.

ANy solution?

i have added some part of my code below. Not all but some part.

objGridView.ClientSettings.Scrolling.FrozenColumnsCount = 1;
  
objGridView.ClientSettings.Scrolling.AllowScroll =  true
   
objGridView.ClientSettings.Scrolling.UseStaticHeaders = true
   
objGridView.ClientSettings.Scrolling.SaveScrollPosition =  true;
  
Panel objPanel = ((Panel)this.Parent.FindControl("MasterPlaceHolder").FindControl("ucModel1").FindControl("pnlModel"));
  
objPanel.Controls.Clear();
  
objPanel.Controls.Add(objGridView);

4 Answers, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 30 Aug 2011, 03:38 PM
Hello Mugdha Aditya,

I am not quite sure that I correctly understand the case you are describing.
Could you send us a small running project that we can use to reproduce the case? This will help us provide better support.

Best wishes,
Galin
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
Mugdha Aditya
Top achievements
Rank 1
answered on 31 Aug 2011, 12:08 PM
i have created new sample project in which i have added grid its working fine there , i dnt know why its not working in my ORiginal project.

in my original project i am having previous and next link buttons (Asp:LinkButton), those are also not working in mozila.
it is not allowing me to click on that.
:(
 i am not sure why so :(

i tries to add my zip file but its not allowing me ..
Incorrect file type. Please choose another file. 2MB: the max total size of all attached files
Allowed extensions: .gif, .jpg, .jpeg, .png

0
Jayesh Goyani
Top achievements
Rank 2
answered on 31 Aug 2011, 12:27 PM
Hello,

for that you have to generate/submit a support ticket.
please see attached image.

or

click on below link.
http://www.telerik.com/account/support-tickets/contact-support-team.aspx?odid=741454&pid=561

Thanks,
Jayesh Goyani
0
Vargis
Top achievements
Rank 1
answered on 20 Sep 2012, 09:16 AM
here is the problem ....Telerik components are working in sample projects but not in our original project
So difficult to pass the error to telerik team...

The same problem is in my project tooo ...
Tags
Grid
Asked by
Mugdha Aditya
Top achievements
Rank 1
Answers by
Galin
Telerik team
Mugdha Aditya
Top achievements
Rank 1
Jayesh Goyani
Top achievements
Rank 2
Vargis
Top achievements
Rank 1
Share this question
or