Welcome Guest Search | Active Topics | Sign In | Register

Error occur when put EO.Web.Grid in AJAX Toolkit TabContainer Options
Bruce
Posted: Sunday, March 1, 2009 9:34:53 PM
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?
Bruce
Posted: Sunday, March 1, 2009 10:37:58 PM
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)

Bruce
Posted: Sunday, March 1, 2009 11:45:37 PM
Rank: Member
Groups: Member

Joined: 2/22/2009
Posts: 13
OH...After async callback, the TabContainer and all the TabPanel are disappeared. My god.
eo_support
Posted: Monday, March 2, 2009 7:00:39 PM
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!
Bruce
Posted: Monday, March 2, 2009 9:01:35 PM
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.
eo_support
Posted: Monday, March 2, 2009 9:09:05 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.