xenadmin/XenAdmin/Controls/CheckableDataGridView
Mihaela Stoica 8e19193a2a CA-137470: Fixed unhandled exception raised by pressing space key on gridview of License Manager.
- 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>
2014-07-04 11:10:46 +01:00
..
CheckableDataGridView.cs CA-137470: Fixed unhandled exception raised by pressing space key on gridview of License Manager. 2014-07-04 11:10:46 +01:00
CheckableDataGridViewController.cs CA-137470: Fixed unhandled exception raised by pressing space key on gridview of License Manager. 2014-07-04 11:10:46 +01:00
CheckableDataGridViewRow.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ICheckableDataGridViewView.cs CA-137470: Fixed unhandled exception raised by pressing space key on gridview of License Manager. 2014-07-04 11:10:46 +01:00