Spaces
Apps
Templates
Create
Profound Logic Documentation
All content
Space settings
Content
Results will update as you type.
Profound.js
Profound API
Profound AI
Profound Installer
Profound UI
General Information
Rich Display Fileā¢ Development
JavaScript Coding for Profound UI
API Reference
Commonly Used API
Element-related API
Genie-specific API
Atrium-specific API
Combo Box Methods
Grid Methods
ā¢
clearHighlighting()
ā¢
clearState(part)
ā¢
collapse()
ā¢
collapseTreeLevel( rrn )
ā¢
deselectRow( row )
ā¢
expand()
ā¢
expandTreeLevel( rrn )
ā¢
exportCSV( file )
ā¢
exportXLSX( file )
ā¢
find( columnIndex, text, next )
ā¢
getAllDataValues( applyFilter )
ā¢
getCellValue( row, col )
ā¢
getColumnIdFromFieldName( fieldName )
ā¢
getColumnIndexFromFieldName( fieldName )
ā¢
getDataValue( row, fieldName )
ā¢
getFilter( columnIndex )
ā¢
getRecordCount()
ā¢
getRowNumber( rrn )
ā¢
getRRN( row )
ā¢
getSelectedCount()
ā¢
getSelectedRows()
ā¢
hide()
ā¢
hideColumn( columnIndex )
ā¢
hideRow( rrn )
ā¢
isColumnHidden( columnid )
ā¢
isRowFilteredOut( row )
ā¢
isRowSelected( row )
ā¢
refresh()
ā¢
removeAllFilters()
ā¢
removeColumn( columnIndex )
ā¢
removeFilter( columnIndex )
ā¢
render()
ā¢
rowZoom( rowNumber )
ā¢
scrollToRow( row )
ā¢
selectRow( row, append )
ā¢
setCursorRecordNumber(rrn)
ā¢
setDataValue(rowNum, fieldName, value)
ā¢
setFilter( columnIndex, expression )
ā¢
setNumberOfRows( rows )
ā¢
setProperty( property, value )
ā¢
show()
ā¢
showColumn( columnIndex )
ā¢
showRow( rrn )
ā¢
startFilter( columnIndex )
ā¢
startFind( columnIndex )
ā¢
toggle()
ā¢
toggleTreeLevel( rrn )
File Upload Methods
Tab Panel Methods
AJAX Development
PC Integration API
String Manipulation API
System Information API
Event-related API
Widget Development API
Miscellaneous API
Startup API
Mobile API
ā¢
Browser Detection Flags
Code Organization
Configuration Options
Custom Widget Development
ā¢
EJS Templating
JavaScript Examples
Widgets
Genie
Mobile Development
Atrium
Universal Display Files
ā¢
Profound Logic - Product Support Policy
Profound Logic Documentation
/
/
Grid Methods
/
show()
Summarize
show()
Alex Roytman
Jessica Tomkins
Owned by
Alex Roytman
Last updated:
Aug 16, 2023
by
Jessica Tomkins
1 min read
Loading data...
This method shows a previously hidden subfile grid.
Example:
getObj("Grid1").grid.show();