Hello,
Do you have included the jquery.fmatter.js? This file is needed for the formatting.
Regards
Tony
Hello,
You missed jqModal.js and jqDnR.js files – also be a sure to load the jqModal.css.
All external plugins should be loaded manually.
Regards
Tony
Hello,
What is the problem?
Regards
Tony
Hello,
Check your code again. Which buttons are shown?
Regards
Tony
Hello,
Also serch this forum for this message. Be a sure that all the needed css and js files are loaded.
Regards
Tony
Hello,
I think this is reasonable. The grid eval the string and there is no other way to determine if this is a function. If it is a quted it is interpreted as string. Any idea on how to resolve this will be helpful. Also it is easy when we use xml – in this case the function is enloased in CDATA.
Regards
Tony
Hello,
Better approach is to unbind the click(toggle) of the element.
Something like (never tested)
if you want to unbind the toggle of the subgrid with id =rowid then
$(“td:eq(0)”,rowid).unbind(“toggle”).
Suppose the subgrid column is the first.
Regards
Tony
Hello,
Sorry, I do not have look into the code deeper. It should work, but you should care in you case about the following:
The expression:
Hello,
Thanks. Definitley will look at this.
Regards
Tony
Hello,
You are absolutley right. During all releases of jqGrid I have try to implement diffrent ways to make this work. None of them was cross browser. If you look into this forum you will see that many users reported problems loading the modules in IE. Until now this is the only solution that work in FF,IE, Opera and Safari.
If you have time to google this problem you will see that currently there is no cross browser solution of dynamic loading the javascript.
At last there are some solutions, but the size of code is too big.
Also, I will be glad to see a really cross browser solution that do not have the current limitations of the jqGrid loader.
Thank you
Regards
Tony
Hello,
I think you should experiment in reverse order.
1. Construct your grid standart way including events
2. Make export of the grid using the method jqGridExport using the options jsonstring.
This way you can see how to configure the events in the jsonstring.
Regards
Tony
Hello,
Thank you. I will definitley check this.
Regards
Tony
Hello,
The best will be if you provide me a link to the problem.
You can email me to : tony at trirand dot com
Regards
Tony
Hello,
Thank you for this report. I will check this. Also if you resize some column does the scroll bar appear?
Regards
Tony
Hello,
Please provide the following information.
1.OS
2.Browser
3. jQuery Version
4. jqGrid Version
5. jqGrid Theme used
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top