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

Empty Column added after enabling horizontal and vertical scrolling

3 Answers 92 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Julian
Top achievements
Rank 1
Julian asked on 16 Apr 2012, 07:58 PM
I have a hierarchical Radgrid with Vertical and horizontal scrolling. When I added the scrolling it seems to have created the addition of a blank column. The first column of the grid contains the BtnExpand item. The second column is blank and when you view the page source it appears like this:

<td class="rgResizeCol">&nbsp;</td>

I don't know why this column exists?

Has anyone seen this type of behavior before?

3 Answers, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 19 Apr 2012, 04:23 PM
Hello Julian,

This rgResizeCol appears due to enabling the row resizing feature. Actually, it takes the height of the row.

I hope this helps.

rgResizeCol
All the best,
Galin
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.
0
Julian
Top achievements
Rank 1
answered on 25 Apr 2012, 04:06 PM
So you are saying that once row resize is enabled this empty column has to be there? There is no way to hide it?
0
Galin
Telerik team
answered on 26 Apr 2012, 11:44 AM
Hi Julian,

You can hide this column by setting ClientSettings-Resizing-ShowRowIndicatorColumn to false.
<telerik:RadGrid ID="RadGrid1" runat="server">
    <ClientSettings>
        <Resizing AllowRowResize="true" ShowRowIndicatorColumn="false" />
    </ClientSettings>
</telerik:RadGrid>


All the best,
Galin
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
Julian
Top achievements
Rank 1
Answers by
Galin
Telerik team
Julian
Top achievements
Rank 1
Share this question
or