DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » DayPilot Lite » how to count number of events in a particular cell

how to count number of events in a particular cell

irequire only particularcell to consists of 10 events remaining by click redirects to another page

Anonymous - 1/30/2008 7:47:27 AM
This should be done in the code behind, either by checking the database directly or by checking the data source (e.g. DataTable) you assign to DataSource property.

You can also work directly with the internal days property (you will need to change the accessibility or add some method that will do the necessary tasks).
Dan Letecky - 2/4/2008 12:06:10 AM
Post reply