mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 23:10:16 +01:00
8e19193a2a
- Added a 'refresh grid' parameter to UpdateRow() which indicates if a sort and refresh of the grid is necessary. - A sort and refresh is not needed when the user selects a server by pressing the space key or by mouse, but it is needed when the information displayed has changed, for example when the license has changed. - Also solved a possible null reference exception in CheckableDataGridViewController.ReplaceStoredRow(), by returning -1 if the index is not within the rows range. Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com> |
||
---|---|---|
.. | ||
CheckableDataGridView.cs | ||
CheckableDataGridViewController.cs | ||
CheckableDataGridViewRow.cs | ||
ICheckableDataGridViewView.cs |