I have a colModel lik this
{name:'ReportPlanDays[]', index:'ReportPlanDays', width:70, editable:true,edittype:”select”,editoptions: {value:”1:monday;2:tuesday;3:wednesday;4:thursday;5:friday;6:saturday;7:sunday”}},
when i set the multiple option
{name:'ReportPlanDays[]', index:'ReportPlanDays', width:70, editable:true,edittype:”select”,editoptions: {multiple:true, value:”1:monday;2:tuesday;3:wednesday;4:thursday;5:friday;6:saturday;7:sunday”}},
the form shows not a selectbox. When i remove the multiple option the form works fine and show's the selctbox.
Can you help me, Thanks
Maik
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top