logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages12>
Using Dashboard Kit With Other Control Suites
kreester
#1 Posted : Tuesday, December 01, 2009 3:58:18 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 12/1/2009(UTC)
Posts: 5

Hello -

We are trying to use the demo version of the dashboard kit with our existing application and running into some issues (we are evalutaing the toolkit). Bsaically, it cannot find any of the Ext JS resrouces and so the dashboard does not even display. Our current application uses 3rd party controls from Telerik and Infragistics and so it is this interaction that seems to be causing the issues.

We are simply trying to embed a sample 'hello world' dashboard and widget into the existing master page to get started.

NOTE: we have been able to get the dashboard to run in its own page with no other third part controls with no issues.

Can you guide me on how to make these tookits play nicely together.

Thanks,
tansu
#2 Posted : Tuesday, December 01, 2009 12:18:59 PM(UTC)
Rank: Advanced Member

Groups: Registered, Administrators
Joined: 7/24/2009(UTC)
Posts: 814
Man
Location: Türkiye / Ankara

Was thanked: 1 time(s) in 1 post(s)
Hi,

You can use any third party controls inside widgets. Ms Chart is a sample.

Please follow 5 minutes tutorial and create a hello world application. Then, try to put 3rd party controls.

Regards.

-tansu
Tansu TURKOGLU
Development Team
www.dynamicdashboards.net
kreester
#3 Posted : Tuesday, December 01, 2009 5:34:37 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 12/1/2009(UTC)
Posts: 5

You misunderstood. I am referring to the other way around where the dashboard is embedded in other third party controls like a series of splitter and pane controls. It does not work for us when using this way. We receive a number of javascript errors and the dashboard does not display. Here is an example error:

Message: Object doesn't support this property or method
Line: 1
Char: 15732
Code: 0
URI: xxxxxxxxxxxxxxxxxxxxxx

Message: 'prototype' is null or not an object
Line: 1
Char: 2357
Code: 0
URI: xxxxxxxxxxxxxxxxxxxxx


Message: 'Ext.QuickTips' is null or not an object
Line: xx
Char: 15559
Code: 0
URI: http://localhost/xxxxxxxxxxxxxxxxxxxxxxxxxxx
tansu
#4 Posted : Tuesday, December 01, 2009 7:40:19 PM(UTC)
Rank: Advanced Member

Groups: Registered, Administrators
Joined: 7/24/2009(UTC)
Posts: 814
Man
Location: Türkiye / Ankara

Was thanked: 1 time(s) in 1 post(s)
Hi,

It should work normally. One thing, if you create dashboard controls dynamically after a postback it cannot register javascript files. One workarround (if this is the case) can be drop a dashboard surface control to your page.

Regards.

-tansu
Tansu TURKOGLU
Development Team
www.dynamicdashboards.net
kreester
#5 Posted : Tuesday, December 01, 2009 7:47:26 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 12/1/2009(UTC)
Posts: 5

We are not currently creating the controls dynamically. We essentially created the 5 min tutorial in a separate blank page and got that running. Then dropped the working code into our master page so it is within our application framework, but when we do that, it no longer works and we receive the errors above.
tansu
#6 Posted : Tuesday, December 01, 2009 9:46:07 PM(UTC)
Rank: Advanced Member

Groups: Registered, Administrators
Joined: 7/24/2009(UTC)
Posts: 814
Man
Location: Türkiye / Ankara

Was thanked: 1 time(s) in 1 post(s)
Can you send me a simple project that demonstrates the problems ?

support ~ dynamicdashboards.net.

-tansu
Tansu TURKOGLU
Development Team
www.dynamicdashboards.net
kreester
#7 Posted : Thursday, December 03, 2009 8:57:33 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 12/1/2009(UTC)
Posts: 5

OK - I am sending a sample now.
BrentHet
#8 Posted : Tuesday, November 30, 2010 12:19:38 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 11/30/2010(UTC)
Posts: 2

Was there ever a resolution to this? I am doing the same thing as the original person who posted. I am just trying to make the Dashboard work within a page that contains other controls (like a Telerik Tabstrip). Most things seem to work, but when I add a widget to the dashboard, the entire dashboard disappears. If I do an F5 refresh in the browser, it displays again.

I have now even removed all of the other controls and my dashboard works in my application, when it is in a stand-alone aspx page. However when I do something as simple as convert that ASPX page to be a content page, within a fairly basic Master Page, I again get the same behavior. The widgets work, but if I add another widget to the dashboard, the entire dashboard disappears. I have to refresh the page again to get them to appear.

It could be that my master page has a RadScriptManager on it (so I cannot add an ASP Script Manager to my aspx page that contains the dashboard, since there cannot be two script managers...). I'll try replacing the radscriptmanager with an asp script manager in the master page, to see if that works. Or I'll try getting rid of the radscriptmanager...

All in all though, I don't have a good feeling that these controls will play nicely when put into other complex ajax situations... I'm a beginner with this control though.
kreester
#9 Posted : Tuesday, November 30, 2010 12:24:44 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 12/1/2009(UTC)
Posts: 5

We were never able to get this to work with our 3rd party controls and had to abandon ship. This appears to be a very nice product, but did not place nicely with our application, so we had to roll our own which is not nearly as funcational but does the job for us. If you do get it working, please post again here as I would give it another try.
BrentHet
#10 Posted : Tuesday, November 30, 2010 12:45:38 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 11/30/2010(UTC)
Posts: 2

An update to my previous post: I removed the RadScriptManager (Telerik) from the master page. I put an ASP Script Manager on my dashboard page, and every thing worked. I removed the asp script manager from my dashboard page, and put a Telerik RadScriptManager on the page, and I get the problem again. After adding a widget, the entire dashboard disappears...

However I then removed the asp scriptmanager from my dashboard page and put it in the master page (where it was using the Rad Script Manager), and it fixed this specific problem.
However, I haven't incorporated my dashboard control onto a page that uses radajaxpanels. When I do that, I'm afraid it will break again.

Anyway, needing to use the ASP Script Manager is sort of a big bummer, since our entire app probably would have to be retested (I'm not sure what, if anything, the RadScriptManager is providing us, if anything, since I inherited this project a year ago).

Anyway, I'll post again if I find out more info that could be valuable.
bmckee@car-research.com
#11 Posted : Thursday, April 28, 2011 2:02:43 AM(UTC)
Rank: Newbie

Groups: Registered, Customer
Joined: 4/28/2011(UTC)
Posts: 2
Location: Houston, TX

I too took a look at the demo code and just purchased the software. I am trying to incorporate the dashboard surface within a Telerik RadPane and the dashboard will not appear. Is there a specific issue with interaction with Telerik controls as our application utilizes Telerik extensively. I have place the Dashboard Surface in the RadPane, but it doesn't appear. I am using an ASP ScriptManager not a RadScriptManager, but the dashboard does not appear.
robertc
#12 Posted : Thursday, November 10, 2011 2:24:17 PM(UTC)
Rank: Member

Groups: Registered
Joined: 11/8/2011(UTC)
Posts: 13

We are also having this problem. Our app uses a RadScriptManager in the master template, this cannot co-exist on the same page with a ScriptManger (because the one is an extension of the other, you get an error 'Only one instance of a ScriptManager can be added to the page.'). When I use a RadScriptManager the entire dashboard disappears after a postback. It will be very difficult to take advantage of this product if it cannot be made to work with RadScriptManager, is there anything which can be done?
Reg. Name: Mr. Robert Crowther (Service Works Group)
tansu
#13 Posted : Thursday, November 10, 2011 6:23:16 PM(UTC)
Rank: Advanced Member

Groups: Registered, Administrators
Joined: 7/24/2009(UTC)
Posts: 814
Man
Location: Türkiye / Ankara

Was thanked: 1 time(s) in 1 post(s)
Hi,

DD supports 3rd party controls. In sample web application we used lots of 3rd party controls. In this thread; it seems there occurs a problem about Asp.Net ScriptManager. KalitteScriptManager and AspNet ScriptManager can be dropped in a same page.

We create updatepanels dynamically so in a regular dashboard page we both need Kalitte ScriptManager and Asp.Net ScriptManager. If dashboard disappears probably there is javascript error. Do you get any js errors after postback ?

-tansu
Tansu TURKOGLU
Development Team
www.dynamicdashboards.net
robertc
#14 Posted : Friday, November 11, 2011 2:01:13 PM(UTC)
Rank: Member

Groups: Registered
Joined: 11/8/2011(UTC)
Posts: 13

tansu wrote:
DD supports 3rd party controls. In sample web application we used lots of 3rd party controls.


No-one in this thread, that I've seen, has reported any difficulty with using third-party controls within dashboard widgets. This is about using third-party controls on the rest of the page outside the dashboard surface.

tansu wrote:
In this thread; it seems there occurs a problem about Asp.Net ScriptManager. KalitteScriptManager and AspNet ScriptManager can be dropped in a same page.


No, there's a problem with Telerik RadScriptManager, which wraps the ASP.Net ScriptManager. You can download the free trial and try it for yourself:

http://www.telerik.com/products/aspnet-ajax.aspx


tansu wrote:
We create updatepanels dynamically so in a regular dashboard page we both need Kalitte ScriptManager and Asp.Net ScriptManager.


As I said in my comment above, Telerik RadScriptManager contains an ASP.Net ScriptManager, there is definitely one on the page.

tansu wrote:
If dashboard disappears probably there is javascript error. Do you get any js errors after postback ?


There are no JavaScript errors, the postback occurs, I can see the response in the Firebug network tab, it just doesn't render anything on the page.
Reg. Name: Mr. Robert Crowther (Service Works Group)
berkay
#15 Posted : Monday, November 14, 2011 12:48:23 PM(UTC)
Rank: Advanced Member

Groups: Registered, Administrators
Joined: 6/8/2011(UTC)
Posts: 168
Location: Turkey

Was thanked: 6 time(s) in 6 post(s)
Ok , i will download and try it with DD.

Regards.
Berkay ERKOY
Development & Support Team
www.dynamicdashboards.net
robertc
#16 Posted : Wednesday, November 16, 2011 1:05:38 PM(UTC)
Rank: Member

Groups: Registered
Joined: 11/8/2011(UTC)
Posts: 13

Berkay, how did you get on? Have you managed to replicate the issue? Any timescale on a fix?

If this is likely to be fixed in the next few months then we will be purchasing DD, otherwise we'll be forced to build our own solution.
Reg. Name: Mr. Robert Crowther (Service Works Group)
berkay
#17 Posted : Wednesday, November 16, 2011 2:45:45 PM(UTC)
Rank: Advanced Member

Groups: Registered, Administrators
Joined: 6/8/2011(UTC)
Posts: 168
Location: Turkey

Was thanked: 6 time(s) in 6 post(s)
I am working on it now. If the Issue causes from DD , i will solve the issue as soon as;

Give me a few days to find reason of issue.

Regards
Berkay ERKOY
Development & Support Team
www.dynamicdashboards.net
1 user thanked berkay for this useful post.
dave on 11/21/2011(UTC)
dave
#18 Posted : Monday, November 21, 2011 5:14:46 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 11/21/2011(UTC)
Posts: 1
Location: united kingdom

Thanks: 1 times
berkay;2117 wrote:
I am working on it now. If the Issue causes from DD , i will solve the issue as soon as;

Give me a few days to find reason of issue.

Regards


Hi, Pls let me know how you are getting on as I too am keen to use the DD but cannot because of this problem.

Rad Controls are one of the most popular so I think you guys need to work with or without them to find a solution.

This is a real shame for me as I like what you have done and would love to include in application asap.

Thanks

Dave
berkay
#19 Posted : Tuesday, November 22, 2011 4:39:10 PM(UTC)
Rank: Advanced Member

Groups: Registered, Administrators
Joined: 6/8/2011(UTC)
Posts: 168
Location: Turkey

Was thanked: 6 time(s) in 6 post(s)
Hello Dave,

i installed rad controls and i reproduced the issue. I am still working on it.

Regards.
Berkay ERKOY
Development & Support Team
www.dynamicdashboards.net
berkay
#20 Posted : Saturday, November 26, 2011 5:29:37 PM(UTC)
Rank: Advanced Member

Groups: Registered, Administrators
Joined: 6/8/2011(UTC)
Posts: 168
Location: Turkey

Was thanked: 6 time(s) in 6 post(s)
Hello Dave,

we accomplished analyse of the problem. It causes from Telerik RadScriptManager. We are using Ext.Net architecture in DD. RadScriptManager not registers Ext.Net methods to ClientInitScripts. Now, we will contact with Ext.Net to solve this problem. If they achieve solving this problem, we will publish new version immediately.

Regards.
Berkay ERKOY
Development & Support Team
www.dynamicdashboards.net
Users browsing this topic
Guest
2 Pages12>
Forum Jump  
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.


This page was generated in 0.219 seconds.