How do I go about hiding a column in a hierachical grid? I want to hide the first column once i drill down into the data.
Hi,
If you mean the WebHierachicalDataGrid then you can hide the column in the markup or the code behind using the Hidden property. You can also use CSS to accomplish that.
Magued