Refresh page after inserting / update new event - combobox

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>
&nbsp;Actief bedrijf : <strong>&nbsp;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">&nbsp;</div>
 <div id="Div1" style='width:15%; float: bottom;'>
                  &nbsp;<strong>AMSTERDAM</strong>

                        &nbsp;<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">&nbsp;</div>
		<div class="dhx_cal_next_button">&nbsp;</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>

Hi

First Item is solved (multiple appointments) , it was the initial Date (CDate).

Regards
PEter.

Hello, Peter.

Open dhtmlxcombo.js, locate ‘dhtmlXCombo.prototype.selectOption = function(ind,filter,conf){’ method.
And comment out following part:

var text=this.getComboText(); if (text!=data[1]){ this.setComboText(data[1]); dhtmlXRange(this.DOMelem_input,text.length+1,data[1].length); }
Best regards,
Ilya

Thanks for the quick support!

i’ll try this out this weekend.
I’m happy with the modules, next week i’ll buy the PRO version.

regards
Peter.