I have a list of Customer objects in my Model that appear in as a simple grid.
I need to be able to let the user select various customers then press our "Process Selected Customers" button.
Does the grid provide a select check box option for rows so that I can then get a list of the customers the user selected?
Note: It "Must" have check boxes, that's a requirement I have been given.
I need to be able to let the user select various customers then press our "Process Selected Customers" button.
Does the grid provide a select check box option for rows so that I can then get a list of the customers the user selected?
Note: It "Must" have check boxes, that's a requirement I have been given.