Vb.Net code samples added to 5 minutes tutorial

by Admin August 15, 2009 05:14
Also you can find vb.net source code @ blog.

Dynamic Dashboards Version 1.7 Released

by Admin July 29, 2009 03:03

Dynamic Dashboards for Asp.Net Version 1.7 is ready.

What is new with this version ?

There are lots of enhancements related with widget types, functionality and commands.

1. Added functionality to save widget Collapsed / Expand state. This can be controlled with WidgetType.SaveCollapsed property.

2. Widgets can be created collapsed state. This can be controlled with WidgetType.CreateCollapsed property.

3. Added Title Editable property. If this property is false, widget title cannot be edited.

4. Added ConfirmClose property to widget type. If this property is false, no confirmation dialog is created while user closes the widget.

Dashboard & Widget Toolbars

Now, you can use Toolbars and BottomBars. You can put buttons, split buttons, seperators and text items to toolbar. Toolbar also supports menu!

 

As tool commands, you can have a server or client handler for toolbar and menu commands.

Upgrading from previous versions

SQLDashboardProvider database must be upgraded. Execute thr following script on your database server.

alter table WidgetType

	add [SaveCollapsed] [bit] NOT NULL default((0)),
	[CreateCollapsed] [bit] NOT NULL default((0)),
	[TitleEditable] [bit] NOT NULL default((1)),
	[ConfirmClose] [bit] NOT NULL default((1));
 
alter table WidgetInstance
	add [Collapsed] [bit] NOT NULL default((0)),
	[TitleEditable] [bit] NOT NULL default((1)),
	[ConfirmClose] [bit] NOT NULL default((1))

 More information can be found here.

Dynamic Dashboards Forum

by Admin July 24, 2009 09:00

We are proud to announce Dynamic Dashboards Forums.

We have created two forums. First is for customers (who has purchased dynamic dashboards framework) and second is for general technical support.

Forums can be viewed at forum.dynamicdashboards.net.

Dynamic Dashboards Version 1.6 Released

by Admin June 09, 2009 06:13

We are proud to announce Dynamic Dashboards Version 1.6.

Version 1.6 includes many minor bug fixes and better Asp.Net viewstate management. 

You can download new version from http://www.dynamicdashboards.net/Pages/About/Download.aspx.

Tags:

News

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen | Modified by Mooglegiant

Kalitte Dynamic Dashboards for Asp.Net

Put simple and powerful free web parts to your Asp.Net applications.

Dynamic Dashboard Toolkit lets you to create dragable, collapsible and partial rendering Google like dashboards in your Asp.Net application.

Use Kalitte Dynamic Dashboards to create

  • Partial rendering dashboards with Asp.Net user controls.
  • Portal / Business Intelligence / Realtime Monitoring applications.
  • Dynamic presentation layer in your web applications.
  • An information sharing line between your users.

Start playing with your widgets

This web site is the official and comprehensive demonstration of Kalitte Dynamic Dashboards. You may have a look at your first dashboard created automatically for you. You can edit, create or insert widgets to your dashboards.

Download