hi,
In my project i have a grid, inside it contains two template columns, one with a checkBox and one with a RadColorPicker.
How can I take value to RadColorPicker on fire (to clientside) checkBox's onclick in the same row?
This is the function that i use, cpObj is correctly found but alert return "nothing" value:
function ShowColor(ColorPickerClientID){
var cpObj = document.getElementById(cpClientID);
alert(cpObj.get_selectedColor()); }
Thank.
Alessio.