Hello,
Maybe you will need to construct your own search .
Look into the demo – Advanced => Search Big Data
Regards
Tony
Hello,
Thanks for this. In this case this is really true. Just pushed in GitHub a modified version of addRowData, where you can add a data at once.
Best Regards
Tony
Hello,
Why not follow the link and see what you do wrong?
In order to understand if everthing is ok, just try with one column.
Regards
Tony
Hello,
Thanks.
Sorry, but I do not understand the problem. As of your post you tell me that everething work correct. What does not work?
What you try to do?
In which browser is this?
Is there a code?
Best Regards
Tony
Hello,
Look here:
The trick is maybe if you change the select in A to be to set additional attribute in B which is the value from A and etc.
Best Reagrds
Tony
Hello,
I think you make the same error.
In you case with this configuration you should set in jsonReader – repeatitems:false.
Best Regards
Tony
Hello,
Thanks for the link.
Best Regards
Tony
Hello,
In some situations I have the same problem – my solution is to use setGridWidth within setTimeout.
Best Regards
Tony
Hello,
Thanks. Fixed.
Best Regards
Tony
Hello,
This definitley works for me. Tested. Check to see which modules do you have downloaded.
Regards
Tony
Hello,
I think this is expected behaviour for now – i.e lunch dragging and in the same time to be sortable it is the same if you use jQuery UI to set a element as draggable and then in the same time to be sortable – just try.
Best Regards
Tony
Hello,
I'm thinking on additional parameter forceUpdate, which maybe will do the job.
Best Regards
Tony
Hello,
As promised. This example works ok on my demo
And again me,
or set in colModel key:true property
i.e
$(“#mygrid”).jqGrid({
..
colModel:[
{name:'id',index:'id', width:60, sorttype:”int”, key:true}
..
],
jsonReader: {repeatitems:false},
…
});
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top