HomeCommunityControl GalleryForm ControlsDate, Time, & Calendar.Net WebSchedulerGo! 4.0 + AJAX

.Net WebSchedulerGo! 4.0 + AJAX



Submit a Review

709 Downloads

14,349 Views


Description

WebScheduler is a unique tool for displaying schedules for multiple resources via the Net. It was designed to be compatible with multiple browsers (not IE only!). Full support for edit-in-place and drag&drop make pages based on this component easy to use an AJAX (callbacks) speed up all operations and reduce flicker. Use of JavaScript minimizes size of HTML transferred. A control con be used in many areas: hierarchical project planning, managment of resources and time, hotel room booking, employee scheduling, team management, doctor/patient time plan, etc. Tasks can be presented and managed as parts of a Gantt chart. A capability to define view and contents of a calendar in detail was combined with ease of programming and usage of ASP.NET 2.0 in the latest Microsoft Visual Studio 2005. This will make using a calendar easier.

Syntax Example

<cc1:Scheduler runat="server" ID="sh" Height="325px" Width="657px" NumberOfCols="62" Caption="Scheduler caption" ResizeEndItemMode="MoveNeighbours" OnTimeLineClick="sh_TimeLineClick" OnBodyClick="sh_BodyClick" OnDefaultItemClick="sh_DefaultItemClick" OnResourceHeaderClick="sh_ResourceHeaderClick" OnResourceListClick="sh_ResourceListClick"> <Columns> <cc1:ResourceColumn DataIndex="1" Text="First" Width="140px" ShowTree="True"> </cc1:ResourceColumn> </Columns> <Rows> <cc1:ResourceRow ResourceId="#0" Texts="a,b,c" SumMode="OneLevel" SumText="SUMA" DisplayTexts="111|222,333|444,555|666"> <Items> <cc1:SchedulerItem Text="Hello2<4" Tooltip="World" LinkToIDs="2" DateBegin="2006-05-29" DateEnd="2006-06-03" ItemId="1"> </cc1:SchedulerItem> </Items> </cc1:ResourceRow> </Rows> <EventItemDragging ClientScript="dbg.innerHTML = args.NewBegin;" /> </cc1:Scheduler>

Screenshots

Reviews

Submit a review