Hello,
I will put it soon in the download page.
Regards
Tony
Hello,
Maybe you will need to post your questions here:
Export to Excel is supported and works well in all Excel versions.
What you mean with Import from Excel?
Did you mean that a data from excel file should be converted to
Hello,
Thanks. I have made some changes in this direction.
You can get the code from GitHub and test it.
Regards
Tony
Hello,
Thanks.
There is a bug. Fixed in GitHub.
Best Regards
Tony
Hello,
Thanks. Fixed.
Regards
Tony
Hello,
Thanks. Definitley will check this behaviour.
Kind Regards
Tony
Hello,
Yes this is true.
Regards
Tony
Hello,
Sorry to say, but I do not understand what you mean with this.
Regards
Tony
Hello,
In older versions this was possible, but the requirment was availble when we introduce loacl manipulation
Kind Regsrds
Tony
Hello,
Thanks. Will be fixed or maybe I will merge your changes in GitHub
Kind Regards
Tony
Hello Oleg,
Thanks for this.
Actually the problem appear if you perform server side search on integers with operator LIKE. In most databases this does not work.
Also I think that we should not make a software which excludes a lot of particular problems, but rather to give a possiblity to solve them direct with changing some settings .
In your case you will need to set a sopt for that select field. The program first searches for this and then for the defaultSearch.
So in order to solve the problem do this:
{ name:'subSource'… searchoptions:{ sopt:['eq']…}, …},
If you need to have more options in multiple search dialog do this
{ name:'subSource'… searchoptions:{ sopt:['eq', 'ne'….]…}, …},
The program check for the first element in sopt when filterToolbar.
Hope this help
Best Regards
Tony
Hello,
Thanks. Fixed
It should be
if(typeof(index) != “undefined”) }
….
}
KInd Regards
Tony
Hello,
Just tested your code (Copy/Paste) and everthing work fine for me.
In order to be correct the grid should know which row acts as id.
Try this:
colModel:[
HEllo,
This will not work in IE sinc of the not needed comma
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top