homena / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

Error in editable jmesa with checkbox state send to server #274

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by stas.agarkov on 24 Jun 2010 at 8:40

GoogleCodeExporter commented 9 years ago
Are you using the CheckboxWorksheetEditor? If not you can plug that in as the 
worksheetEditor of the column.

http://code.google.com/p/jmesa/wiki/Editors

Original comment by jeff.johnston.mn@gmail.com on 25 Jun 2010 at 12:12

GoogleCodeExporter commented 9 years ago
Yes, I use CheckboxWorksheetEditor.

Original comment by stas.agarkov on 25 Jun 2010 at 6:03

GoogleCodeExporter commented 9 years ago
Как раз если не использовать CheckboxWorksheetEditor, 
то все работает корректно, кроме того, что 
булевые значения приходится вводить 
вручную.

Original comment by stas.agarkov on 25 Jun 2010 at 7:48

GoogleCodeExporter commented 9 years ago
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.

Original comment by jeff.johnston.mn@gmail.com on 25 Jun 2010 at 12:55

GoogleCodeExporter commented 9 years ago
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.

Original comment by stas.agarkov on 25 Jun 2010 at 3:28

GoogleCodeExporter commented 9 years ago
I'll try to do what is written in the comments #4.

Original comment by stas.agarkov on 25 Jun 2010 at 3:30

GoogleCodeExporter commented 9 years ago
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 .

Original comment by janardha...@cmss.in on 16 Aug 2014 at 11:15