ha开发者_StackOverflowving all of jqGrid and jquery-ui is starting to feel like bloat, but it's not entirely clear which portions of ui grid wants....
It is well known, that all components of jqGrid need CSS file of jQuery UI with some corresponding images.
Since the version 3.6 of jqGrid there are an additional module of jqGrid jQuery UI addons which contains functions like columnChooser
, sortableRows
, gridResize
, gridDnD
. Moreover the columnChooser
use an additional jQuery UI Multiselect Widget (see http://github.com/michael/multiselect, http://quasipartikel.at/multiselect/ and http://quasipartikel.at/multiselect_next/). One tested version of Multiselect Widget are included in the downloaded sources of jqGrid (ui.multiselect.css and ui.multiselect.js).
If you don't use any of the functions from jQuery UI addons listed above then it will be enough to include only CSS file of jQuery UI without calling of any js-files.
精彩评论