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

Problem in Rad Grid while setting the Scrolling property

1 Answer 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Manesh
Top achievements
Rank 2
Manesh asked on 28 Mar 2012, 05:52 AM
Hello there,

hey frnds while i'm setting the scrolling property in the ClientSettings of the Rad Grid then the grid is completely damaged can any one please help me out. even i've seen the Demo also but its not solved

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 28 Mar 2012, 12:39 PM
Hi Manesh,

I have tried your scenario and everything is fine on my side. Try these two steps to resolve the issue:
  • add this property to your source code:
<MasterTableView ... TableLayout="Fixed" ... >
  • configure the settings of the scrolling panel:
<Scrolling AllowScroll="true" UseStaticHeaders="true" ScrollHeight="150" />
If the problem remains, please send us the full markup of the page as well as the related code behind. Thus we will be able to further research on the problem and do our best to provide a proper solution.

Kind regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Manesh
Top achievements
Rank 2
Answers by
Eyup
Telerik team
Share this question
or