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

Hide Row Headers

1 Answer 90 Views
VirtualGrid
This is a migrated thread and some comments may be shown as answers.
bla
Top achievements
Rank 1
Veteran
bla asked on 26 Aug 2020, 10:26 AM
Hi, how can I hide the column of row headers in a VirtualGrid?

1 Answer, 1 is accepted

Sort by
0
Nadya | Tech Support Engineer
Telerik team
answered on 27 Aug 2020, 12:36 PM

Hello,

If I understand you correctly you would like to hide the row header that shows the current row indicator in RadVirtualGrid. In order to achieve this you can set IndentColumnWidth property:

this.radVirtualGrid1.TableElement.IndentColumnWidth = 0;

I hope this helps. Should you have other questions I will be glad to help.

Regards,
Nadya
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

Tags
VirtualGrid
Asked by
bla
Top achievements
Rank 1
Veteran
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or