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

[Solved] Hide or Column Width as ZERO.

0 Answers 131 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
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.
Tags
GridView
Asked by
Karthikeyan
Top achievements
Rank 1
Share this question
or