| Issue 274: | Error in editable jmesa with checkbox state send to server | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Columns with input html elements such as checkbox can not pass the state included in the server, because the method submitWsCheckboxColumn in jquery.jmesa.js variables changedValue and originalValue are "checked" and "unchecked" instead of "true" and "false". Turning off the checkboxes work, and turnin on - not work. If the change in jquery.jmesa.js "checked" to "true", and "unchecked" by "false", then everything is working correctly.
Jun 24, 2010
Project Member
#1
jeff.johnston.mn@gmail.com
Jun 24, 2010
Yes, I use CheckboxWorksheetEditor.
Jun 25, 2010
Как раз если не использовать CheckboxWorksheetEditor, то все работает корректно, кроме того, что булевые значения приходится вводить вручную.
Jun 25, 2010
Can you do me a favor? Take the CheckboxWorksheetEditor source file and put it in your project. Fix up the package statement and then point your column to this. Let me know why this class does not convert your value to checked or unchecked correctly.
Jun 25, 2010
Sorry for the Russian comment! Just if you do not use CheckboxWorksheetEditor, everything is working correctly, except that the Boolean values must be entered manually.
Jun 25, 2010
I'll try to do what is written in the comments #4.
Aug 16, 2014
How to select the Total rows in all the pages by checkbox in jmesa. I created a checkbox in the header, if i check and uncheck the checkbox then all the rows in a page are selcting . if i uncheck some checkboxes in a page, then in the page navigation the check box status is maintaining. But i need to select all the rows in all the pages at a time. And in page navigation it should maintain the status. How to do that by using jmesa.How to get the checkbox status. Please help me if anybody know how to do this . |