Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3455
WinGrid with rows containing checkbox
posted

Hi,

How to add a checkbox for a row in a WinGrid.

 

I need the appearence similar to the ordinary ListView, when it's

 

listView1.CheckBoxes = true; property is set 

 

Regards,

 

pgr2007

 

Parents
  • 37774
    posted

    The grid will by default show a checkbox for a boolean column, so you could add an unbound column to the grid.  If you specifically need ListView functionality, there is also an UltraListView.

    -Matt

Reply Children
No Data