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

Horizontal Scroll Bar Issue

1 Answer 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bala
Top achievements
Rank 1
Bala asked on 07 Apr 2016, 06:09 AM

I've faced two issues on RadGrid while using horizontal scroll bar. Those are,

     (i) I've used radgrid and set width 950px my concern is when the grid has no records it doesn't appear scroll bar but the sum of columns widths are greater              than grid's width if the grid has records horizontal scroll appears.

    (ii) And my another issue is I had details table in that same grid here the number of columns exceeds than grid's column but when the grid and details table              has records I can't see rest of the columns I meant about the horizontal scroll bar doesn't appear up to details table column.  The horizontal scroll bar                    shows only up to the main grid's column.

Note: I've set details table width 95%, 96% though its not working

 

Regards,

Balakrishnan Nagarajan

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 08 Apr 2016, 11:31 AM
Hi,

Scrolling is not supported for RadGrid detail tables out-of-the-box. To implement scrolling for detail table in hierarchy, consider the solution presented in this code library entry below:
http://www.telerik.com/support/code-library/separate-scrolls-for-inner-tables-in-hierarchical-grid

Additionally, why you need horizontal scroll when the grid control is empty?

Regards,
Pavlina
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Bala
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or