I'm struggling to find a way to dynamically populate a textbox with the text that appears in a slick grid group header when that group header is selected (clicked). Anything that anyone can offer would be appreciated.
I have tried using the row select model and the on selected rows changed event. However, these do not seem to fire when group headers are selected. Ive also tried using the div class for the selected group header to fire a jQuery event... with no luck. I have also searched for anything similar on this site, as well as other google results.