Hi,
I'm using NetAdvantage 10.2 and C#. I want to display a check box in a column. I see that there is a DataType property on a list view column. When I set it to Boolean, the check box is displayed on the left, but I can't check/uncheck it. Is it possible to make the check box so that I check or uncheck it? Also, how do I center it in the column?
thanks
Mario
HelloMpiccoli,
Maybe one possible approach to solve this task, could be if you are using property:
this.ultraListView1.ViewSettingsDetails.CheckBoxStyle = Infragistics.Win.UltraWinListView.CheckBoxStyle.CheckBox;
I made small sample for you. Please take a look at the attached sample for more details and let me know if you have any questions.
Regards
Here is the sample