3631
This commit is contained in:
@@ -10833,8 +10833,13 @@ namespace AyaNova
|
|||||||
//case 1105
|
//case 1105
|
||||||
if (e.Cell.Column.Key == "REMOVE")
|
if (e.Cell.Column.Key == "REMOVE")
|
||||||
gridPartRequests.DisplayLayout.ActiveRow.Delete();
|
gridPartRequests.DisplayLayout.ActiveRow.Delete();
|
||||||
else
|
else if (e.Cell.Value != null)
|
||||||
Util.EditRecord((GridNameValueCellItem)e.Cell.Value);
|
{
|
||||||
|
//case 3631
|
||||||
|
GridNameValueCellItem TheValue = (GridNameValueCellItem)e.Cell.Value;
|
||||||
|
if (TheValue.Value != Guid.Empty)
|
||||||
|
Util.EditRecord(TheValue);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user