Hello again.
Love this component but I feel that with several events (in particular OnChange) being not exposed that I cannot use it in a selecting type of environment. I use the OnChange event to set the enabled property of an apply, undo and ok buttons.
Is the reason for the OnChange event along with other events not exposed (you have them commented out) is because of a problem or problems?
Thanks.
=========================
Update. I tried to add the OnChange event and I see why it is not part of the component. It does nothing. It appears that what you need to do to recognize a change is a click event for the selected item.
I can perform a work around for this by writing code in the skin manager afterchange event.