I want to add a colorpicker in the ultragrid's column. I changed its style to Color. but i am unable to find any way how to fetch the color value we clicked n picker.
Kindly help.
Make sure that the column DataType is Color. You can get the selected color by accessing the Value property of the cell.