Click or drag to resize

OpsCountSheetRequestProcessDataGridRowSelectedCommand Method

This will handle editable grid row selection in HTML and assign SelectedCountSheetEntry with selected entry

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll)
Syntax
C#
public void ProcessDataGridRowSelectedCommand(
	OpsCommand command
)

Parameters

command
Type: Micros.OpsOpsCommand
Remarks
30Sep2020 | DManning | FPS-33510 | PORT of FPS-32502 - If it's the first row that has been selected, the Previous button needs to be disabled
See Also