Hello,
You can use diffrent editors – just go in your proffil and select BBcode editor if you have problem with this.
Also you can use GitHub to post changes.
Thank you.
Kind Regards
Hello,
This will be updated and additionally to that there will be a possibility to define the multisort in way the user click on the column – i.e we will not count it from left to right.
Kind Regards
Hello,
Please refer to the parameter idPrefix in the docs.
This will solve your problem. There are some posts regarding this in this forum.
Kind Regards
Hello,
This is a colModel search options. In order to do this you will need to set this on every item in colModel.
If you want all the fields to have this you can use colModel templates.
Everything is described in the docs.
You can start from here
Regards
Hello,
Just read this carfully. Here is the sentense:
You have to set afterSubmit: UploadImage ….
Kind Regards
Tony
Hello,
You must set your server side code to do this. In your case this is nothing connected with the grid.
Regards
Tony
Hello,
Glad that you have resolved the problem. We will update our demos soon.
Kind Regards
Tony
Hello,
As far as I see you use your own custom success function when you do extend at the beginning.
Do not forget that in this case it is applied for both grid and subgrid.
I highly recommend you to see the demo grid as subgrid here – menu Advanced -> Grid as subgrid.
And start modify your wishes after this work fine for you.
Kind Regards
Tony
Hello,
multipleSearch and multipleGroup parameters should be set to true when you call searchGrid
Regards
Tony
Hello,
Please let me know where is the search performed?
The local search is supported with ISO date format, while if the data is on server you will need to make your own procedure to do this.
Regards
Tony
Hello,
You post this in the right place.
Yes I think this is possible.
basically you can get the selected ids while in form edit and post them in the server.
To get the selected ids you will need to use getGridParam with selarrrow parameter
selected = jQuery("#grid").jqGrid('getGridParam', 'selarrrow');
In some of the editform edit events you can format these ids ind post them into the server to perform update.
You can use serializeEditData event for this purpose.
Kind Regards
Hello,
If you use the PHP jqGrid commercial demo version it will not work in debug mode.
Kind Regards
Hello,
I do not have idea too.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top