Hello,
Â
There is a example in our commercial PHP component.
I think you should get the point.
Here is the example
Â
Kind Regards
Hello,
Â
Wow – it is good. Thanks for sharing this solution.
Â
Kind Regards
Tony
Hello,
Â
You can use formatter checkbox. See demos and docs
Â
Regards
Hello,
Â
Thanks for the code and the idea , but there is a problem when we try to sort.
Â
Kind Regards
Hello,
Â
jqGrid Mobile is a paid version. You can play with it when looking our demo here
and download a trial here.
Â
There was some bad links. They will be corrected.
Â
Regards
Hello,
Â
Nobody will help you if you do not post you code or better make a link to the problem.
Reasons for this can be thousands.
Â
Reegards
Hello,
Â
One possible reason for this is that you have eqial id in grid and subgrid – i.e you have id = 1 in grid and id = 1 in subgrid.
To resolve the problem you will need to use idPrefix in subgrid. See docs.
Â
Regards
Hello,
Â
Thanks for the feedback and the code posted.
Â
Regards
Hello,
Â
This message explain very good what is happen.
The length (the number of items) in dynamically build array colNames differ from those in colModel (the are not equal)
I suggest you not to use colNames, but add a column property label in colModel and use only this array.
Â
|
1 |
colModel : [{"name":"Column 1","index":"Column 1", label : "Mylabel"}] |
intead of
…
|
1 2 |
colModel : [{"name":"Column 1","index":"Column 1"}],<br /> colNames: ["Mylabel"], |
Â
Regards
Hello,
Â
summaryRound is column property and not a groupView one. Set it in certain column.
Please explain what you expect and what is happen?
Â
I see you use server side code to get the data. The data should be sorted in appropriate way before it is send to the grid.
See what is posted as sorting data when you perform the sort.
We post the grouping fields too, which should be take in account in your server
Â
Regards
Hello,
Â
Unfortunately this is not supported.
Â
RegardsÂ
Hello,
Â
You put the function populateGrid in datetype parameter
Â
datatype: populateGrid
Â
This is wrong. Note that if a date type is function it is called every time (instead that you set loadonce true)Â you want to do something with the data – serach and etc…
One possible solutuion is after this is completed you can set a datetype again to local usin setGridparam
Â
Regards
Hello,
I have answered you in your previous post.
Please, do not post the same port in two different topics.
Â
Regards
Hello,
Â
depending on the editing module you can use serializeEditData to make the conversion, before it is posted to the server
Â
Regards
Better yet, is there a way to call a jQuery function after the json call, but before the grid renders the data so that I can convert the json to the proper format expected by jqGrid???
See docs.
Â
Your json have two data tags, which is a little bit confused. Correct this and maybe you will get the data rigth.
Â
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top