|
Rank: Member Groups: Member
Joined: 2/22/2009 Posts: 13
|
When I put a EO.Web.Grid in AJAX Toolkit TabContainer. It show an error about "Grid ID property is not specified". I can't use the EO.Web.TabStrip and MultiPage instead of "TabContainer" because I have quite a lot of projects that have included this control. Any suggestion?
|
|
Rank: Member Groups: Member
Joined: 2/22/2009 Posts: 13
|
If I add the grid control in runtime, it seems OK. Let say, I have a TabContainer with 3 Tab Panels and one EO Grid Control. Now, I don't add the Grid control to Tabl Panel at design time. After page load, I add the following code.
Me.TabPanel1.Controls.Add(Me.Grid1)
|
|
Rank: Member Groups: Member
Joined: 2/22/2009 Posts: 13
|
OH...After async callback, the TabContainer and all the TabPanel are disappeared. My god.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The "ID property not specified" is a bug. We have posted a new build that should address this issue. Please see your private message for download location.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/22/2009 Posts: 13
|
I do try your new build and the error of "ID property not specified" is fixed. However, the TabContainer disappear after callback. I really no idea with that. For your reference, the TabContainer is included in the Callback Panel but the ASP.Net AJAX ScriptManager is outside the Callback Panel.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
TabContainer is built on top of ASP.NET UpdatePanel so it may work better with that, thus you can give that a try. In any case, if the problem continues, please create a test page that reproduces the problem and we will be happy to take a look.
Thanks!
|
|