Hello,
I wonder why do you try to resolve everthing with the grid methods. You should have a very simple solution.
Create your own ajax call – this call should ask for the number of recordes (separate one)
In the succes of this ajax call construct your grid with the rowNum obtained from the request.
Regards
Tony
Hello,
Exactley which example do you mean?
Regards
Hello,
Thanks for reporting.
I'm not sure why do you reload the grid after calling the frozen columns. You can see in the demo how to use it:
http://trirand.com/blog/jqgrid/jqgrid.html
You do not need to reload the grid.
As usual a example of the problem is highly
Hello,
If you use server side serch this does not depend on jqGrid. If this is a local case a test case is greatley requiered.
Thank you
The example in demo is not configured to do this.
Regards
Hello,
If you use formedit you will need to check the docs (as usual)
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#delgridrow
Regards
Hello,
The question is – how do us implement inline edit?
Regards
Tony
Thanks Oleg,
Will check this.
Best Regards
Tony
Hello,
Remove all the events related to the cell edit and try.
You have error here instead:
Hello,
Check the colModel options please:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options&s=viewable
Regards
Hello,
It seems you use the commertial component.
Please post your question here:
or search the same forum to find the answer
Regards
Hello,
It is wired. If you use loadonce : true
why do you use these? – this is not needed. Please look what loadonce do.
Actually you do not need to do anything in this case
Regards
Hello,
I do not see a problem here.
You can use FireBug in FireFox (Chrome has also such tool) to see what is happen.
You can do (Valid only in FireFox)
console.log( varaible )
With other words
function pickdate(id){
Hello,
You will need maybe to increase the rowNum parameter of the grid to let say 500
You should understand that everthing is done at client side and the grid load 150 records.
From where should know the grid that there are a lot of other rows and thier values?
Just think about this.
Regards
Tony
Hello,
Everthing is OK IMHO, but you will need to remove the reloading the grid.
It is done automatically.
There is example here:
Regards
Hello,
You may want to read first the documentation:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:search_config#colmodel_options
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top