I need to be able to keep multiple highlighted selections in state. I have 1 button that will toggle a selection off.
So after a user selects columns it will stay highlighted and the button will toggle ON. They can go on and make other selections and when they click back on a previous selection the toggle button will be able to toggle it OFF.
So I need to know how to hook into the selections. What is the easiest way of doing this?
thanks for the reply. Actually the specs where much easier than I read them to be. I need to update the background color. I should be able to use a custom renderer for that. But I do have a question about afterOnCellMouseDown. I am trying to use that to get the cell coordinates when user clicks back on the colored cells. It does give me the data I need. However it repeatedly fires off which makes the browser blow up if I try to do any logic. How can this be controlled? Or is there another hook I need to use? Do I have to use some type of throttle? Different hook? I just need the coords of the cell I click on