Hello!
I have a DataGrid displaying orders. The first column contains the OrderNumber and has a CheckBoxList(Excel) filter. I am trying to count the number of orders selected when either (a) the Apply button is clicked (b) using the Filter property of the DataGrid itself, and then perform an operation if the count is > 1.
Could you help me please!