Hello Kavya,
The selection mode options are those that you can see in the grid’s API:
‘none’-disables the selection
‘singlerow’- full row selection
‘multiplerows’ – each click selects a new row. Click on a selected row unselects it
‘multiplerowsextended’ – multiple rows selection with drag and drop. The selection behavior resembles the selection of icons on your desktop
‘singlecell’ – single cell selection
‘multiplecells’ – each click selects a new cell. Click on a selected cell unselects it
‘multiplecellsextended’ – in this mode, users can select multiple cells with a drag and drop. The selection behavior resembles the selection of icons on your desktop
‘multiplecellsadvanced’ – this mode is the most advanced cells selection mode. In this mode, users can select multiple cells with a drag and drop. The selection behavior resembles the selection of cells in a spreadsheet
‘checkbox’ – multiple rows selection through a checkbox.
You can create some custom selection, based on your needs. For example, you can you use the “selectcell” or “selectrow” methods.
Best Regards,
Martin
jQWidgets Team
http://www.jqwidgets.com/