What's new in Kalitte Dynamic Dashboards for Asp.Net 3.6.0

Aug 28, 2012
  • NEW FEATURES / ENHANCEMENTS:
  • Added enhanced JavaScript support. See Working with JavaScript section inside User Guide for more information.
  • Disabled maximization of widget editor window.
  • Disabled re-maximization of widget maximized window.
  • Added 2 sample JavaScript based chart widgets.
  • Widget JavaScript handlers are now automatically added. Plese see BREAKING CHANGES section.
  • Default theme changed to Kalitte.
  • Localized widget title editor header and label.
  • AcccessDashboardProvider now accepts virtual paths like ~/Database/Dashboard.mdb.
  • BUGS FIXED:
  • Column order problem in AccessDashboardProvider resolved.
  • Scroll width/height of maximization window fixed.
  • BREAKING CHANGES:
  • DashboardTabView will be removed in next version.
  • .Net 4.0 upgrade completed. If you need .Net 4.0 version, please contact technical support.
  • Widget javaScript handlers are automatically added. If you add them using body tag like you have to remove function references.
  • ( should be just )

New in Kalitte Dynamic Dashboards for Asp.Net 3.5.0 (Aug 28, 2012)

  • NEW FEATURES / ENHANCEMENTS:
  • DashboardEditor page is updated. (Performance and UpdateProgress )
  • Added Dashboard row position changing.
  • Slickness and Black theme are updated.
  • Added Automatically Selection to Widget Type. Widget Type can be selected automatically in Widget Type Menu.
  • Added Javascript Chart sample widget.
  • Added Dashboard Handler caching.
  • Documentation is updated.
  • BUGS FIXED:
  • Missing some of theme resources is fixed.
  • Toolbar disabled is fixed.
  • Checking toolbar menu item is fixed.
  • Collapsed widget with header display mode mouse enter issue is fixed.
  • Updating record in dashboard editor and losing record index is fixed.

New in Kalitte Dynamic Dashboards for Asp.Net 3.4.0 (Nov 11, 2011)

  • NEW FEATURES / ENHANCEMENTS
  • Added column resizing. User can resize a column and column width is automatically updated.
  • Added Internet Explorer 9 support.
  • BUGS FIXED
  • Scrooling of dashboard toolcommands fixed.
  • Bug related with custom javascripts for commands fixed.
  • BREAKING CHANGES
  • Execute following script on your SQL Server before upgrading:
  • - alter table dashboard add DashboardSettings ntext;
  • - alter table DashboardColumn add ColumnSettings ntext;

New in Kalitte Dynamic Dashboards for Asp.Net 3.3.0 (Nov 11, 2011)

  • NEW FEATURES / ENHANCEMENTS
  • Added Silverlight MapVisualizer Widget. You can use MapVisualizer to visualize any data on a BingMap.
  • Source code is available if you purchase a DD license.
  • Added CommandConstant.TabChanged constant. Use DashboardTabView.OnCommand event handler for tab change.
  • Ported sample web application to Visual Studio.Net 2010. Please note only sample web application
  • is ported. You can still use DD with VS.NET 2008 and .Net Framework 3.5.
  • Added DashboardSurface.CreateInColumnText property. Use this property to change format of n.Column text.
  • Added DashboardSurface.CreateInSectionText and DashboardSurface.GetCreateInColumnText event handlers. You can
  • use these handlers to customize n. Section and n. Column values like First Section, Small Column etc.
  • BUGS FIXED
  • WidgetPropertyEditor bug is resolved.
  • SaveCollapse property bug is resolved.

New in Kalitte Dynamic Dashboards for Asp.Net 3.2.1 (Nov 11, 2011)

  • NEW FEATURES
  • Added DashboardSurface.CreateInSectionText property.
  • BUGS FIXED
  • DashboardSurface inside a nested masterpage bug fixed.
  • Deployment bug fixed.
  • Adding IIS 7 sections bug fixed.
  • License error bug in Vs.Net 2010 fixed.

New in Kalitte Dynamic Dashboards for Asp.Net 3.2.0 (Nov 11, 2011)

  • NEW FEATURES
  • Added widget maximize functionality.
  • - You can set a widget maxizable so that user can maximize widget. WidgetType.WidgetProperties can also be used to set if a widget can be maximizable by default. WidgetInstance.Properties.MaximizeSettings.Notify property can be used if you want to be notified when a user maximizes widget.
  • - You can assign MaximizeMode.External to WidgetProperties.MaximizeProperty.WidgetMaximizeMode so that widget is displayed inside an iframe element instead of inline.
  • DashboardSurface.GetWidgets method implemented. GetWidgets returns a list of WidgetInfo object which contains WidgetInstance reference and your user control instance.
  • DashboardEditor page redesigned. Added localization support.
  • Added four new themes; Kalitte, KalitteBlue, Slate and Access.
  • You can now set widget mask is automatically displayed when a postback occurs in your widget.
  • Set a value WidgetType.WidgetProperties.PostbackMask or use WidgetInstance.Properties.PostbackMask to show a mask message during update.
  • Implemented an overloaded version of DashboardSurface.CreateWidget.
  • Simplyfies creating of a widget inside dashboard.
  • Dashboard handlers and modules are automatically added to web.config for IIS7.
  • Added Toolbar auto hide feature. You set it using WidgetInstance.AutohideToolbar property.
  • Removed page scroll position restoring after postback.
  • Added WidgetContainer control. You can use WidgetContainer to display a widget outside dashboard.
  • Added two (C#, VB.NET) Hellow World application. You can use these applications as a template for your dashboard application.
  • BUGS RESOLVED
  • Bug related with persisting ColumnPadding data in SQLServerProvider fixed.
  • BREAKING CHANGES
  • Update your application's web.config file.
  • Change AjaxRequestModule to DirectRequestModule.
  • Execute following script on your SQL Server before upgrading:
  • - alter table WidgetInstance
  • - add [Properties] [ntext] NULL;
  • - alter table WidgetType
  • - add [WidgetProperties] [ntext] NULL;
  • WidgetEditor.aspx file changed. Create a new file using smart-tag of DashboardSurface control.
  • Add maximizeWidgetUrl to KalitteDashboardFramework section. Below is an example;
  • You can see a sample of widgetMaximize.aspx in sample web project (inside Pages/Dynamic folder)

New in Kalitte Dynamic Dashboards for Asp.Net 3.1.0 (Nov 11, 2011)

  • Added a DashboardTabView control which you can use to display multible
  • dashboards inside tabs.
  • Resolved widget resizing problem in Firefox.
  • Added option to change mask message for widgets.

New in Kalitte Dynamic Dashboards for Asp.Net 3.0.0 (Feb 18, 2010)

  • TabView
  • Widget Resizing
  • Widget Animation
  • New themes added
  • User theme support
  • Context menu for widgets and autohide headers functionality implemented

New in Kalitte Dynamic Dashboards for Asp.Net 1.7 (Jul 29, 2009)

  • Save collapse / expand state, dashboard and widget toolbar support