LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUI.Grid Methods

A list of methods in IntegralUI Grid directive.

Methods


  • addColumn
  • Adds a new column
  • addGroup
  • Adds a new group
  • addRow
  • Adds a new row
  • beginLoad
  • Enables change of the expand box image with an animated gif
  • clearColumns
  • Removes all columns
  • clearGroups
  • Removes all groups
  • clearRows
  • Removes all rows
  • clearSelection
  • Removes the selection status for all rows
  • closeEditor
  • Removes the editor from specified cell and completes the editing process
  • currentPage
  • Gets or sets the page that is currently visible
  • endLoad
  • Disables changes of the expand box image and returns its default appearance
  • ensureVisible
  • Ensures that the row is visible, expanding rows and scrolling the current view as necessary
  • expandColIndex
  • Specifies teh column which contains cells with expand box
  • exportToJSON
  • Exports the whole tree structure as tree or flat list in JSON format
  • filter
  • Filters the Grid data, based on specified conditions
  • findRowById
  • Searches for an row using specified id
  • findRowByText
  • Searches for an row using specified text
  • firstPage
  • Makes the first page visible
  • focus
  • Sets the input focus to specified tree row
  • getCellAt
  • Returns a cell over which mouse cursor is positioned
  • getFlatList
  • Returns an array representing the whole tree structure as a flat list
  • getHoverColumn
  • Returns a column over which mouse cursor is hovering
  • getList
  • Gets the list of child rows for specified tree row
  • getMaxScrollPos
  • Retrieves the maximum scroll position of the scrollbar
  • getRowAt
  • Returns a row over which mouse cursor is positioned
  • getRowParent
  • Gets the parent row of the specified row
  • getScrollPos
  • Retrieves the current position of the scrollbar
  • insertColumnAfter
  • Inserts a new column after specified column
  • insertColumnAt
  • Inserts a new column at specified position
  • insertColumnBefore
  • Inserts a new column before specified column
  • insertGroupAfter
  • Inserts a new group after specified group
  • insertGroupAt
  • Inserts a new group at specified position
  • insertGroupBefore
  • Inserts a new group before specified group
  • insertRowAfter
  • Inserts a new row after specified row
  • insertRowAt
  • Inserts a new row at specified position
  • insertRowBefore
  • Inserts a new row before specified row
  • isScrollBarVisible
  • Checks whether the scrollbar is visible
  • lastPage
  • Makes the last page visible
  • loadData
  • Populates the Grid content using local or remote data source
  • openEditor
  • Displays an editor for specified cell and starts the editing process
  • moveColumn
  • Moves a column in specified direction
  • moveRow
  • Moves a row or set of rows in specified direction
  • nextPage
  • Makes the next page from the current one visible
  • refresh
  • Refreshes the appearance and layout of a specified column, row or cell
  • prevPage
  • Makes the previous page from the current one visible
  • removeColumn
  • Removes the specified column
  • removeColumnAt
  • Removes a column at specified position
  • removeGroup
  • Removes the specified group
  • removeGroupAt
  • Removes a group at specified position
  • removeRow
  • Removes the specified row
  • removeRowAt
  • Removes an row at specified position
  • resumeLayout
  • Resumes the Grid layout and updates it, internally calls the updateLayout method
  • scrollTo
  • Scrolls the current view of the Grid to show specified row at specified position
  • selectedColumn
  • Gets or sets the currently selected column
  • selectedRow
  • Gets or sets the currently selected row
  • selectedRows
  • Gets the collection of selected tree rows
  • setScrollPos
  • Sets the position of the Grid scroll bar
  • sort
  • Reorders all rows in grid structure either in ascending or descending order
  • suspendLayout
  • Suspends the Grid layout from any updates
  • topRow
  • Gets or sets the currently visible row displayed at top position
  • updateLayout
  • Updates the Grid layout
  • updateView
  • Updates only the current view of the Grid