Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiselect mode: click row should deselect other rows and chckbox width #3

Closed
winstonquock opened this issue May 28, 2009 · 1 comment

Comments

@winstonquock
Copy link

Hi, I found the multi-select model is slightly problematic. In the yahoo mail table and in tables of most windows programs, click on a row would deselect the other previously rows unless the multi-selection key is held down. This is more correct behavior as the use may just want to make a single selection several times before hitting the right row.

Also is there a way to control the size of the checkbox and column padding of the multi-select column?

Thanks

@tonytomov
Copy link
Owner

Hello,
jqGrid does not have a redy solutions for everyone. In order to do that you should set multiboxonly : to true (Yahoo style) where the selection can be done only when you check the check box and the use onSelectCell event (with some logic) to deselect changes.

Best Regards
Tony

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants