Hello,
a) See
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods#grid_related_methods
b) If you have all the rows in array case a – you can do the b)
Regards
Tony
Hello,
It is fixed. You can see this in GitHUb and it is present in 3.6
1. Try to clear your cache.
2. If this continue – maybe you have bad grid configuaration. Also be a sure to load the lang file before the grid.
Regards
Tony
Hello,
Read the docs for client side sorting. Also in client side sorting you will need to set some other parameter in colModel in order to work this.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options
Regards
Tony
Hello,
Many times disscused – the answer is No.
Regards
Tony
Hello,
Currently you are limited to ui-icons only.
Regards
Tony
Hello,
1. You can use many option for this purpose.
1.1 use the new classes option in colModel to attach class to particular column.
1.2 use setCell method to change the apperianse and data to particular cell
1.3 use setRowData to set some classes to particular row
1.3 For dynamic changing during retrieving of data you can use afterInserRow event
2. You can use the formatter showLink maybe
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter
Regards
Tony
Hello,
Also as described this option is used when you try to resize the grid with setGridWidth, in order to do what you want you need another option – set resizable to false in colModel of that column
Regards
Tony
Hello,
Not sure what you mean with this – you can use searchFilter plugin separatley and construct a serch filter in the toolbar.
Regards
Tony
Hello,
Maybe you can use the subGridBeforeExpand event. Look into the documentation which parameters are accepted and then you can pass what you want to the postData array in the subgrid.
Regards
Tony
Hello,
I think, this will be available, but not in the upcomming bug fix release.
Regards
Tony
Hello,
This is discussed many times here. Let me say – currently This will be hard to do because of the definition of the grid – table-layout:fixed. This definition allow us to have one of the fastest grid, but this limit us to do other things.
I think you understand my point
Best Regards
Tony
Hello,
Could you please try with pure ajax and see the result. What you set as url is passed in grid (you can see this in the code) in ajax function. I mean:
$.ajax({
url : '/advertisers?nd='+new Date().getTime(),
dataType: 'json',
complete: function(…) {
…
}
});
See the result.
Regards
Tony
Hello,
If you set your grid within container try to set a position:relative on this container
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top