Hello,
Yes the default search is a single search. You missed to see the code on how the multiple Search should be set – in the same example.
(Instead use multipleSearch set to true)
Best Regards
Tony
Hello,
This feature is not implemented in 3.6 since of the sortable columns feature. When we have colspan and sortable columns we go in big problems.
Best Regards
Tony
Hello,
For form edit this is difficult to do, when we have a form with pager elements
Best Regards
Tony
Hello,
local paging and searching will be in the next release 3.7
Best Regards
Tony
Hello,
This is not documented, but.
1. When we create the form we set a id of the form like this
Hello,
Sorry I do not understand ????
Regards
Hello,
try this instead
$('#grid_waregroups tbody tr:first').trigger(“click”);
Note that I replace first-child with firs.
@Aime
a gridComplete should be used only. It is quiet possible that in loadComplete the row is selected, but in gridComplete it will be deselected – the setSelection is a toggle function.
Regards
Tony
Hello,
For this purpose you can use loadError function something like
loadError : function(xhr, status, error) {
// check the error code her and then do
// trigger(“reloadGrid”)
}
Best Regards
Tony
Hello,
I'm not sure if this can be done with standart grid methods available.
One thing that I see is when the value of B cahnges get the current value of field A, then you know the id of the field A – remove the field and recreate it with the new input type using setCell method. Also the avilable edittype should be changed maybe (not sure from what edittype to what edittype is the change)
Little hard to do instead.
Best Regards
Tony
Hello,
Which version of jQuery is used?
Best Regards
Tony
Hello,
trigger(“reloadGrid”) trigger the grid with the current settings (parameters) without to care what is in the toolbar.
For this purpose you should:
1. Either obtain the vaule from the select and set it to the url (not recommended)
2. Or to use triggerToolbar build in method (recommended) to do the job. It is important to note that triggerToolbar is not called with the standart methods. See her how to use them:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:toolbar_searching#using_the_additional_methods
Best regards
Tony
Hello,
This is very difficult to do, but not impossible.
I never try this, but for the formedit add/edit set recreateForm to true, then use beforeInitData event with setColProp to change the edittype text to edittype to textarea and then define onClose event where you put back the edittype to text.
Best Regards
Tony
Hello,
Where do you use this?
Please post your entrie code to see what is happen. If you use this in form edit module, maybe you will need to set recreateForm to true.
Best Regards
Tony
Hello,
If you do not know the common div where all the things are enclosed has a name “gbox_”+ the id of the grid.
Suppose you grid has id named mygrid, the you can do
$(“.ui-jqgrid-titlebar”,”#gbox_mygrid”).css(….)
Hope you get the point
Best Regards
Hello,
Could you please post your grid configuration for the second grid and the response for it.
The best is if you provide a link to the problem
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top