First of all – Great job!
And now to business.
I think it's very common case when application need's to submit some composite related data at once to process it in transaction. For example – order date, customer,… and order's relation to ordered goods (amount).
So it'd be very intuitive if jqGrid had some means to use grid as dialog form field (in our example which amount of which good is ordered)
I've managed to put grid in form, but it involved some hacking and exploring with debugger. 'custom' edittype doesn't work, maybe because it passes HTML object, not jquery, table cell remain empty. Workaround is to use beforeShowForm and beforeSubmit events.
It would be nice to have ability to disable label and render field on full width of a row.
Also, another time i needed to alter behaviour/remove/add some custom button to dialog – which also required hacking.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top