Hi,
I am working around the given example called “Import configuration from xml” using last version of jqgrid. My idea is to have an unique html file with the import function on it, and then generate a xml file with all the configuration/data on server side. This way i can generate dynamic tables without touching on html files. I dont know if this is the right way to do it, but for now i dont know other way to do that.
First thing i tried to have on my tables is “multiselect”, so i put “true” on xml file. This results on one checkbox on the header of the table, and no checkboxes on the rows. Then i tried the example demo for “multiselect”, my idea was to export the configuration and see if there is any other option that i forgot, but no luck with that.
Then i try jqGrid 3.8.2 version, and with the same xml as previous i got multiselect working very well :), so i think that is something wrong is this last version of jqgrid.
I wish to know if there is any place (doc maybe?) with all xml options for configuration of these tables.
Thank you