I like using jqGrid treegrid but there is one feature that i absolutely need which is frozen columns. Is there any similar quality product that supports frozen columns. I know that jqgrid supports frozen columns in the regular grid (but not the tree grid)

link|improve this question

Please make your question more explicit by stating what you want in terms of functionality rather than comparing it to a specific part of a plugin. It is not clear to me what you need; hard to provide a solution to an unknown problem. It will also help to explain the options you have looked in and why they didn't work so others benefit from your work as well. – Adriaan – Adriaan Jan 17 at 7:32
@Adriaan - i am not sure that anything more explicit is needed. I need a treegrid which by itself is pretty self explanatory. I referenced jqGrid Treegrid as an example of a treegrid that i use and like today (no real value listing every features of jqGrid Treegrid but i added a link to the feature page) and i highlighted one missing feature which is frozen columns. – leora Jan 17 at 22:58
feedback

5 Answers

If time is not a constraint and you can waste a little in R&D, DataTables here can help you. Plus If you really have enough time, go through this nice article about 7 Best grid plugins.

Hope it helps, Thanks.

link|improve this answer
feedback

Not out-of-the-box solution, but you could try slickgrid - http://mleibman.github.com/SlickGrid/examples/example5-collapsing.html

Unfortunately it doesn't provide fixed columns functionality (yet), but there is fork, that has frozen columns you can use: https://github.com/JLynch7/SlickGrid/tree/2.0-frozenRowsAndColumns

UPDATE

You may also take look at jQuery EasyUI - http://www.jeasyui.com/tutorial/tree/treegrid2.php

Sample: http://www.jeasyui.com/tutorial/tree/treegrid2_demo.html

link|improve this answer
Updated answer with EasyUI – BartekR Jan 13 at 21:11
feedback

Yes There is a tree Grid in extended js http://docs.sencha.com/ext-js/4-0/#!/api/Ext.tree.Panel its an easy way to integrated fast

link|improve this answer
feedback

jqGrid 4.3 should support column freezing (according to the release notes)

Newest release 4.3.1 see trirand.com blog

Hope this helps.

link|improve this answer
it doesn't support frozen columns for the treegrid – leora Jan 16 at 22:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.