|  | PanelgetXGridRows Method | 
            Format an XPath to find the TR rows of a grid/datalist.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static string getXGridRows(
	string gridId
)
Public Shared Function getXGridRows ( 
	gridId As String
) As String
public:
static String^ getXGridRows(
	String^ gridId
)
Parameters
- gridId
- Type: SystemString
 The unique id of the grid/datalist.  i.e. '_DESIGNATIONS_value'
Return Value
Type: 
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXGridRows(System.String)"]
 See Also
See Also