Hello, i’ve two issue:
1 – Is possible to delete – Empty – selection during bulkedit for select column type? (see screen 1)
2 – On DB i’ve a date column. I can correctly format the date in GRID but when i modify it it complely change the format add insert random date.
On DB instead the format is the correct one updated.
How can i revolve this issue?
Code for second point is this one:
$col[”formatter”] = ”date”;
$col[”datefmt”] = ”d/m/Y”;
$col[”formatoptions”] = array(”srcformat”=>’Y-m-d’,”newformat”=>’d/m/Y’);
image: https://imgur.com/a/qoaeS4c Thanks
1 Answers
The empty option is not configurable right now. You can however remove it from lib/inc/jqgrid_dist.php file if you want.
Emailed you update for date fix.
Your Answer