Hello,
This is not a bug, but feature 🙂 . Just wait to publish the beta (hope this week) where this is corrected.
Regards
Tony
Hello,
This is a reasonable question. To be a honest I do not know. Will really consider this in the future. This will be a hard work.
Best Regards
Tony
If you remove the jsonReader from parameters what
Hello,
I do not think that this is the problem.
Could you please post a part from data returned from the server?
Regards
Tony
Hello,
If the text data is equal from those provided with the select this should work. Check to se if the data in edit options in colModel are the same as those in the grid.
Regards
Tony
Hello,
Thanks.
The upcomming release removes (GridUnload) the editforms if they are present.
Regards
Tony
Hello,
What is your DOCTYPE definition?
Try with this
Regards
Tony
Hello,
What you use inline edit, cell edit or form edit?
Regards
Tony
Hello Rob,
“This one seems to simply load the content of the selected row to validate fields including hidden fields. I could not find an example of the script that builds the form.”
Calling the method editRow builds the form. The form is builded on the data and options of the grid.
“What we need is to dynamically configure the modal form with fields that are not necessarily in the grid along with a few fields from the selected row. This information would be posted back to the server to create a set of new rows to be fed back to the grid.”
IMHO there are diffrent solutions.
If you want to be a consistent with the grid and use the form editing methods maybe you will need tyo define additinal hidden fields which are editable. This will allow you to solve this problem. Of course in this case you will need to fill these fields in the grid with empty data.
If you do not want to to do this maybe it is a good idea to construct your own form and use some grid methods to populate or add data – I mean getRowData, setRowData and addRowData. Also in this case you can use the available GriToForm and FormToGrid methods.
Hello,
You are right – there is no default value. In jqGrid this is the first one, but you can use with succes beforeShowForm when in add mode to set the default value of the select 
Regards
Tony
Hello,
Thanks for this. The id of every header check box is cb_jqg. But this point me that this a potencial bug when we use multiple grids with multiselect true. I recommend you not to use this id for now until I correct this in next release.
Regards
Tony
Hello,
Thanks. I will consider this suggestion.
Regards
Tony
Hello,
Ok. I understand what you mean. This will not work in your case. The problem is that you already call for the first time the edit form. This form contain the already select options. You have IMHO two possible solutions.
1. Use the code provided from you und the option recreateForm: true
This will cause every time when you cal the form to be recreated with the new values from select.
2. Check to see if the edit form exists and only modify the select option of the field. If the form does not exists it is not needed to do anything. Also you need to write your own code to update the select.
Regards
Tony
Hello,
Usually this error mean thet the needed js file is not loaded. In this case this is the grid.base wich I mean is loaded since you construct the grid. Check to see if you set the proper id when you clear the grid data.
Regards
Tony
Hello,
To be a sure that you load the jqModal.css and jqModal.js and jqDnR.js files properly.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top