Your Grid control has excellent support for various row level selections, however I cannot find any support for multiple cell level (or column level) selection.
I am basically looking for the ability to do grid selections similar to the way a spreadsheet works. i.e by rows, by columns or a rectangular group of cells. Multiple selections would be nice.
Is this supported? I noticed that your CubeGrid control in SmartClient allows similar selection modes.
If this isn't supported out of the box, can I get mouseclick, mouseover and mouseup events for individual Grid cells? If so I can probably mimic cell based selection myself. I am a SmartGWT newbie so I am sorry if this has an obvious answer!
I am basically looking for the ability to do grid selections similar to the way a spreadsheet works. i.e by rows, by columns or a rectangular group of cells. Multiple selections would be nice.
Is this supported? I noticed that your CubeGrid control in SmartClient allows similar selection modes.
If this isn't supported out of the box, can I get mouseclick, mouseover and mouseup events for individual Grid cells? If so I can probably mimic cell based selection myself. I am a SmartGWT newbie so I am sorry if this has an obvious answer!
Comment