JqGrid without jQueryUI?

I can not find a clear answer to this. Is it possible to use JQGrid without using jQueryUI on my website?

+6
source share
1 answer

According to install.txt:

To use jqGrid 3.5, the css theme file must be loaded first. Download the desired theme (or create a custom one) from the jQueryUI website (www.jqueryui.com) and specify in your link tag in the main section the path to the css theme

via http://www.trirand.com/blog/?page_id=6

+5
source

Source: https://habr.com/ru/post/888646/


All Articles