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

Hide expand-collapse column under images

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 02 Oct 2016, 01:46 AM

Hi,

I've read as many of the posts on this topic as I can but just can't get it to work for me.

Please the attached image - I want to get rid of the grey area and move the details rows left, underneath the expand-collapse icons.

Thanks in advance,

Jack

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 06 Oct 2016, 06:00 AM
Hi Jack,

You can achieve this requirement by removing the default expand column:
<telerik:RadGrid ... MasterTableView-ExpandCollapseColumn-Visible="false">

And add your own:
<telerik:GridExpandColumn UniqueName="CustomExpandColumn">
    <HeaderStyle Width="100px" />
</telerik:GridExpandColumn>

I hope this will prove helpful.

Regards,
Eyup
Telerik by Progress
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
Jon
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or