Probably you have the same problem which described here. Try the workaround, I hope it will solve the problem.
What do the custom formatter checkboxYesNo which you posted? It
What do you do with your custom formatter is the same what 'select' formatter can do. Try
formatter:'select', stype:'select', edittype:'select', editoptions: { value: "0:No;1:Yes" }
Best regards
Oleg
It seems to me that you should just use closeAfterSearch:true option. This option like all other Search option you can define as parameter prmSearch
Look at another one, but I don't understand what you mean with the custom formatter? Where you need to use custom formatter? Which one?
Everything is possible if it is really needed. Look at my old answer
You should use additionally formatter:'select' setting in your case (see documentation).
Best regards
Oleg
Hello Candra!
First of all please try to use
Hello Tony,
as additional argument are the problems described by
Hello Candra!
One more question: do you use recreateForm:true option? If you yet, try it. Probably it is just you problem. By the way I set the
Do you use recreateForm:true option? If not yet, try it. Probably it will solve your problem.
Best regards
Oleg
Hello edisonia,
removing separator from the navigator seems me very easy. Let us you have the pager with id=”mypager”. The separator will be added to the left part of the pager which has id=”mypager_left” (the id of the pager + “_left”). The separator is the
$("#mypager_left td > span.ui-separator").parent().remove();
Best regards
Oleg
Hello Tony!
The only disadvantage which I could find in the usage of document.writeln technique is that it is not work for XML files (XHTML files which hat additional line
Thanks for the information, Tony!
jqChart seems me very interesting. Only one small advice from me. Microsoft charts has many 3D effects. Your jqChart has on the other side very nice animation effects and good interaction. I would recommend you include some gradient effects in some your demos. Including CSS with gradient effects (see my old demo) in the “Column and Bar charts” for example makes almost no additional work, but the charts could look even more better.
Best wishes
Oleg
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top