Editor - Add checkbox to top of editor form
Editor - Add checkbox to top of editor form
dpanscik
Posts: 202Questions: 47Answers: 0
I had a workflow for adding checkboxes to the top of data tables and picking up that value (true or false) in the MVC controller.
That old workflow that I invented does not work with editor.
Is there an easy way to put a checkbox next to the search box where I can then pickup the value in a MVC Controller perhaps via a form request?
Replies
and... I figured it out. The form pickup technique in the MVC controller is slightly different technique for editor than original datatable. But picking up the form is still the workflow.
Super - thanks for letting us know!
Allan