how to give checkbox options in datagrid in windows mobile? is it possible or not? [duplicate]
Possible Duplicate:
how to put checkboxes in datagrid in windows mobile 6 using c#?
How can I give checkbox options in a data开发者_StackOverflow中文版grid in windows mobile. Is it possible or not?
Please help me.
You can use a ListView and set the CheckBoxes property to true.
精彩评论