- Moderator
- #1
I'm building an ASP page that has the Telerik RadColorPicker in a template, so it can be repeated several times.
So, I'm able to fire an event when someone changes a color on one of the color pickers, and that's fine... the problem is, I don't know WHICH one sent it.
How can I get the index for the control that fired?
In other words, I need something like sender.parent.selectedindex() to tell me "Oh, yeah, they clicked on the third one down and changed the color."
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
So, I'm able to fire an event when someone changes a color on one of the color pickers, and that's fine... the problem is, I don't know WHICH one sent it.
How can I get the index for the control that fired?
In other words, I need something like sender.parent.selectedindex() to tell me "Oh, yeah, they clicked on the third one down and changed the color."
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg