There isn't anyone that help me?
You need to be aware that although Section 508 is a US standard, there are equivalent standards in most of the world now — e.g. the Disability Discrimination Act in the UK. There is also an ISO standard on accessibility. (I can't remember the number off hand).
OK, I think I've worked out the sorting issue. It was my problem; the jqGrid sends a parameter to the AJAX url named 'sidx' with the column to sort on and a parameter named 'sord' with the order. Hope this helps someone!
John
Is the problem because I am using url directly as books.html ? Please help.
The only problem is all the 25 rows are displaying in one page.
I am looking for it too.
Hi
I have the same problem, too. When it is locally hosted, it works fine, but when I hosted it to a Windows Server 2008 IIS7 it doesn't work.
Previous post that says “don't have any issue…” probably doesn't hosted to WS2008 IIS7…
Can you please tell me, is this a bug or what is it, cause I use the plugin for commercial application and
this is a BIG problem if it doesn't support IIS7 on WS2008???
Please reply ASAP.
Cheers,
Renata
Hello, You might be missed some files to include
CSS files
Js files
i got the same problem before once i included this files it is working fine with me.
🙂
Hi Tony,
thanks for the reply. Already tried that yesterday but it didn't work out.
I'll keep playing with the code. If I can find a solution I'll post it here.
Keep up the good work, I really love this grid
Best regards
It's not the cleanest solution but in the meantime I did this to get the alt to work.
Each alt row gets the ui-priority-secondary class from jquery.ui themes
in the jqgrid css file i added this line.
.ui-jqgrid tr.ui-priority-secondary td { background: #COLOR_CODE; }
And it works.
This seems to work.
Is it the best way to call functions outside jqgrid?
onCellSelect: function(rowid,iCol,cellcontent){
You can hide this row by css:
#_empty{
found it
should be buttonicon and not buttonimg as per the documentation.
must have changed in v3.5
Hi
This does not seem to work for a new button.
e.g.
.navButtonAdd('#pager',{
caption:'',
title:'Approve User',
buttonimg:'ui-icon-circle-check',
….
I have tried changing the add icon as per the previous post and that works fine, but I need to change a custom button.
Any help please
Thanks
Graham
Hmmm
I feel like there should be a function something like:
$jQuery("#myGrid").getAllRowData()
I haven't looked through the code of jqGrid but I assume that the row data is already stored in a stucture of some sort.
Just returning that stucture would be alot faster than having to loop through every row to get the data.
This is working for me:
public function indexAction() {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top