Windows 7-style Calendar Custom Editor
WebCalendar’s custom editor offers the look and feel of Windows 7 for the easiest
date navigation available to .NET developers. Unlike the built-in Calendar, WebCalendar
is far more robust and versatile with lightweight component design and minimalist
visuals.
WebGrid automatically adds client resource references to WebScheduler_Calendar,
several images and style resources. But make sure that WebScheduler’s resource files
have been added to your project. Try the live demo
Improved Designer
In addition to the impressive UI themes and many new runtime features, WebGrid 7’s
Designer makes it even easier to work with its new features.
Styles Selection
Easily select a style with the revamped Styles Designer. The Styles Designer now
displays all available styles in a visually appealing interface.
Custom Editor Selection
Along with new Custom Editors Pack 3, the WebGrid Designer puts custom editing at
the ready. Select the server-side editor and the designer automatically pushes only
the available controls for that editor type.
New Client-side Events
This release features more extensibility and greater control over WebGrid’s functions
and behaviors with more client-side events. For example: the OnExportContextMenu
client-side event lets you invoked when the export contextual menu displays. The
OnBatchUpdateError is invoked when one or more records fail
to update during a batch update. This allows you to implement custom processing
on the failed records.
Advanced Column Filter
Since its initial release, WebGrid has provided predefined filter types that lets
users easily perform filters from the WebGrid user interface. Some of the supported
predefined filters are greater than or equal to, greater than, equal to, like, between,
empty, null, and more. Try the live demo
Often times, the predefined filter isn’t sufficient to meet more complex requirements
that involve multiple expressions in a column. WebGrid 7 introduces an advanced
column filter that enables developers to write their own expressions per column.
The advanced filter expression must be compatible with ADO.NET Expression. Furthermore,
the advanced expression text will not be displayed in the WebGrid user interface.
Some scenarios where advanced filter can be useful are predefined filtering from
custom context menu interface or custom filtering from column action interface.
Comprehensive XHTML Support
XHTML is the latest standard for all web documents – defining on how web page content
should be rendered. As it’s becoming the standard in building Web-based applications,
including enterprise Web-based applications. WebGrid Enterprise 7 continues to support
all prevalent Web standards such as XHTML. This new release supports pixel-perfect
rendering for XHTML files.