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

Scrolling problem

1 Answer 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sudheer
Top achievements
Rank 2
sudheer asked on 04 Jun 2009, 06:21 AM
Hi telerik team,

i have alignment issue in grid when i use scrolling .header seperator and item seperator are not uniform slight distortion coming
For example

Header1   |   Header 2   |    header 3 |       small header for scroll
------------------------------------------------------------
Item1            |     item2       |         Item 3   |
Item1            |     item2       |         Item 3   |

and horizontal scroll unnecesarily coming 
i follwed below url
http://demos.telerik.com/aspnet-ajax/grid/examples/client/scrolling/defaultcs.aspx
i tried assigning width 100% for grid  and MasterTableView.
 Each header width 30%  and item style width 29% even not solved ..

Thanks for any quick help.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 04 Jun 2009, 07:18 AM
Hello Sudheer,

First of all, verify that you are using the latest internal build of RadControls for ASP.NET AJAX in your project. After that, review the information/code snippets from the following knowledge base which can provide answers to your question about how to align RadGrid cells:
How to align RadGrid cells when using Scrolling and GridLines

Additionally, in order to avoid  the appearance of the horizontal scroll, you need to make sure that the total width of the columns is smaller than the width of the grid itself.
http://demos.telerik.com/aspnet-ajax/grid/examples/client/scrolling/defaultcs.aspx (Description tab - avoid horizontal scroll appearance)

Greetings,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
sudheer
Top achievements
Rank 2
Answers by
Pavlina
Telerik team
Share this question
or