I working on Cgridview+form, I need select rows of cgridview and form data when form submits, i.e after applying filters and getting cgridview result i want to save it to Database along with some options from Form , so i need both data.
I want to do so by jquery/ajax, like when user submit a form , i need form data like in my case eventType and i want to attach all these selected rows to ONE event(bulk operation).Upto some extend i have worked on it, but the problem is how to submit $.fn.yiiGridView.getSelection data and form data to gather as i need both of them?
But this is not the final solution , Still there is problem when i am using $.fn.yiiGridView.getSelection, which is not working in pagination (if there are more row then limit: NOT posting during post).