Hello,
Thanks Dmitry. I know about this problem, but untill now I do not have time to fix it. Will investigate the problem. Also we need to fix other bugs in IE related to the overlays when we have multiple grids.
Best Regards
Tony
Hello,
Thanks. Fixed.
Best Regards
Tony
Hello,
You can achive this this way:
colModel :[
…..
{name:'companyID', hidden:true, jsonmap:'company.companyID'}
{name:'name', width: 60, jsonmap:'company.name'…..}
]
See docs : http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data
Best Regards
Tony
Hello,
Set cellEdit to true or maybe cellSubmit to clientArray.
Best Regards
Tony
Hello Mark,
Thanks. As usual good catch – also added the event object to
Hello,
You must use the 3.5 version. I recommend to use the last one from GitHub.
Best Regards
Tony
Hello,
Thanks Oleg – this definitley usefull. Will make some tests and include in the next releases.
Best Regards
Tony
Hello,
I will consider this in the future.
Best Regards
Tony
Hello,
If you use FireFox –
Hello,
Check your code. You have error:
for (var i = 0; i < result.length; i++)
Hello,
What return your filter.php – as of documentation it should return valid html select
Best Regards
Tony
Hello,
Use dataEvents for this purpose:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editoptions
Best Regards
Tony
Hello,
Every checkbox has uniquie id which is combination of
“jqg_”+rowid – where the rowid is the id of the row.
Use the appropriate command to disable it.
Best Regards
Tony
Hello,
What about title attribute?
Regards
Tony
Hello
Please check viewsortcols options in the docs: http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top