Tony,
Totally agree.Sorry to be to short in the last problem description.
I don't have a public webpage to do a prof of concept of it, but the problem is simple to reproduce.
I have a column like this :
{
name: 'Country', index: 'Country', align: 'left', sortable: true,
On edit the select option (automatically select the saved value) don't work on IE (works with Firefox and Chrome). This is a 4.0 issue.
prdpjb,
Sorry if my sentence was rude, it was not the intention.
What I was tried to say was that here you will find a lot of people knowing and trying to know about jqgrid.
Your error is more about asp.net. I advise you to look for the solution in asp.net forums for example. You may be luck to find the solution here, but I think that is not the best place to search for a solution.
In fact, as you said it worked it your test web server. Usually the production server have some limitations/especific configurations. This seems a IIS configuration or something missed in your web.config
You will find a lot of similar problems searching at google.
Let us know when you solve our problem 😉
Good luck,
This is not a jqgrid problem.
Try this in your web.config file :
var id = jQuery(“#list”).jqGrid('getGridParam', 'selrow'); // return the id
// To return other fields values :
But the values like this :
height: 700,
width: 700
Only remove the ( ' )
Karina,
In your group you should have something similar :
editoptions: {
LottaSmiles,
About the data do be passed to the spreadsheet is a php problem. My knowlegde with php are basic.
Good luck,
Mine is working with this line of code :
onClickButton: function () {
Hi OlegK,
Thanks a lot for your help, the code allways return false for debugging porposes.
Unfortenatly the use of checkOnUpdate and CkecOnSubmit not solves my problem. I don't want to look for changes made in the form but only check if a particular field (cost) have values. I have various scenarios (or use cases), but to simplify, imagine the following:
This field (cost) by default, are calculated (no needs user input). But the user have the possibility to input some value in the cost and in this case we don't want the cost value to be replaced with a calculated value without user authorization. In this case, and if the cost field have values, we should ask the user for a boolean choice: Yes or No (replace or not replace with automatic calculations).
I have succeed
About the second question you can do this :
Add the onSelectRow on the first grid
onSelectRow: function (ids) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top