Hello,
I've a jqGrid which can be multiselect dynamically. So I initialise my grid with multiselect option = true and when LoadComplete is triggered, i hide checkbox (cb) column and I change grid param to multiselect = false.
The problem is, when I reload the grid, all columns are shifted. This is the same thing for subgrid which contains too much columns. I hope screenshots will explain better than me :

I think it miss several checks. Moreover, it would be usefull to autmatically hide the checkbox column when multiselect option is set to false (currently, I use $(“#grid”).jqGrid('hideCol', 'cb');)
Thank you in advance
Best regards 
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top