Le 2011-07-14 15:39, Ammar Yasir a écrit :
There was a small thing I noticed on the row edit feature. When the form is displayed for row edit and some field is null, the 'Null' checkbox is checked. When we select some value it is unchecked. It should be checked again if we select the value empty or null but it does not. If we forget to check it back this will give an SQL error. Screenshot attached for the sakila db film table where original_language_id is null, and if I miss checking it back I'll get an SQL error.
Sorry, missed the screenshots in previous mail. They are on my blog: http://ammaryasirr.blogspot.com/
I think you'll need to include js/tbl_change.js. There are a few functions in there that deal with these kind of verifications. Beware, some functions are not jQueryfied.