Spaces
Apps
Templates
Create
Profound Logic Documentation
All content
Space settings
Content
Results will update as you type.
•
Profound Logic - Product Support Policy
Profound AppDev
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.js
Profound API
Profound AI
Profound Installer
Profound Logic Documentation
/
/
Grid Methods
/
hide()
Summarize
hide()
Alex Roytman
Jessica Tomkins
Owned by
Alex Roytman
Last updated:
Aug 16, 2023
by
Jessica Tomkins
1 min read
Loading data...
This method hides the subfile grid and all related components.
Example:
getObj("Grid1").grid.hide();
{"serverDuration": 40, "requestCorrelationId": "93169ef8bfb34c5cae0cd1ff1a1fbad2"}