Rank: Newbie Groups: Member
Joined: 7/13/2008 Posts: 3
|
hi
Here I have a situation,
I have a user control ,Which contains a eo.grid with add/edit options and an attached context menu. I have another main page with a Callback panel.
Now i am dynamically loading the above said User control in to the call back panel. The control loads and display correctly.
Now The problem is when i tries to save the grid after some Modifications(add/edit), iam unable to get the newly changed values.
As per your examples i recreate the controls on postback and callbacks.
So Could you Provide me some example which dynamically loads a user control(contains grid) in to a callback panel ,with add/edit functionality?
Looking forward to hear from you
kris
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
Our whole sample project is a sample that demonstrates exactly the same situation. So you may wish to load the project with Visual Studio and see how it works. Every demo, including all the Grid demos, is a user control. That user control is then dynamically loaded with a CallbackPanel when user clicks a node on the TreeView on the left.
Thanks
|