Incorporated comments review 2755: - Applied editorial comments for the Core.Common.Controls/DataGrid - Removed type constraint for the extension method as the datagridview control cannot enforce to contain objects of type TRow --> InvalidOperationException will occur regardless when the programmer puts in wrong row objects in the datagrid view control. WTI-1679