Hello,
Yes, this is true. filterGrid is created wih a sence to be a more flexible,
but I think this method can be extended to meet these changes.
Best Regards
Tony
Hello,
Thank you very much for this. It is true.
We should have working solutions 🙂 and I will implement your
correction.
Best Regards
Tony
Hello,
Thank you very much for this code.
I will think If I implement this – the reason is simple.
If you known that your table does not change the number of records for
long time this approach is OK, but in real world this is not true.
Imagine the user open a grid and stay
Hello,
As described in the docs – jqGrid does not support client side pagnation.
Regards
Tony
Hello,
If I remember there was the same problem and someone posted here the solution.
Also try to search the forum. I will serch too.
Regards
Tony
Hello
I do not see from where fecha becomes value
$(”#fecha”,formid).val(fecha);<—-
Actually this should have value undefined.
Regards
Tony
Hello,
Not sure what is here, but could you please try with this in the page
where the grid loads (set this between head tag)
html, body {
Hello,
You should add this function within
jQuery(document).ready(function(){…
Regards
Tony
Hello,
Sorry it is my mistake.
Try
input.uppercase {text-transform: uppercase}
and then
editoptions :{style: 'uppercase'…}
Regards
Tony
Hello,
Yes it is disabled
Regards
Tony
Hello,
Currently there is not documentation. This is one of my first
plugins. If you got the demo look at tree.xml file – I think there are
all the options.
Regards
Tony
When using xmlstring, after the first call the data automatically
is set to clientSide. Insted use onPagging event
onPaging : function (button){
$(gridid).setGridParam({datatype: “xmlstring”})
}
To force the pagging
Regards
Tony
Hello,
Or simply use onPaging event to store selected Ids
Regards
Tony
Hello,
Refer to docs. Use option
Hello,
Check your code. If you make a copy paste there will be some errors.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top