EDIT: I am finding that the code found in the link below describes well what I am looking for, however, the source code provided is quite bug ridden.
Well I found this. I am going to attempt to implement this into my base jqGrid. Looks difficult, but it seems to be what I am looking for. If I am successful, I will post something.
I don't mean to bump my own thread but I am bumping my own thread.
Can anyone comment as to if this is possible? Perhaps I did not explain clearly enough? I have looked through all of the documents and I am finding nothing about passing multiple filters with different groupop's.
If jqgrid does not have this capability (the “+” on the dialog would indicate so…) I am wondering if someone could give me a start at how to modify jqgrid to have this ability.
Thanks ahead.
mkmeyer,
Jiho, or anyone else. I am experiencing the same problem. Jiho's solution Ii thought worked for me but it seems that with it I can only ever get 'eq' .. instead of anything else I select. I also tried the fix posted on jquery site, but it has its own bugs too when cloning actions. So again with multiple search using jiho's solution, I can only ever search 'eq'.
Actually as I write this post I am finding that all columns are working besides my DateTime column which is using datepicker modified as DateTimePicker (includes time sliders).
Hi, I am rather new to javascript and also jQuery and jqGrid. Can someone explain what is CDN and how it would be beneficial?
rmvenancio said:
Mine is working with this line of code :
onClickButton: function () {
I am actually having the exact same issue.
Well I sort of got it working… the only thing is that I cannot know which values to set selected (based on the Users Roles).
I found some info on stackoverflow from Olef.
I cannot get this suggestion to work, but I do think it is the right track. Sorry about the code here… I can't seem to figure out how to properly post code in this forum.
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<div class="sfcode">editoptions: { dataUrl: '/User/UserGridRoles/',<br /> buildSelect: function(data) {<br /> var response = jQuery.parseJSON(data.responseText);<br /> var s = '';<br /> if (response && response.length) {<br /> for (var i = 0, l=response.length; i'+ri+'';<br /> }<br /> }<br /> return s + "";<br /> } ,<br /> multiple:true, edittype: 'select'<br /> },<br /> </div> |
Hi, I was wondering what you are doing for “myBuildSelect”, I am having issues getting data to populate into a multiselect: true on edit.
Thanks!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top