Hello,
Which editing module is used? One small code example will be fine.
You can bind a change event to the field and post the data to the server when it is changed.
For this purpose you can use dataInit event – but without any additional information we can not help.
Kind Regards
Will
Guriddo Support Team
mdp,
Thanks for the clarification.
We have just changed the theme in the example with UI lightness and it work fine for us. Please use the link provided from Tony in order to see the result.
I think it is a problem with loading in browser. You may need to clear your browser cache and try.
Kind Regards,
Will
Guriddo Support Team
Hello,
Could you please show us what you try to change?
We will try to prepare a additional theme for jqGrid for the next release.
Kind Regards
Will
Guriddo Support Team
Hello,
The link does not show exactly what you post.
This is very basic change and I think there is a misunderstanding.
Just checked the changes for 1.12.0 click here
and changes for 1.12.1 click here
nothing is mentioted that these classes are drop.
Please check if you have copied correct the jquery UI css file. Of course you can experiment with different theme in order to see if everything is correct.
Kind Regards,
Will
Guriddo Support Team
Can you plese prrpare a example with description? You know that is very dificilt to reproduce your problem.
Thank you.
Kind regards
Will
Guriddo Support Team
Hello,
Thank you for sharing the solution.
Kind Regards,
Will
Guriddo Support Team
Hello,
Could you please post the full code or send it to us and in that case, please explain step by step what you do in order to happen this.
It is very complicated for us to reproduce your problem.
Thank you.
Kind Regards,
Will
Guriddo Support Team
Hello,
Thanks for the demo link. It show us where the problem is.
We have point you just as example to look at this implementation.
Here is our example. Click on the edit dialog to see the diffrenece
Kind Regards,
Will
Guriddo Support Team
You can send to: support at guriddo dot net
Guriddo Support Team
Hello,
Publishing (or sending to us) the code of both php files is higly recommended in order to resolve the problem.
Kind Regards,
Will
Guriddo Support Team
Hello,
The behavioris: if the value on the cell is changed it will be automatically posted to the server when click on another cell – if nothing is changed it will not be posted to the server.
Regards
Will
Guriddo Support Team
Hello,
To publish code switch to text mode tab (see upper right corner), paste the code, then select it and click on the code button on toolbar.
Regards,
Will
Guriddo Support Team
Hello,
You may need to use dataInit event in editoptions to bind the needed change event. See docs here
To remove the edit box you may want to use saveCell or restoreCell (depending if you want to save or not the content) and then apply not-editable-cell class.
Kind Regards,
Will
Guriddo Support Team
Hello,
In order to refresh the detail grid you will need to put the id in order script to know which records from the detail to refresh.
I think the correct code should be (see how we refresh the detail
|
1 2 3 |
jQuery("#balances").jqGrid('setGridParam',{postData:{CustomerID:rowid}}); jQuery("#balances").trigger("reloadGrid"); |
wher the rowid is the id to be refreshed. I think your script work and ajax request is made, but the returned data from the server is empty. You can see this in the debug console.
Regards
Will
Guriddo Support Team
Which editing module is used? – formedit, inlineedit or celledit?
Guriddo Support Team
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top