G
Giorgio Parmeggiani
Hi
I have built a DataGrid custom adding a panel of selection
automatically produced in base to the columns of the
DataGrid
The panel has directly been added to the collection
controls of the datagrid: datagrid.Controls.Add
(_panelFilter)
The problem is that for all the contained controls in the
panel the event OnPreRender is never recalled, besides for
the controls DropDownList and other custom controls
doesn't work the ViewState.
My question is: Can to directly add some controls to the
collection of the DataGrid have some problems, can I use
another way to add the panel of selection?
Giorgio
I have built a DataGrid custom adding a panel of selection
automatically produced in base to the columns of the
DataGrid
The panel has directly been added to the collection
controls of the datagrid: datagrid.Controls.Add
(_panelFilter)
The problem is that for all the contained controls in the
panel the event OnPreRender is never recalled, besides for
the controls DropDownList and other custom controls
doesn't work the ViewState.
My question is: Can to directly add some controls to the
collection of the DataGrid have some problems, can I use
another way to add the panel of selection?
Giorgio