Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Re: How to hide a column programmatically
posted

 I need to hide a column that is in my datasource(dataset) from the users.

I want to do this programmatically.How do i achieve it?

Parents
No Data
Reply
  • 469350
    Offline posted

     Set the Hidden proeprty on the column to true. The InitializeLayout event of the grid is a good place to do this. 

Children