RichFaces application, should I use rich:dataTable or jQGrid, pros cons?
问题 Following on from here, I need to have an inline editable grid in my web application using RichFaces 3.3.3, JSF 1.2 and Facelets. My options are the rich:dataTable RichFaces control, or the jQuery plugin, jQGrid I have tried both and found the following so far: jQGrid works really well, but I am not sure what will happen if I try to refresh JSF controls from the grid, if that's possible? I am hesitant to use or trigger RichFaces modal windows from the jQGrid, can this cause problems? Or