L
Lars Netzel
Hey!
.... have a page with a datagrid and a savebutton.
I edit data in the grid and press the savebutton to postback, the
information entered in the grid is still there after the page reloads, so
things are fine.
IF.. I add a imagebutton with a little minus image on, that you can click to
hide the grid with and do this:
Edit the grid, press the hide button and then save with the save button and
then when the page reloads, show the grid again with the imagebutton (that
is now a plus sign, basic... ) The information entered in the grid is NOT
there.
It seems like if a grid has Visible = False or is ChildObject of a Panel or
Table that has Visible = False and you postsback the page, the Data for the
grid is lost... Is this a bug?
Best Regads
/Lars
.... have a page with a datagrid and a savebutton.
I edit data in the grid and press the savebutton to postback, the
information entered in the grid is still there after the page reloads, so
things are fine.
IF.. I add a imagebutton with a little minus image on, that you can click to
hide the grid with and do this:
Edit the grid, press the hide button and then save with the save button and
then when the page reloads, show the grid again with the imagebutton (that
is now a plus sign, basic... ) The information entered in the grid is NOT
there.
It seems like if a grid has Visible = False or is ChildObject of a Panel or
Table that has Visible = False and you postsback the page, the Data for the
grid is lost... Is this a bug?
Best Regads
/Lars