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

Hide or Column Width as ZERO.

0 Answers 56 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Karthikeyan
Top achievements
Rank 1
Karthikeyan asked on 20 Sep 2011, 03:14 AM
Hi,

In my RadGridView, I'm generating the rows in code behind(xaml.cs)
I want to hide particular row.
for ex, I want to hide 2nd-no row

radGridView1.Columns[2].Width = new GridViewLength(Convert.ToDouble("0.0"));
radGridView1.Columns[2].IsFilterable = false;
this.radGridView1.Columns["HC"].Width = 0;

I've tried with above ways, but still it shows the column.
Please guide me to do ASAP.

Thanks,
Karthikeyan Manickam.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Karthikeyan
Top achievements
Rank 1
Share this question
or