Hello,
This have sense. Not promiese if I will do something in 3.6 final for this.
Regards
Tony
P.S we should have a common solution for all editing modules.
Hello,
jqGrid have methods and events to allmost what you want. No rady solutions
So in your case:
var mycolModel
You forgot to include jquery.searchFilter.css
Regards
Tony
Hello,
Sorry could not reproduce. In which browser is this?
Do you have a DOCTYPE declaration?
Bets Regards
Tony
Hello,
Sorry forgot to update the docs. Currently the pager (instead that they is somewhere in the document) is placed above the grid in all cases. There is a plan to have a separate method – pagerbar, where you can put the pager where you want.
Thanks
Best Regards
Tony
P.S. The documentation is fixed now
Hello,
Thanks. Yes I see this wired behavior. Will try to fix this to the final 3.6.
Best Regards
Tony
Hello,
I think that the problem is server side. Check to see what you script return after deleting.
By the way you have bad parameters in delete options.
1. We do not have closeAfterDelete – the dialog is closed automatically when the operation is with success
2. We do not have reloadAftersubmit, but we have reloadAfterSubmit
Regards
Tony
Hello,
Do you have set id's ? Also look in FireBug if you have attached correct id of every row.
Regards
Tony
Hello,
Look at onSortCol event. It will do the job.
Regards
Tony
Hello,
I think that adding this to
Hello,
It is a long story to explain – short maybe it should be fixed.
1. in successfunc is passed the response – so you should response.responseXML (in your case)
2. in aftersavefunc is passed response.responseText
The fix should pass the response on both events.
Regards
Tony
Hello,
3.6 offers a custom validator, so you can define your own.
Regards
Tony
Hello,
No need to to do it so complex. Also the 3.6 version offers a custom validation where you can do it simple like this:
colModel: [
…
{ name :'some',…, editrules : {custom:true, custom_func: myfunc … },
..
]
Where myfunc should return true or false depending on your need. See the 3.6 demos
Regards
Tony
Hello,
Maybe you are right. The problem comes from previous versions of jqGrid.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top