Categories | Question details Back To List | ||||||||
Urgent!! Regarding dhtmlxScheduler Hi, I want to create scheduler for the employees in the company on particular date. i.e. below the particular date, i want the columns of the all the employees in the company, and manage there current status. How it can be done? For Example: I want something like 30/10/2009 | 31/10/2009 ------------------------------------------------------------------------------------ john | Mary | Richards | john | Mary | Richards ------------------------------------------------------------------------------------ | | | | | |working | free | | | busy | | | | | | | | | | Also i am using ASP.NET, so how to configure database and connection settings for it. Reply Please! Thanks :) Answer posted by Support on Jun 29, 2009 02:15 Currently scheduler can't be reconfigured to show multiple columns for different persons|unit - it provides only time based columns. We plan to add such functionality as part of next release ( planed on end of July ) >>Also i am using ASP.NET There is no official connector for ASP.NET for now, you can generate XML data in specified format manually, by ASPX code. Or, if you interested, you can contact us directly at support@dhtmlx.com and we will send you a beta version of .Net connectors, which can be used similar to existing PHP code. Answer posted by ankit_sam on Jul 06, 2009 05:24 We plan to add such functionality as part of next release ( planed on end of July ) Can u confirm, "multiple columns for different unit" functionality is surely gonna be added in new version to be released in end of july, so that it can be worth a wait. Ankit Sharma nkit_sam2001@yahoo.com Answer posted by Support on Jul 06, 2009 05:37 Sample of functionality is attached to the post. The main part of it already implemented - so it will be included in oncoming release for sure. Attachments (1)
Answer posted by ankit_sam on Jul 06, 2009 06:57 Thx. Looking forward to it. |