Thank yo for the fixes, but it will be better if you send me the files with the changes so that I see it in detail.
Just a question what is the benefit of using $.merge instead of extend in setAttributes function?
Kind Regards
Hi Toni, difference between $.merge(exl, exclude) and $.extend(exclude, exl) is in this case error relevant:
When you look at the result, dataInit has been removed with $.extend command, not with $.merge!! The result for jqgrid is that i.E. datepicker does not work anymore! please tell me your e-mail address to sen you the files!
Thanks in advance!
Here the trace values: RESULT WITH exclude = $.extend(exclude, exl); BEFORE: –