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

RadGrid is Showing Blank Space at the end when column is hide through RowHeader ContextMenu

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mahadev
Top achievements
Rank 1
Mahadev asked on 06 May 2015, 07:21 AM

We need to display multiple columns in the radgrid. We want scrolling, reorder, filtering, sorting and column Show/Hide feature of the grid.

When I hide a column. Blank space appears at the end of the grid. Also resizing of other columns takes place

Suppose width of the first 4 columns are 100px, 150px, 200px, 250px

 Now. I hide the 2nd column. Grid will resize itself as Width of the 3rd column will be 150px instead of original 200px. 4th will be 200px.

This issue appears in IE8 and with Allow scrolling = true. It works fine in IE11

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 08 May 2015, 11:14 AM
Hello Mahadev,

Try setting the RadGrid's width like this:
<style>
       .rgMasterTable {
           width: 100%;
       }
   </style>
 
and see if this helps.

Regards,
Maria Ilieva
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Grid
Asked by
Mahadev
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or