c# - Kendo Grid Data Item To Controller -
i using kendo ui framework asp.net mvc 4. have grid bound via ajax of ienumerable. each row of type objects.
there button once clicked selected row, pass object row controller/action return new html page.
i pass id , object server side using id not secure in application , prefer send object.
how send object view controller/action -> view b?
thanks
Comments
Post a Comment