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
5549
Hide Column in Webdatatree
posted

Hi, i have a webdatatree (Vol14 V2) and want to hide some columns . i have set AutoGenerateColumns to false. i have try with hidden=true.
i have tryed code behind in the initialize row . but alays the column are visible.
after i have bound the grid with a datatable i also try with
this.WebDataGrid1.Columns[1].Hidden = true;
no success

what did i wrong ?