vote up 0 vote down star

I have gridview I have column that should be checkboxlist like dropdownlist column but how can I let the list appear when click in the column ?I don't want the list to appear unless the user want to check some items

thanks alot

flag

2 Answers

vote up 0 vote down

Refer this

link|flag
vote up 0 vote down

Turn the column into a templated column. Make a panel with the checkboxlist in it. Set the display style to 'none' for the panel. On the hover over event of that cell, set the display style of the panel to ‘’.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.