Oleg,
for the same grid my datas are ordered on geographics points'name.
The accentued char
Oleg
Wonderful and thank you for your amazing work.
Best regards
Olivier
Oleg,
sorry to answer so late to your suggestion;
I try your demo at : http://www.ok-soft-gmbh.com/jqGrid/CustomSearch.htm
It is OK for : Client begin with b
Thank you Oleg,
This option is already set to true and searching is not case sensitive;
But it does'not solve searching on accentued chars;
Example : local searching “benevise” do not find “b
Yes, Tony, you are right : the json responce get a page to 0.
I shall look why ?
{“page”:”0″,”total”:1,”records”:”3″,”rows”:[{“id”:”27″,”cell”:[“27″,”156″,”ACCARD”,”Stu00e9phane”,”Mr”,”ACCARD, Stu00e9phane”,null,null,null,”380020100057″,”2010-03-24″,”2010-03-24″,”0″]},{“id”:”12″,”cell”:[“12″,”64″,”BARIBAUD”,”Line”,”Mme”,”BARIBAUD, Line”,null,null,null,”380019961245″,”2010-03-20″,”2010-03-20″,”0″]},{“id”:”11″,”cell”:[“11″,”1″,”LAFANECHu00c8RE”,”Olivier”,”Mr”,”LAFANECHu00c8RE, Olivier”,null,null,null,”380020109012″,”2010-03-20″,”2010-03-20″,”0″]}]}
The best is if you provide a link to the problem
The link is protected with password.
I omit to say that the problem is not permanent.
Here is the second grid configuration :
Not any problem on the json responce of the second grid
OK, Tony it's OK now.
I love your plug'in.
A splendid work.
Bests.
I find this way to do it :
I would write : pager: '#pager'
and not : pager: jQuery('#pager')
searchoptions:{sopt:['eq'], searchhidden:true, dataInit:function(elem) { $(elem).html('1');}} => NO
searchoptions:{sopt:['eq'], searchhidden:true, dataInit:function(elem) { $(elem).text('1');}} => NO
Tony,
Thank you,
The doc say :
If set this function is called only once when the element is created. To this function we pass the element object.
dataInit: function(elem) {
do something
}
My options :
searchoptions:{sopt:['eq'], searchhidden:true, dataInit:function(elem) { return $(elem).html('1');}}
are not OK
gvnsbt said:
Are you sure that with the
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top