Hello,
Â
I’m not sure that angular.js will replace jQuery. They have different type of applications.
Â
Kind Regards
Hello,
Â
Thanks. Fixed in Git
Â
Kind Regards
Tony
Hello,
Â
When jsonstring is set as datatype jqGrid expects the datastr parameter to be set as string.
addJsondata will not work in your case. Look in the docs for data manipulation.
Dynamically this can be achieved if you use setGridParam to set datastr and the reload the grid.
Â
Regards
Hello,
Â
This is know problem.
Unfortunately this is not supported at the moment.Â
You can use the build-in manipulating with local data in grid, but I think it is a little bit complex.
Â
Regards
Hello,
Sorry for delay. It seemes I have missed this post.
Â
1. If you want to send only the childId you can just this field to be a rowid.
Â
This can be easy achieved if you set key:true in colModel like this
colModel: [
{name: ‘childId’, index: ‘childId’, align: ‘center’, sorttype: ‘string’, key:true},
2. Another solution In delete options is to use onclickSubmit event which should return object with the desired data which then will be passed to the post. See here
Â
Regards
Hello,
Thanks for posting your solution.
Kind Regards
Hello,
Â
Yes it is possible. Use custom formatter for this purpose.
Â
Kind Regards
Hello,
Â
Look for jsonmap property in colModel or change your jsonReader.
Â
Regards
Hello,
Â
1. afterInsertRow is not your solution.
2. afterSubmit as you set is not a grid parameter.
3. You use inlineedit – I suggest you to use aftersavefunc which should be passes as parameter in editRow.
See docs for this purpose.
Â
Kind Regards
Hello,
Posting a code is recommended
I’m that this is the problem.
You can disable the enter key in grid.
Moreover I do not see which editing module is used and etc.
Such kind of description will help nobody.
Â
Regards
Hello,
Â
Can you please post your json response?
Do you have any changes in jsonReader?
The grid first search for key:true and then for the id from the response.
Â
Kind Regards
Hello,
Unfortunately we do not support such functionality if I right understand the problem.
Â
Kind Regards
Hello,
Â
It is difficult.
If you use server side sorting and data, this should happen, sincxe the grid has only the needed portion.
If you use local data you can use the grid data parameter to get all the data.
Â
|
1 |
var allJQGridData = $(tableCtrl).jqGrid('getGridParam','data'); |
Regards
Hello,
Â
It depends on what you do with these actions.
Can you plese post a simple test case again with the events that caused these errors.
Â
Kind Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top