Hello,
I have added a sortfunc whic ma ke a possibitlity to define
Hello,
We missed a lot of things that we need to know.
By example – are you using local data or server side obtaining a data.
If you are in second kase you will need to check your server side code when a sort is on.
I need a full grid setup and simple data in order to see where the problem was.
Kind Regards
Hello,
Thanks for let me know about this example mistake.
The problem was not in grid, but in the example grid setup.
Now I have corrected this and the example work as expected.
Thanks again
Kind Regards
Hello Oleg,
Many Thanks. Will fix the lang files.
We will publish the new release soon. I just prepare the docs for the new features.
Best Regards
Tony
Hello,
I hope this was a temporary problem, which is now fixed. Thanks anyway.
Regards
Hello,
current mean current page and the selected row of this page if any, but you are right.
I will not change the current behaviour, but I try to add another option which will do the desired behaviour.
Just curious I can not find a good word for this – maybe actual, but not sure – any recommendation of this will be welcome.
Kind Regards
Tony
Hello,
This is fixed in the upcomming release. Note that in this case the entrie data shuld be loaded – that mean send all the data to the grid and set the parameter loadonce to true.
Regards
Hello,
Sorry that I do not understand fully the requierment.
I have aded some other parameters of this object. Will be available in the next release.
Now you can use groupValue to get what you need.
Regards
Hello,
I can not reproduce the problem. Mhy test was.
1. Initial request return data with userdata.
2. The second request when paging return empty JSON, but the userData is initialized as empty.
Which version do you use.
We always have this in the code:
ts.p.userData = $.jgrid.getAccessor(data,dReader.userdata) || {};
which always return empty object if userdata or data is empty object.
The userdata is not changed if the response is null (nothing), but in this case everthing stay untouched.
Regards
Hello,
Try with the following function.
function cellFormat(cellvalue,options,rowObject) {
Hello,
Yes this is possible using the cellattr event which can be applied at that column
.mypointer
Hello,
I think you have a type in your code.
There error is here:
…
colModel:
[
{ name: 'IntProperty', index: 'IntProperty' },
{ name: 'StringProperty', index: 'StringProperty' },
{ name: 'DateProperty', index: 'DateProperty' },
Hello,
How you do this? – any test code is apreciated.
regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top