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

scrolling

3 Answers 90 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Webster Velasco
Top achievements
Rank 2
Webster Velasco asked on 20 Apr 2010, 05:23 PM
hi

how cn i add the scroll thing when my datagrid item reach the max height on video?

thank
regards webster

3 Answers, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 23 Apr 2010, 11:18 AM
Hello Webster,

Can you, please, clarify? You can enable scrolling by setting RadGrid.ClientSettings.Scrolling.AllowScroll to true.

All the best,
Veli
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Webster Velasco
Top achievements
Rank 2
answered on 23 Apr 2010, 12:11 PM
sorry stating a wrong question..

w/ this setting " RadGrid.ClientSettings.Scrolling.AllowScroll to true "

my data grid has a default height which i want to set and another thing how can i removed the border blue of my datagrid(look at the image attached)?
0
Veli
Telerik team
answered on 23 Apr 2010, 12:52 PM
Hi Webster,

RadGrid's Height property allows you to set the grid height, while ScrollHeight is what you need when using Scrolling with Static Headers. For more information on the difference between the 2, refer to this help article.

To remove the grid border use:

div.RadGrid
        {
            border:none;
        }


Kind regards,
Veli
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Webster Velasco
Top achievements
Rank 2
Answers by
Veli
Telerik team
Webster Velasco
Top achievements
Rank 2
Share this question
or