Hello,
Do you use static xml file or dynamic generated from server.
In the second case you will need to accept parameters posted from jqGrid and do the appropriate quiery.
If you are in the first case nothing will happen.
Regards
Tony
Hello,
Also you can send me the html file (if you want of course) in order to test
Thanks
Best Regards
Tony
Hello,
I'm not sure if json_encode works only with utf-8. IMHO this is not true. You can see strange chars in the console, but they are dispalyed correct in the browser.
Also you class is not correct written, they give me a error in FireBug console JSON.parse, which tell me that something is not correct.
In order to test with your class maybe you will need to turn off this jqGrid Settings – i.e. set it to false like this
$.jgrid.useJSON = false;
Best Regards
Tony
Hello,
Could you please check the last from GitHub. I have make some chenges to this.
Regards
Tony
Hello,
Could not understand what you mean – in my demos evrething is ok.
If you set required:false – the checking is not performed, this is usefull if you want to have empty values, but want to check numbers and etc.
requiered : true works for as expected.
Best Regards
Tony
Hello,
I think that this is not possible – the reason – how to reorder something which is not into the DOM – i.e. you want to
Hello,
Thank you for this. This is true.
I'm not sure, but maybe it is a good idea to use encodeURIComponent.
Best Regards
Tony
Hello,
Thanks, maybe will be good to use try catch statement. Will see this.
Best Regards
Tony
Hello,
You place the events in wrong place. Set these events as options in the setCoulumns.
Regards
Tony
Hello,
Thank you for these investigations.
Seems like that 1 and 2 are bugs. For now I should make some tests and will replay to you soon.
For 3 nothing. Pagination should work, but I do not understand what you mean.
Hello,
I have one request to you.
Could you please prepare live example and send me a link. You can send me PM or e-mail me to tony at trirand dot com.
Thanks
Tony
Hello jproffer,
You expect to have answer within a less than 24h and this for open source product – WOW.
If you do not know if you expect professional and quick solutions of your problems you can use the Support option on this page.
Moreover as you know we have maybe 8-10 h diffrence in the time, so maybe if you write your message we maybe sleep.
By the way your problem is trivial and if you have searched this forum, you maybe will found the solution.
I.e. the problem is that your CSS files are not loaded. You can check this very quick using FireFox FireBug – Net Tab and then choose CSS.
Good Luck with FlexiGrid and thier support.
Best Regards
Tony
Hello,
I do not think that this is jqGrid problem.
It all depends on your definition in the html, what is the encoding of the database,
if you use mysql maybe you will need to use set names command with the appropriate encoding before the request and at end you should use the header function to send the appropriate encoding before sending the data to the grid.
Regards
Tony
Hello Hans,
Welcome to jqGrid community!
To be a honest some other users reported this problem, but for now I do not know which causes this.
IMHO it depends on document structure.
It will be very goog if you have a link to the problem in order to investigate the problem.
In order to resulve currently your problem maybe you will need to define in
Hello,
I think you know it, but just to reminder.
If you save the data to the server there is a time delay until the data come back to grid.
During this time you execute the other javascript code which depend on this data, but the data is not already into the grid.
In order to resolve:
1. Maybe you will to use setTimeout function when you try to get user data – I do not recommend this.
2. use the succesfunc as described here
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing#saverow
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top