I use 3.4.4 and use mygrid.getGridParam(“selarrrow”) to get the selected rows.
I got a empty array if i set the cellEdit:true, but when i set the cellEdit:false it is work.
Now i try to upgrade to 3.5 beta and got another error as following :
“$(‘#uc0_todo_table’).jqGrid is not a function”
Hi Tony : After i deleted all jqGrid files and re-deploy 3.4.4 files to my system, it works fine now.
But i have a new problem. There was a new item “view selected row” on the navigation bar. I try to set …..navGrid(’#uc1_process_table_pager’,{ refresh:false,edit:false,add:false,del:false,search:false,view:false } and it it so now.
So is it must to set “view:false” to disable this button?
It is possible, but depends which version do you use. Also enabled in 3.4.3, 3.4.4 and 3.5
Regards
Tony
Hello Tony,
at the first thanks for a great plugin!
I have the version 3.4.4 and try to use inline edit with multiselect together. The problem is I have no raise after the onSelectRow event if the multiselect is set true. Is it right or I'm doing something wrong?