Hi,
just started using SmartGWT 2.4 and came over a question:
I created a ListGrid and added a SelectionHandler to enable selecting some items. I would like to get the selected Columns or selected Fields. (Finally an Array containing the selected fields).
As the SelectionEvent doesn't provide this information, I am wondering if there is any other approach to get the (range of the) Selected fields.
just started using SmartGWT 2.4 and came over a question:
I created a ListGrid and added a SelectionHandler to enable selecting some items. I would like to get the selected Columns or selected Fields. (Finally an Array containing the selected fields).
As the SelectionEvent doesn't provide this information, I am wondering if there is any other approach to get the (range of the) Selected fields.
Comment