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

Notification

Icon
Error

how to add Kalitte Script Manager and DashboardSurface control
de99fs2455
#1 Posted : Tuesday, February 14, 2012 11:36:00 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 2/14/2012(UTC)
Posts: 2

Hi :-

i am new user ,and i do not have much knowledge in coding, i was told that by using Dashboard Surface

i will be able to create widgets with no need for coding knowledge

that is why i decided to try it .

currently this my first day trial but i am having some trouble

installing it .i need some help i have few questions could you please answer then for me ?

Question -1 :-

i managed to add the ScriptManager (i found it then drag it then it is done) as you can see in the next image

but i could not find the Kalitte Script Manager and DashboardSurface control

could you please tell me where to find and how to add Kalitte Script Manager and DashboardSurface control ?

where is it


Question -2 :-

how To add a database connection to my project ?

where and how

Thank you .












berkay
#2 Posted : Wednesday, February 15, 2012 9:38:35 AM(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,

First of all you add DD as reference your project. And you should follow some steps.

You can start with user manuel. It will help you to start.

Regards.
Berkay ERKOY
Development & Support Team
www.dynamicdashboards.net
de99fs2455
#3 Posted : Wednesday, February 15, 2012 11:43:39 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 2/14/2012(UTC)
Posts: 2

I've read the user manuel
the information i need does not exist in the user manuel
i need some one to give me clear & full answers
so could you please answer the questions above ?
Thank you .
berkay
#4 Posted : Thursday, February 16, 2012 11:51:41 AM(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)
Hi,

that is basic asp.net.

first of all , view this document.

follow these steps for our dll.

And the other question

in our user manual. open page 13 and 14. in page 14 , you can view how to configure database connections. "Configure Dashboard Provider" section helps to you configure database connection automatically.

After these steps, some configs will be added your webconfig which shown below.


Code:

  <configSections>
    <section name="KalitteDashboardFramework" type="Kalitte.Dashboard.Framework.Configuration.DashboardFrameworkSection, Kalitte.Dashboard.Framework" />
  </configSections>
  <KalitteDashboardFramework defaultProvider="AccessDashboardProvider" editorUrl="~/Pages/Dynamic/WidgetEditor.aspx" customThemesDirectory="~/CustomThemes/" widgetMaximizeUrl="~/Pages/Dynamic/WidgetMaximize.aspx" useCache="true">
    <providers>
      <clear />
      <add applicationName="Dashboard" connectionString="SqlConstr" authorizationEnabled="false" name="SQLDashboardProvider" type="Kalitte.Dashboard.Framework.Providers.SQLDashboardProvider,Kalitte.Dashboard.Framework" />
      <add name="SessionDashboardProvider" type="Kalitte.Dashboard.Framework.Providers.SessionDashboardProvider,Kalitte.Dashboard.Framework" />
      <add applicationName="Dashboard" connectionString="DashboardConnStr" name="AccessDashboardProvider" type="Kalitte.Dashboard.Framework.Providers.AccessDashboardProvider,Kalitte.Dashboard.Framework" />
    </providers>
  </KalitteDashboardFramework>

  <connectionStrings>
    <add name="DashboardConnStr" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=[your access db].mdb" providerName="System.Data.OleDb" />
 
    <add name="SqlConstr" connectionString="Data Source=[Your DataSource];Initial Catalog=[Your Database];User ID=[Your User ID];Password=[Your Password]" providerName="System.Data.SqlClient"/>
  </connectionStrings>


Please read user manual.

Regards.
Berkay ERKOY
Development & Support Team
www.dynamicdashboards.net
LesF
#5 Posted : Wednesday, March 21, 2012 6:24:22 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 3/21/2012(UTC)
Posts: 2
Location: Auckland

The user guide does not mention adding a reference to DD. What exactly should be referenced?

In the Toolbox there is a group titled Dynamic Data with: DynamicControl, DynamicDataManager, DynamicEntity, DynamicFilter, DynamicHyperLink, DynamicValidator.

There is no Kalitte Script Manager in the Toolbox.

This is a fresh install of the trial version on Windows 7 64bit, with Visual Studio 2010, .Net framework 4.0.

Has this installation failed somewhere, or are there further steps required to complete configuration of VS2010?
berkay
#6 Posted : Wednesday, March 21, 2012 4:03:17 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)
Please drag drop kalitte.dashboard.frameork.dll to a group in toolbox on visual studio. Controls will appear in group.

Regards.
Berkay ERKOY
Development & Support Team
www.dynamicdashboards.net
LesF
#7 Posted : Wednesday, March 21, 2012 11:46:10 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 3/21/2012(UTC)
Posts: 2
Location: Auckland

That didn't work but I managed to get the controls added via the Tools menu. All working now thanx.
Users browsing this topic
Guest
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.091 seconds.