D
displacer
Hi,
I'm using a DataGrid with dynmically created colums.
(AutoGenerateColumns=false)
I call the DataGrid creation and data binding if !IsPostBack in Page_Load.
By clicking on Update my DataGrid disappears.
The strange this is: When I use AutoGenerateColumns=true (not using
dynmically created columns) everything works fine.
Can anybody help me out?
Tom
I'm using a DataGrid with dynmically created colums.
(AutoGenerateColumns=false)
I call the DataGrid creation and data binding if !IsPostBack in Page_Load.
By clicking on Update my DataGrid disappears.
The strange this is: When I use AutoGenerateColumns=true (not using
dynmically created columns) everything works fine.
Can anybody help me out?
Tom