mikeerickson said:
OlegK said:
Hi Tony!
I place the topic in “Bugs” part of forum only to make you easy to find it. I read in forum wisches to implement case insensitive searching for local data and find that it can be very easy implemented in jqGrid. I suggest following changes for grid.base.js:
1) include additional option ignoreCase: false in the line 687 (after groupingView option)
2) After the line 1364: query = $.jgrid.from(ts.p.data); insert the line
OlegK said:
Hi Tony!
I place the topic in “Bugs” part of forum only to make you easy to find it. I read in forum wisches to implement case insensitive searching for local data and find that it can be very easy implemented in jqGrid. I suggest following changes for grid.base.js:
1) include additional option ignoreCase: false in the line 687 (after groupingView option)
2) After the line 1364: query = $.jgrid.from(ts.p.data); insert the line
Oleg
So, this seems to perform the case insensitive search part, but it requires a return to invoke the search.
OK, I have found how to do contains by adding defaultSearch:”cn” to filterToolbar call.
Yes, it seems all along my issue was with trying to mix 3.7x and 3.8 features and I didn't even realize it.
Yes, so I have learned!
In this sample, the data displays just fine – but NO GROUPING!
OK, I am deep into day two trying to get some simple grouping working and it is really getting frustrating.
OK, I put the following link in, still same problem
So why would an example online work no problem, you the code I am moving over does NOT work.
I dont see this file anywhere in the entire 3.8 beta package?!?
Here is my current code (taken from a demo) trying to get a simple grouped grid to display.
Does the grid display and it just has empty data, or does the grid not even display.
I have one grid div
OlegK said:
Hi!
In general you data and jqGrid seems almost OK. After replacing some ″
tony said:
Hello,
Here is your config with the response:
http://trirand.com/blog/jqgrid…..demo3.html
Regards
Tony
Well, after all this, I found the problem.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top