Hi There!
I am assigning a dataset at runtime to a webgrid's datasource (in designer the datasource is blank).
Me.WebDataGrid1.DataSource = DSMe.WebDataGrid1.DataMember = "orders"Me.WebDataGrid1.DataBind()
Grid shows correctly, no problem.
Now I want to hide two columns, but the me.Webdatagrid.Columns.Count is always 0. I tried with AutoGenerateColums set to True, set to False no way to get the columns in the collection. The .rows.count property shows the exact numbers of rows,
So I can't hide a columns because
Me.WebDataGrid1.Columns.FromKey("GUID").Hidden = True
returns an error becaus the columns could'nt be founded.
Any idea?
Hi,
Were you able to assign your dataset at ruintime as desired?
Valerie
I'm using NET2009.1 webdatagrid and hidden property does not exist, what I can do?
thanks