 | DialoggetXGridFocusedEditCell Field |
The unique xPath for the input of the currently selected cell in a Grid adding the 'focused' criteria
NOTE: this is risky to use because the focus attribute is unreliably set and can cause MANY race conditions.
The 'focused' criteria is also not always set on the edit cell depending on the approach you went to select a grid cell.
When a grid cell is selected, an HTML edit input is created where the actual value should
be set.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic const string getXGridFocusedEditCell
Public Const getXGridFocusedEditCell As String
public:
literal String^ getXGridFocusedEditCell
Field Value
Type:
String
See Also