Sir Date picker is not getting selected while having more than 30 columns .The cursor point to some other location
1 Answers
Hello,
If you have more than one datepicker controls, then you should set:
// modal should be false, if you are using more than 1 datepicker/timepicker controls
$opt[“add_options”][“modal”] = false;
$opt[“edit_options”][“modal”] = false;
$g->set_options($opt);
If this is not the case, please send email of code / related database dump to regenerate it.
Your Answer