开发者

Jqgrid selecting more than one row

My first question on SO! :) Thanks in advanced!

I'm having a 开发者_JAVA技巧problem with jqgrid multiple selection functionality. I can only define a single multiple selection key and above that shift doesnt select more than 1 row into the collection at a time.

Any clue on a different grid plugin or a work around for this functionality?

Also, Does jqgrid have an option to hide the check boxes when multiselect is active?


Welcome on the stackoverflow.com!

You can find here some examples which shows live how different settings of jqGrid having multiselect:true works. All the option are documented.

You can look at here another code which implement another musliselect behavior as standard. To tell the truth I don't tested the solution.To hide checkboxes you can use $("#list").jqGrid('hideCol','cb'); because all checkboxes are placed in the column with the name 'cb'.

Mostly jqGrid are used together with the paging feature, so not many rows will be displayed at once and it is not a real problem to select many rows. Nevertheless I agree that the keybord support is not good enough in jqGrid. All other important functionality are on the other side so rich, that I don't see alternative plugin which I could recommend you. It is better to get jqGrid and write all what you need additionally yourself. jqGrid has enough possibilities for extensibility.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜