Hi All,
I need some advice on how to check or uncheck all checkboxes in the displayed winform datagrid. I've found much ASP orientated doco including AllowSelectAll property (which doesn't show in MSDN 2003). Is there some column property to allow this or do I just loop through the datagrid contents and set the values true/false? If the latter could someone walk me through the process please.
I have mouse_down event context menus with options enabled depending on the particular column right clicked.
Much obliged
abraxas
I need some advice on how to check or uncheck all checkboxes in the displayed winform datagrid. I've found much ASP orientated doco including AllowSelectAll property (which doesn't show in MSDN 2003). Is there some column property to allow this or do I just loop through the datagrid contents and set the values true/false? If the latter could someone walk me through the process please.
I have mouse_down event context menus with options enabled depending on the particular column right clicked.
Much obliged
abraxas