Hello Oleg,
Thanks. Good idea. I will make the changes in the GitHub.
You can comment and give better ideas on realization too when possible
Best Regards
Tony
Hello,
This is old question and sorry that it is not documented well.
Set
Hello,
Sorry to say this again and again.
Please, prepare a example test case and publish it or send it to us.
Regards
Hello,
It seems this plugin make some changes that are not compatible. Note that the pugin
Hello,
After the grid is created you can do this:
jQuery('span.s-ico').css({position:'absolute', left:'0px',top:'0px'});
Regards
Hello,
Thanks. Fixed in GitHub
Hello,
Thank you for finding this.
Can you please prepare for
Hello,
Please, try not to use selectize and see if this work. Just use simple select box definition.
Please, let me know if this in this case work.
I that there is a problem with the used selectize. If I select a value nothing is selected and empty value is set always.
Regards
Hello,
Thanks. Fixed.
Hello,
It seems that there is a problem with this. I will try to fix this for the upcomming release (very soon)
Regards
Hello,
Here is your example
As far as I see the sort is fine. Note that 0 and null are treated as same way so it is possible that some zero
0 values are between the empty ones. Is this the problem?
Regards
P.S. To overcome this problem you can define a custon sorttype which return the original value
something like this:
{
name:colModelNames[5],
width:25,
formatter:'currency',
formatoptions:{decimalPlaces:0,prefix:'$',defaultValue:' '},
sortable:true,
sorttype:function(v){return v;}, // or what you want if the v is null
align:'right',
editable:true,
edittype:'text',
editrules:{number:true}
}
Hello,
Can you please prepare a online example and me the link to it.
We need all the code – css, javascript and etc.
Thank you.
Kind Regards
Tony
Hello,
I have just tested your example. By the way there are alot of code which is missing.
I need to delete a lot of code and not sure if this is ok.
Now to the question – in my enviroment everthing work fine. The sorting is fine.
Maybe you will need give me a more data to test.
Your data for the field does not contain 0 (zero), but null which is quiet different.
HEllo,
Thuis is not a bug. You will need just to read the docs and use the appropriate event.
Hint maybe you canb use beforeSelectRow
Regards
Hello,
Should I understand that you execute the above code several times – i.e with asc parameter. How do you call the second and third sorting?
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top