Posts Tagged ‘ASP.NET’

dhtmlxConnector for PHP, Java, ASP.NET Updated to v.1.5

Tuesday, June 12th, 2012

We would like to introduce the update of dhtmlxConnectors for PHP, Java, and ASP.NET. The connectors were developed to simplify data binding between the client-side DHTMLX components and a database on the server. The new version 1.5 brings better security, flexibility, and improved support for dhtmlxScheduler and DHTMLX Touch.

Learn more and download dhtmlxConnector 1.5

Security Improvements

XSS (Cross Site Scripting) is a known security vulnerability of web pages which load the content dynamically from the server-side database. To protect web pages from injection of malicious scripts, version 1.5 of dhtmlxConnector comes with XSS filtering enabled by default. The update also includes server-side protection techniques that prevent CSRF and XSRF attacks.

More Flexibility

With this update, dhtmlxConnector offers additional methods for data rendering. Introducing support for stored procedures calls, we added the ability to retrieve data form the database using the stored procedure.

Another enhancement in version 1.5 is that the connector now can get content from data arrays, which gives you more freedom when choosing the data source to load data from (you can use the connector with non-database data sources).

dhtmlxConnector v.1.5 provides better support for OOP (Object Oriented Programming) that includes support for data model and data behavior classes.

Scheduler and DHTMLX Touch

Working with dhtmlxScheduler, you can now generate data in JSON format using JSONSchedulerConnector class. We have also improved support for our mobile framework DHTMLX Touch by adding dynamic loading capability and implementing the full existing functionality of the main connectors.

To download the new version of dhtmlxConnectors and watch the updated video tutorial, visit this page.

Export to PDF/Excel Functionality Updated

Thursday, January 26th, 2012

Export to PDF functionality for dhtmlxScheduler is now available for ASP.NET (in addition to PHP and Java services). If you are using dhtmlxScheduler with ASP.NET and need to print your event calendar, there is now an easy and quick way for it.

Download and use Scheduler-to-PDF for ASP.NET

dhtmlxScheduler - Export to PDF

dhtmlxScheduler - Export to PDF

 
Grid-to-Excel export library for ASP.NET has also been updated. We’ve fixed the issue with background coloring, so now the resulting Excel file preserves the colors of the original grid.

dhtmlxGrid - Export to Excel

dhtmlxGrid - Export to Excel

Download the newest Grid-to-Excel library for ASP.NET

Although we haven’t announced it, the export functionality (to PDF/Excel) for dhtmlxScheduler has already been available for Java for a while. Here is the download link: Scheduler-to-PDF for Java

You can find all available versions of export libraries, as well as other useful resources, on the Goodies page.

Event Calendar for ASP.NET MVC

Monday, January 9th, 2012

Today we’re happy to announce the release of DHTMLX Scheduler for ASP.NET MVC. It is based on our JavaScript event calendar, dhtmlxScheduler, which was optimized and redesigned for ASP.NET. With DHTMLX Scheduler .NET, you can easily add a user-friendly scheduling interface to your web apps and quickly configure calendar appearance and features in Visual Studio.
 

DHTMLX Scheduler for ASP.NET MVC

DHTMLX Scheduler for ASP.NET MVC

 
The ASP.NET calendar offers the same advanced functionality which is available in dhtmlxScheduler:

  • Ajax-powered interface with rich drag-and-drop experience
  • Rich customization capabilities: you can adjust settings in Visual Studio or modify client-side JavaScript API
  • Multiple views: Day, Week, Month, Year, Agenda, Timeline, Multiple Resource View, etc.
  • Recurring events support (events can be repeated on daily, weekly, monthly basis)
  • Customizable popup edit form for event details
  • Localization to more than 25 languages, and more…

 
All functionality of DHTMLX Scheduler .NET is easily available from ASP.NET code. Besides, the scheduler can load data directly from data sources supported in ASP.NET.

DHTMLX Scheduler .NET comes with free 30-days trial so you can explore the powerful features of the control.
To download the trial version and see the live demos, visit: http://scheduler-net.com/

Grid-to-PDF and Grid-to-Excel Now Available for ASP.NET

Wednesday, November 9th, 2011

We’re happy to introduce an ASP.NET version of export feature for dhtmlxGrid. If you are using dhtmlxGrid in your ASP.NET application or website, you can now easily transfer the grid data to Excel or PDF. The export result preserves the structure and layout of the original grid.

Download the packages which contain the files necessary to provide export support:

 

dhtmlxGrid - Export to Excel

dhtmlxGrid - Export to Excel

There is no special documentation for ASP.NET, but you can learn how to use the export services from the documentation for PHP version:

 
The approach is very simple so it shouldn’t be a problem to understand how to install the export feature. For any technical questions, you can contact us on the forum.

If you need the export feature for PHP or Java, you can download the required packages on the Goodies page (this page also lists other tools that can be useful for your development with DHTMLX).

How to Use dhtmlxGrid with ASP.NET MVC

Wednesday, September 28th, 2011

In this tutorial we are going to explain how to use dhtmlxGrid with ASP.NET MVC. Following this article step by step will allow you to implement an editable datagrid with sorting and filtering capabilities. We will also describe how to bind the grid data to the database and update it on the server side when user makes changes in browser.

We will use the Standard Edition of dhtmlxGrid, which is available under GNU GPL. As an example, we will create a table of users. Not to do the same work twice, we just use the same records that were used for our RoR implementation. The image below shows how our datagrid will look.

Download the final demo and follow the tutorial to integrate dhtmlxGrid in an ASP.NET MVC application.

Grid with ASP.NET MVC Example

Grid with ASP.NET MVC Example

Read more »

Build Room Booking System with dhtmlxScheduler (for ASP.NET MVC)

Friday, August 26th, 2011

NOTE: We’re now offering DHTMLX Scheduler .NET, a web control optimized for ASP.NET MVC.

In the previous MVC-related tutorial we described how to integrate dhtmlxScheduler into an ASP.NET MVC application. After publication, we received plenty of feedback, reflecting that the tutorial was helpful to many of ASP.NET MVC developers. Therefore we decided to continue this series and show you how to extend the calendar functionality to implement a room booking system.

In this tutorial we’ll go further and add multi-user functionality to the scheduling system, allowing different users to make changes in the calendar simultaneously without impacting each other. As we already said, we’ll create a meeting room booking system which will look like on the screenshot below.

Download: the final package of the booking calendar for ASP.NET MVC

Room Booking Calendar with dhtmlxScheduler

Room Booking Calendar with dhtmlxScheduler

Read more »

Event Calendar for ASP.NET MVC with dhtmlxScheduler

Monday, October 18th, 2010

NOTE: We’re now offering DHTMLX Scheduler .NET, an optimized version for ASP.NET apps.

This tutorial will lead you through the steps required to integrate dhtmlxScheduler into an ASP.NET MVC application. dhtmlxScheduler is a JavaScript event calendar component, which can be used for a wide variety of use-cases connected to scheduling tasks. We will learn how to put this Ajax-based event calendar on a web page, load events from .NET sever side and update them in the database when a user makes changes in the browser.

Download the final demo to get a better understanding of the solution we’re about to build.

dhtmlxScheduler - Week View

dhtmlxScheduler - Basic Week View

Modern web apps impose ever higher demands on the user interface. In the case of standard controls, you can always use a built-in solution. However, with more complex controls – a calendar UI, for example – you are up against the problem. But here, third-party solutions can help. One of them is dhtmlxScheduler.

Read more »