Hi
I have tried the scheduler and i’m impressed about the feautures it has.
Before buying it i have 2 questons on the scheduler :
-
I have create a form so the employee can select multiple “services” for a customer
This results in several events (appointments) on the server.
On insert i try to reload the scheduler so it will show those new appointments.
If i add 3 appointments, the reloading it does’nt show the 3 appointments. (1 or 2)
(if i press F5 to refresh the page, then it’s shows those 3 appointments)
How can i fix this ?
On insert, delete, move i’m always want to reload the scheduler , then i’m sure
it’s commited an updated in the database. -
I have also tried the combobox with filtering and it works good,
but i don’t want the “auto suggestion” on, how can i turn this off ?
Kind regards!
My code :
<style type="text/css" media="screen">
html, body{
margin:0px;
padding:0px;
height:100%;
overflow: hidden;
}
.dhx_calendar_click {
background-color: #C2D5FC !important;
}
/*event in day or week view*/
.dhx_cal_event.past_event div{
background-color:#ed9fab !important;
color:white !important;
}
/*multi-day event in month view*/
.dhx_cal_event_line.past_event{
background-color:#ed9fab !important;
color:white !important;
}
/*event with fixed time, in month view*/
.dhx_cal_event_clear.past_event{
color:#ed9fab !important;
}
.dhx_combo_list{
z-index:11000;
}
</style>
Actief bedrijf : <strong> AMSTERDAM</strong>
<div id="cal_here" style='width:15%; float: left;'>
<div id="mCalInput" style="color: navy; font-size:18px; font-family: Verdana; text-align:center; border: 1px solid navy"> </div>
<div id="Div1" style='width:15%; float: bottom;'>
<strong>AMSTERDAM</strong>
<a href="Calendar.aspx?cid=10002">ALMERE</a>
</div>
</div>
<div id="scheduler_here" class="dhx_cal_container" style='width:85%; height:100%;'>
<div class="dhx_cal_navline">
<div class="dhx_cal_prev_button"> </div>
<div class="dhx_cal_next_button"> </div>
<div class="dhx_cal_today_button"></div>
<div class="dhx_cal_date"></div>
<div class="dhx_cal_tab" name="unit_tab" style="right:280px;"></div>
</div>
<div class="dhx_cal_header">
</div>
<div class="dhx_cal_data">
</div>
</div>