hello guys, i have a problem in this code :
private void memberDataGrid_SelectionChanged(object sender, EventArgs e){
UpdateRentedItemsDataGrid();
}
when i select the other cells in memberDataGrid ,
function UpdateRentedItemsDataGrid(); didn`t run , is there any solution ?