Hello,
Thanks Craig. Definitley will do that.
Best Regards
Tony
Hello,
Looking into the extjs I see what you mean. Currently this is not supported, but definitley I will add it in the todo list.
Regards
Tony
Hello,
Sorry, there are no plans for this, but I'm sure with little programing you can convert the data from one grid to pivot table. If you use server side data I recommend you to do this server side using a standart SQL – there are a quite good lessions for this. (you need just to google it)
Regards
Tony
Hello,
No automatic way, but you can use onHeaderClick event (see docs)
onHeaderClick : function(state) {
if(state == 'visible') {
$(“#mygrid”).trigger(“reloadGrid”);
}
}
Hope this helps
Regards
Tony
Hello,
Search works
Hello,
The onInitializeForm should not be called within jqGrid parameters, but in the parameters of the particular action (search, edit, add, delete) in the navGrid method – See docs.
Regards
Tony
Hello,
As of the docs this you can use this as object – see what is new in the last releases.
Regads
Tony
Hello,
The search uses the jquery load – you can use ajaxStart and ajaxStop when (maybe you can use here a blockUI plugin) calling the search – and notify the user when the ajax is ended.
Regards
Tony
Hello,
It is easy to do
See this:
http://www.trirand.com/blog/?page_id=18/feature-request/fittoscreen/page-1
Regards
Tony
Actually it is included in editoptions like this. (all versions of jqGrid)
Hello,
Yes you have right – this is one of the reasons that I have moved to UI Theme roller and changed tottaly the concept of the grid in 3.5. In 3.5 you will not have such problems – moreover if you set 900px width it is 900px regradeless of the column width.
Best Rgards
Tony
Hello,
Use gridComplete event instead of loadComplete – see docs.
Regards
Tony
Hello,
When we have a multiple select the data from select is posted separated with comma –
Hello,
If this is a 3.5 version this is not supported due to missing implementation of altRows in UI Theme roller.
Regards
Tony
Hello,
1) Currently the pager is disabled in treegrid.
2) use height: 'auto'
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top