jquery - Jqgrid selecting more than one row -


my first question on so! :) in advanced!

i'm having problem jqgrid multiple selection functionality. can define single multiple selection key , above shift doesnt select more 1 row collection @ time.

any clue on different grid plugin or work around functionality?

also, jqgrid have option hide check boxes when multiselect active?

welcome on stackoverflow.com!

you can find here examples shows live how different settings of jqgrid having multiselect:true works. option documented.

you can @ here code implement musliselect behavior standard. tell truth don't tested solution.to hide checkboxes can use $("#list").jqgrid('hidecol','cb'); because checkboxes placed in column name 'cb'.

mostly jqgrid used paging feature, not many rows displayed @ once , not real problem select many rows. nevertheless agree keybord support not enough in jqgrid. other important functionality on other side rich, don't see alternative plugin recommend you. better jqgrid , write need additionally yourself. jqgrid has enough possibilities extensibility.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -