Hello,
You can avoid this, suppessing the checking und use your own formatter and unformatter to return the original value.
The reason that you have a error when you enter a number with decimal separator “,” is that the javascript isNaN function work only with numbers that have decimal separator “.”.
Also you can define your own validator for your number.
Regards
Tony
Hello,
Try to use only setRowData with the value of the formatted column.
Regards
Tony
Hello,
Currently not so easy. Try to overcome jqModal setting it to false in add and edit form.
We also have a initial work where a jQuery UI dialog will be used.
Best Regards
Hello,
If I understand right the problem, here is some code from our support DB
Hello,
The same way, to the formatter is passed the entry row – i.e all the cells for that row.Look on the same place
Regards
Tony
Hello,
1. You will need to read more here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods
especially for getRowData method.
2. You can use dataUrl option and read here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editable
Regards
Tony
Hello,
This is not supported when used with editoption value, but you can use dataUrl and provide the following content
Hello,
Sorry, but I do not understand?
Regards
Tony
Hello,
Do you have made some changes in the grid CSS? If so which one?
Best Regards
Tony
Hello,
If I understand right – the data is passed as parameter to load complete. If you update this input parameter the changes will be only valid within the function. After end of ths function they will be in its original state. Moreover it is quite possible that in load complete some records are inserted into the grid.
If you want to do something similar maybe you will need to use afterInsertRow event
Regards
Tony
Hello,
Yes it is tru, thsi is not supported.
Regards
Tony
Hello,
Thanks. Will see how to fix this.
Also just for the record, what kind of additional information do you want to add to the postData?
Best Regards
Tony
Hello,
IMHO this is supported in add mode with the following settings:
closeAfterAdd : false,
clearAfterAdd : false,
Best Regards
Tony
Hello,
This actually is supported.
If you look into the demo – grid as subgrid, you can replace the creating the subgrid with your own content from the server.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top