:: Documentation >>

AW.UI.Grid

Grid control.

Constructor

 var obj = new AW.UI.Grid; 

Hierarchy

Derived Classes:
AW.Grid.Extended

Models

bottomBottom-left corner (selector) data.
bottom dataBottom selector data.
bottom formatBottom selector formatting object.
bottom imageBottom selector image.
bottom linkBottom selector hyperlink URL.
bottom stateBottom selector state.
bottom textBottom selector text.
bottom tooltipBottom selector tooltip.
bottom valueBottom selector value.
cellCell data.
cell dataCell data.
cell editableIndicates whether the cell can be edited.
cell formatCell formatting object.
cell imageCell image.
cell linkCell hyperlink URL.
cell selectedIndicates whether the cell is selected.
cell stateCell state.
cell textCell text.
cell tooltipCell tooltip.
cell valueCell value.
columnColumn indices and state.
column countNumber of columns.
column indicesArray of the column indices.
column offsetOffset of the first column.
column positionColumn position.
column resizableIndicates whether the column is resizable.
column selectedIndicates whether the column is selected.
column stateColumn state.
column widthColumn width.
contentContent sections size.
content heightHeight of the content section.
content widthWidth of the content section.
controlControl data.
control formatFormatting object.
control imageImage name.
control linkHyperlink URL.
control stateControl's state.
control textDisplayed text.
control tooltipTooltip text.
control valueControl's value.
control visibleControl's visibility.
currentCurrent row/column.
current columnCurrent column.
current rowCurrent row.
current selectionIndicates what is selected.
fixedNumber of fixed columns.
fixed leftNumber of the fixed columns on the left side.
fixed rightNumber of the fixed columns on the right side.
footerFooter data.
footer countNumber of footer rows.
footer dataFooter data.
footer formatFooter formatting object.
footer heightHeight of the footer row.
footer imageFooter image.
footer indicesArray of footer row indices.
footer linkFooter hyperlink URL.
footer offsetOffset of the first footer row.
footer stateFooter row state.
footer textFooter text.
footer tooltipFooter tooltip.
footer valueFooter value.
footer visibleIndicates whether footers are visible.
headerHeader data.
header countNumber of header rows.
header dataHeader data.
header formatHeader formatting object.
header heightHeight of the header row.
header imageHeader image.
header indicesArray of header row indices.
header linkHeader hyperlink URL.
header offsetOffset of the first header row.
header stateHeader row state.
header textHeader text.
header tooltipHeader tooltip.
header valueHeader value.
header visibleIndicates whether headers are visible.
panelPanel sections sizes.
panel heightPanel section height.
panel widthPanel section width.
rowRows data.
row countNumber of rows.
row heightRow height.
row indicesArray of the row indices.
row offsetOffset of the first row.
row positionRow position.
row selectedIndicates if the row is selected.
row stateRow state.
scrollScroll data.
scroll barsIndicates which scrollbars are visible.
scroll heightVertical scrolling range.
scroll leftHorizontal scroll position.
scroll topVertical scroll position.
scroll widthHorizontal scrolling range.
selectedSelection data.
selected columnsArray of the selected columns indices.
selected rowsArray of the selected rows indices.
selectionSelection type.
selection modeSelection mode.
selection multipleIndicates whether multiple selection is allowed.
selectorRow selector data.
selector dataRow selector data.
selector formatRow selector formatting object.
selector imageRow selector image.
selector linkRow selector hyperlink URL.
selector resizableIndicates whether the selector is resizable.
selector stateRow selector state.
selector textRow selector text.
selector tooltipRow selector tooltip.
selector valueRow selector value.
selector visibleIndicates whether row selector is visible.
selector widthRow selector width.
sortSort data.
sort columnIndex of the last sorted column.
sort directionSort direction.
tabTab index.
tab indexTab index.
topTop selector data.
top dataTop selector data.
top formatTop selector formatting object.
top imageTop selector image.
top linkTop selector hyperlink URL.
top stateTop selector state.
top textTop selector text.
top tooltipTop selector tooltip.
top valueTop selector value.
virtualVirtual mode data.
virtual modeIndicates whether virtual mode is enabled.
virtual topView area top row position.

Templates

bottomSelectorBottom selector template.
cellCell template.
contentContent template.
footerFooter cell template.
footersFooter row template.
headerHeader cell template.
headersHeaders row template.
layoutGrid layout template.
panelPanel section template.
popupPopup content template.
rowRow template.
rowsRow list template.
scrollScrollbars template.
selectorRow selector template.
separatorHeader separator template.
topSelectorTop selector template.

Methods

addRowAdds new grid row.
calculateCellStateReturns cell state.
calculateRowStateReturns row state.
clearClears all models.
clearBottomModelClears bottom model
clearCellModelClears cell model
clearColumnModelClears column model
clearContentModelClears content model
clearControlModelClears control model
clearCurrentModelClears current model
clearFixedModelClears fixed model
clearFooterModelClears footer model
clearHeaderModelClears header model
clearPanelModelClears panel model
clearRowModelClears row model
clearScrollModelClears scroll model
clearSelectedModelClears selected model
clearSelectionModelClears selection model
clearSelectorModelClears selector model
clearSortModelClears sort model
clearTabModelClears tab model
clearTopModelClears top model
clearVirtualModelClears virtual model
cloneCreates an object clone.
defineBottomPropertyCreates new bottom property
defineCellPropertyCreates new cell property
defineColumnPropertyCreates new column property
defineContentPropertyCreates new content property
defineControlPropertyCreates new control property
defineCurrentPropertyCreates new current property
defineFixedPropertyCreates new fixed property
defineFooterPropertyCreates new footer property
defineHeaderPropertyCreates new header property
defineModelCreates get/set methods for the model.
definePanelPropertyCreates new panel property
defineRowPropertyCreates new row property
defineScrollPropertyCreates new scroll property
defineSelectedPropertyCreates new selected property
defineSelectionPropertyCreates new selection property
defineSelectorPropertyCreates new selector property
defineSortPropertyCreates new sort property
defineTabPropertyCreates new tab property
defineTemplateCreates get/set methods for the template.
defineTopPropertyCreates new top property
defineVirtualPropertyCreates new virtual property
deleteRowDeletes the grid row.
elementReturns the reference to the HTML element.
getAttributeReturns the value of the attribute.
getBottomDataReturns bottom data
getBottomFormatReturns bottom format
getBottomImageReturns bottom image
getBottomLinkReturns bottom link
getBottomModelReturns bottom model
getBottomPropertyReturns bottom property
getBottomSelectorTemplateReturns bottomSelector template
getBottomStateReturns bottom state
getBottomTextReturns bottom text
getBottomTooltipReturns bottom tooltip
getBottomValueReturns bottom value
getCellDataReturns cell data
getCellEditableReturns cell editable
getCellFormatReturns cell format
getCellImageReturns cell image
getCellLinkReturns cell link
getCellModelReturns cell model
getCellPropertyReturns cell property
getCellSelectedReturns cell selected
getCellStateReturns cell state
getCellTemplateReturns cell template
getCellTextReturns cell text
getCellTooltipReturns cell tooltip
getCellValueReturns cell value
getClassReturns the value of the CSS class.
getColumnCountReturns column count
getColumnIndicesReturns column indices
getColumnModelReturns column model
getColumnOffsetReturns column offset
getColumnPositionReturns column position
getColumnPropertyReturns column property
getColumnResizableReturns column resizable
getColumnSelectedReturns column selected
getColumnStateReturns column state
getColumnWidthReturns column width
getContentReturns the named HTML fragment.
getContentHeightReturns content height
getContentModelReturns content model
getContentPropertyReturns content property
getContentTemplateReturns content template
getContentWidthReturns content width
getControlFormatReturns control format
getControlImageReturns control image
getControlLinkReturns control link
getControlModelReturns control model
getControlPropertyReturns control property
getControlStateReturns control state
getControlTextReturns control text
getControlTooltipReturns control tooltip
getControlValueReturns control value
getControlVisibleReturns control visible
getCurrentColumnReturns current column
getCurrentModelReturns current model
getCurrentPropertyReturns current property
getCurrentRowReturns current row
getCurrentSelectionReturns current selection
getEventReturns the HTML event handler.
getFixedLeftReturns fixed left
getFixedModelReturns fixed model
getFixedPropertyReturns fixed property
getFixedRightReturns fixed right
getFooterCountReturns footer count
getFooterDataReturns footer data
getFooterFormatReturns footer format
getFooterHeightReturns footer height
getFooterImageReturns footer image
getFooterIndicesReturns footer indices
getFooterLinkReturns footer link
getFooterModelReturns footer model
getFooterOffsetReturns footer offset
getFooterPropertyReturns footer property
getFooterStateReturns footer state
getFooterTemplateReturns footer template
getFooterTextReturns footer text
getFooterTooltipReturns footer tooltip
getFooterValueReturns footer value
getFooterVisibleReturns footer visible
getFootersTemplateReturns footers template
getHeaderCountReturns header count
getHeaderDataReturns header data
getHeaderFormatReturns header format
getHeaderHeightReturns header height
getHeaderImageReturns header image
getHeaderIndicesReturns header indices
getHeaderLinkReturns header link
getHeaderModelReturns header model
getHeaderOffsetReturns header offset
getHeaderPropertyReturns header property
getHeaderStateReturns header state
getHeaderTemplateReturns header template
getHeaderTextReturns header text
getHeaderTooltipReturns header tooltip
getHeaderValueReturns header value
getHeaderVisibleReturns header visible
getHeadersTemplateReturns headers template
getIdReturns the unique ID of this object.
getLayoutTemplateReturns layout template
getModelReturns the external model.
getPanelHeightReturns panel height
getPanelModelReturns panel model
getPanelPropertyReturns panel property
getPanelTemplateReturns panel template
getPanelWidthReturns panel width
getPopupTemplateReturns popup template
getRowCountReturns row count
getRowHeightReturns row height
getRowIndicesReturns row indices
getRowModelReturns row model
getRowOffsetReturns row offset
getRowPositionReturns row position
getRowPropertyReturns row property
getRowSelectedReturns row selected
getRowStateReturns row state
getRowTemplateReturns row template
getRowsTemplateReturns rows template
getScrollBarsReturns scroll bars
getScrollHeightReturns scroll height
getScrollLeftReturns scroll left
getScrollModelReturns scroll model
getScrollPropertyReturns scroll property
getScrollTemplateReturns scroll template
getScrollTopReturns scroll top
getScrollWidthReturns scroll width
getSelectedColumnsReturns selected columns
getSelectedModelReturns selected model
getSelectedPropertyReturns selected property
getSelectedRowsReturns selected rows
getSelectionModeReturns selection mode
getSelectionModelReturns selection model
getSelectionMultipleReturns selection multiple
getSelectionPropertyReturns selection property
getSelectorDataReturns selector data
getSelectorFormatReturns selector format
getSelectorImageReturns selector image
getSelectorLinkReturns selector link
getSelectorModelReturns selector model
getSelectorPropertyReturns selector property
getSelectorResizableReturns selector resizable
getSelectorStateReturns selector state
getSelectorTemplateReturns selector template
getSelectorTextReturns selector text
getSelectorTooltipReturns selector tooltip
getSelectorValueReturns selector value
getSelectorVisibleReturns selector visible
getSelectorWidthReturns selector width
getSeparatorTemplateReturns separator template
getSortColumnReturns sort column
getSortDirectionReturns sort direction
getSortModelReturns sort model
getSortPropertyReturns sort property
getStyleReturns the value of the CSS style attribute.
getTabIndexReturns tab index
getTabModelReturns tab model
getTabPropertyReturns tab property
getTagReturns the HTML tag name.
getTemplateReturns the template.
getTopDataReturns top data
getTopFormatReturns top format
getTopImageReturns top image
getTopLinkReturns top link
getTopModelReturns top model
getTopPropertyReturns top property
getTopSelectorTemplateReturns topSelector template
getTopStateReturns top state
getTopTextReturns top text
getTopTooltipReturns top tooltip
getTopValueReturns top value
getVirtualModeReturns virtual mode
getVirtualModelReturns virtual model
getVirtualPropertyReturns virtual property
getVirtualTopReturns virtual top
initInitializes the object.
mapModelRedirects property requests.
mapTemplateRedirects template requests.
raiseEventRaises AW control event.
refreshUpdates the HTML element.
refreshClassesUpdates the className attribute of the HTML element.
setAttributeSets the value of the attribute.
setBottomDataSets bottom data
setBottomFormatSets bottom format
setBottomImageSets bottom image
setBottomLinkSets bottom link
setBottomModelSets bottom model
setBottomPropertySets bottom property
setBottomSelectorTemplateSets bottomSelector template
setBottomStateSets bottom state
setBottomTextSets bottom text
setBottomTooltipSets bottom tooltip
setBottomValueSets bottom value
setCellDataSets cell data
setCellEditableSets cell editable
setCellFormatSets cell format
setCellImageSets cell image
setCellLinkSets cell link
setCellModelSets cell model
setCellPropertySets cell property
setCellSelectedSets cell selected
setCellStateSets cell state
setCellTemplateSets cell template
setCellTextSets cell text
setCellTooltipSets cell tooltip
setCellValueSets cell value
setClassSets the value of the CSS class.
setColumnCountSets column count
setColumnIndicesSets column indices
setColumnModelSets column model
setColumnOffsetSets column offset
setColumnPositionSets column position
setColumnPropertySets column property
setColumnResizableSets column resizable
setColumnSelectedSets column selected
setColumnStateSets column state
setColumnWidthSets column width
setContentAdds the static HTML fragment to the object.
setContentHeightSets content height
setContentModelSets content model
setContentPropertySets content property
setContentTemplateSets content template
setContentWidthSets content width
setControlFormatSets control format
setControlImageSets control image
setControlLinkSets control link
setControlModelSets control model
setControlPropertySets control property
setControlStateSets control state
setControlTextSets control text
setControlTooltipSets control tooltip
setControlValueSets control value
setControlVisibleSets control visible
setControllerAssigns the controller.
setCurrentColumnSets current column
setCurrentModelSets current model
setCurrentPropertySets current property
setCurrentRowSets current row
setCurrentSelectionSets current selection
setEventAssigns the HTML event handler.
setFixedLeftSets fixed left
setFixedModelSets fixed model
setFixedPropertySets fixed property
setFixedRightSets fixed right
setFooterCountSets footer count
setFooterDataSets footer data
setFooterFormatSets footer format
setFooterHeightSets footer height
setFooterImageSets footer image
setFooterIndicesSets footer indices
setFooterLinkSets footer link
setFooterModelSets footer model
setFooterOffsetSets footer offset
setFooterPropertySets footer property
setFooterStateSets footer state
setFooterTemplateSets footer template
setFooterTextSets footer text
setFooterTooltipSets footer tooltip
setFooterValueSets footer value
setFooterVisibleSets footer visible
setFootersTemplateSets footers template
setHeaderCountSets header count
setHeaderDataSets header data
setHeaderFormatSets header format
setHeaderHeightSets header height
setHeaderImageSets header image
setHeaderIndicesSets header indices
setHeaderLinkSets header link
setHeaderModelSets header model
setHeaderOffsetSets header offset
setHeaderPropertySets header property
setHeaderStateSets header state
setHeaderTemplateSets header template
setHeaderTextSets header text
setHeaderTooltipSets header tooltip
setHeaderValueSets header value
setHeaderVisibleSets header visible
setHeadersTemplateSets headers template
setIdSets the unique ID for this object.
setLayoutTemplateSets layout template
setModelAssigns the external model.
setPanelHeightSets panel height
setPanelModelSets panel model
setPanelPropertySets panel property
setPanelTemplateSets panel template
setPanelWidthSets panel width
setPopupTemplateSets popup template
setPositionSets element position (absolute).
setRowCountSets row count
setRowHeightSets row height
setRowIndicesSets row indices
setRowModelSets row model
setRowOffsetSets row offset
setRowPositionSets row position
setRowPropertySets row property
setRowSelectedSets row selected
setRowStateSets row state
setRowTemplateSets row template
setRowsTemplateSets rows template
setScrollBarsSets scroll bars
setScrollHeightSets scroll height
setScrollLeftSets scroll left
setScrollModelSets scroll model
setScrollPropertySets scroll property
setScrollTemplateSets scroll template
setScrollTopSets scroll top
setScrollWidthSets scroll width
setSelectedColumnsSets selected columns
setSelectedModelSets selected model
setSelectedPropertySets selected property
setSelectedRowsSets selected rows
setSelectionModeSets selection mode
setSelectionModelSets selection model
setSelectionMultipleSets selection multiple
setSelectionPropertySets selection property
setSelectorDataSets selector data
setSelectorFormatSets selector format
setSelectorImageSets selector image
setSelectorLinkSets selector link
setSelectorModelSets selector model
setSelectorPropertySets selector property
setSelectorResizableSets selector resizable
setSelectorStateSets selector state
setSelectorTemplateSets selector template
setSelectorTextSets selector text
setSelectorTooltipSets selector tooltip
setSelectorValueSets selector value
setSelectorVisibleSets selector visible
setSelectorWidthSets selector width
setSeparatorTemplateSets separator template
setSizeSets element size.
setSortColumnSets sort column
setSortDirectionSets sort direction
setSortModelSets sort model
setSortPropertySets sort property
setStyleSets the value of the CSS style attribute.
setTabIndexSets tab index
setTabModelSets tab model
setTabPropertySets tab property
setTagSets the HTML tag name.
setTemplateAssigns the template.
setTimeoutCalls the function after the specified delay.
setTopDataSets top data
setTopFormatSets top format
setTopImageSets top image
setTopLinkSets top link
setTopModelSets top model
setTopPropertySets top property
setTopSelectorTemplateSets topSelector template
setTopStateSets top state
setTopTextSets top text
setTopTooltipSets top tooltip
setTopValueSets top value
setVirtualModeSets virtual mode
setVirtualModelSets virtual model
setVirtualPropertySets virtual property
setVirtualTopSets virtual top
sortSorts the grid rows.
toStringConverts object to string.

Events

property change events - property changing/changed
template change events - template changed
control activation events - control activated/deactivated (focus/blur)
control keyboard events - keypress and special keys
control mouse events - control mouseover, mousedown, click
row mouse events - row mouseover, mousedown, click
row add/delete events - adding and deleting rows
header/footer mouse events - header mouseover, mousedown, click
selector mouse events - selector mouseover, mousedown, click
cell mouse events - cell mouseover, mousedown, click
cell edit events - cell editing and validation

Example

Loading grid content from the javascript array -

var myCells = [
    ["MSFT","Microsoft Corporation", "314,571.156"],
    ["ORCL", "Oracle Corporation", "62,615.266"]
];

var myHeaders = ["Ticker", "Company Name", "Market Cap."];

// create grid object
var obj = new AW.UI.Grid;

// assign cells and headers text
obj.setCellText(myCells);
obj.setHeaderText(myHeaders);

// set number of columns/rows
obj.setColumnCount(3);
obj.setRowCount(2);

// write grid to the page
document.write(obj);

See also

Grid control overview

Comments

Detect scroll bar is at top bottom Thierry Nivelet (http://FoxInCloud.com/) (6)
[no subject] (1)
.MouseMove() support? Thierry Nivelet (FoxInCloud) (4)
Prevent browser default on header right-click Thierry Nivelet (http://FoxInCloud.com/) (3)
Defaulter text to a cell link Cell link (2)
stop .click() propagation to the grid Thierry Nivelet (FoxInCloud) (3)
Single Quote special character handling Rob (0)
setCurrentRow() with CSS border-top directive Thierry Nivelet (FoxInCloud) (1)
[no subject] Thierry Nivelet (FoxInCloud) (0)
Query on sort behavior TS (0)
set cell selected rahonam (0)
disable a link merlin (0)
setFixedRight() doesn't seem to work Aaron (0)
Give focus to a particular row (center the view) Guillaume (2)
resizing the column in grid guest (6)
Update a row Guillaume (3)
get Cell position Jingtao (2)
rowIndicesArray or??? Petesakes (1)
onSortDirectionChanged fires before the sort hannes (2)
How to display unformatted string in a GRID? D (5)
setCellText()/setCellData() D (0)
Issue with onScrollWidthChanged and getScrollWithd ..... Carlos (9)
Set cell tool tip User1 (1)
Please help me Gaurav (0)
Column Identifier Julie (1)
How to multiple images into a single cell RaviKumar (0)
onRowClicked() rationale zenbuyer (2)
Dropdown cell and Event click Ramni (1)
Suppress #ERR if cell is empty A. Dent (1)
addRow() clears the value of the cell immediately proceeding the added row Brad (1)
Dynamic Grid Rows Albert (0)
Setting format for not all coloumn Fily84 (2)
Set NO rows selected Fily84 (7)
Why Don't u provide the list of Values which are Supported Amit Kumar (0)
setCellEditable with setCellModel(teble) gagyimail (0)
deselect of row Anurag (0)
Tooltip Colin (3)
how to delete a first row rafi (1)
Selector's header? mrhsh (1)
Enabling "whole page" scrolling... Ken Whittington (2)
Sort more than one column? (0)
How to get all columns widths ? Shan (1)
Which column's width has changed ? Shan (1)
This example doesn't work with v2.5.1 Anthony (2)
popup template question Jason @ PascoClerk (6)
Can the selector color be set? Anthony (3)
Type of sorting (1)
Data in all added rows is same Amit Joshi (3)
px versus em Philippe Marzin (4)
Can I put "runtime" folder in cgi-bin? Anggiat Simangunsong (1)
How get the current cell Object Maxim (2)
setCurrentColumn and setCurrentRow Mark from Cleveland (2)
How to make cell multiline Binny Singla (1)
column header arrow handling Anu (4)
Bug in example? Rob L (1)
External sort model? Kevin (2)
setScrollTop(i) doesn't scroll row i to the top qw (1)
Issue with deleteRow Mark Elrod (0)
addRow without change of scroll position Volker Niepel (4)
Text in the first column based on numeric cell value Angel (1)
Performance PR (28)
how can I convert this code into JSP Sree (1)
Table Tree using Active Widgets Suvadip (1)
Grdi Reloading updated data from xmlstring. Sachin (0)
Can virtual mode cache size be set for scrolliong performance? js (0)
Make a multi-select gird editable yogi (0)
Colum resizing v-2.0.1 Piyusha (0)
Grid control is taking back Manoj (1)
Records in the grid Disappear for some time and then reappear at the time of scrolling (1)
Grid data disappear while scrolling and reappear after some time Piyusha (1)
How Place A CheckBox in Header and tack the Evnet Manoj (2)
Auto Resize a row - version 2.0.1 (1)
myGrid.onkeydown work? icthux (0)
very very urgent!..on clicking on a cell the cell is getting highlighted(i.e that particula cell is becoming blue in color) I should not get this i.e it should not get highlighted. suman.jv (1)
how to get data Brice (1)
how can i disable scrollbars Nuno Silva (3)
MouseOver event Ankur (0)
Display scroll bar at all times Wallace R (1)
Column Resize disabling in a grid Narayana (0)
How to track the event , selector top mouse events? Mani selvam (1)
Is there a way to set focus on the first row automatically?? Roger Mutangadura (12)
Is it possible to turn off sorting? John Mason (1)
setting the sort indicator manually Joe Hudson (5)
selected row cleared but still acting as if selected Kevin (0)
Checkboxes in only some rows Jesse (12)
Getting Sorted Grid Data In Current Sort Order ericj (1)
After Resizing Column, must mouse over rows to get them to resize. Sam K (1)
Half of the rows are displayed when use setScrollTop Pandi (2)
How to set a column minium width Mike B (3)
get especific value column in the row selected? Anderson RS, Brazil. thank's (1)
Active Widgets Styles Khaled Ali (0)
Disappearing input caret Bart (3)
Bug in addRow() if datasource was empty Robin (2)
Behavior when editing, adding records - not friendly like MS Access or Excel? Ron (3)
how do i get ellipses in row count to show numbers Paul (1)
How to get all the values of the selected row MAHESH (0)
row background color jack (5)
regarding getting value Mahesh (0)
setColumnWidth issues Jim Hunter (www.FriendsOfAW.com) (5)
can we place checkbox in header !! ??? nahalingam n kanakavel (4)
setCellText method used can cause setCellText by col to FAIL G. Cayman (8)
How to put a button in each cell of a column? Manuel Arroz (0)
getCurrentRow (3)
Adding/Deleting Rows (1)
Will multi-select features return? Bill (6)
Cannot get Column Width flashsnake (0)
What are the sort directions? Mark J Rubin (1)
Mulit line text in a cell (8)
Populating grid cells with AW.UI.Combos Harvey (1)
Retrieving edited data Harvey (0)
Philosophy of setCellData vs setCellText G. Cayman (13)
v.2.0.1 Sorting and formatted numbers MP (0)
Editing and getCellData MP (4)
Making data validation in server Jaume Catarineu (2)
alternative row color depend of cell value? help for beginer japi (3)
Hiding columns Kwooda (16)
How I can change type of sorting? (0)
How to sum the third column and put the summary into footer? Kevin (6)
Toggle between Row Selection and Cell Selection ArdMan (1)
link only works if shift key is held down (1)
Set input limit for grid row? Rajeem (10)
how to delete row from sorted grid Adam Zielinski (4)
how to open new window by link qian xian jie (1)
Want Example of Column-Selected Harshit (1)
adding a row to grid displays garbage Adam Zielinski (3)
How to get the row no in grid Jack (2)
Make Some Cells Editable Paul Tiseo (2)
setHeaderHeight - causes content overlap? PR (4)
ColumnHeader with double line text Jonas Boering (4)
getting cell links from AW.XML.Table Gary (2)
How to load data into grid from CSV Sir Frustrated (3)
cell links via AW.XML.Table? Gary (1)
setting the rowSelector text on the footer row Gary (2)
setCellFormat Steve Childs (1)
Custom images in the cells Andrew (2)
get previously selected rows from onSelectedRowsChanged event (2)
image (0)
Merge Footer columns Jeff (2)
inserting Rows Chris Angus (3)
column width percent Nihal (1)
Is AW Grid Accessible? Kalpana Aravabhumi (3)
alert(RowIndex) on Keydown 'Enter' Lasse (1)
Insert a row below current selected one Yevaud (3)
obj.onCellDataChanged = function(value){...}; JC (1)
Add row for XML Tobias (1)
How do I change a specific row height? Carl (2)
lfocus loos after sorting thierry (0)
Composite controls - adding more elements to the grid Alex (ActiveWidgets) (2)
multiline cells using AW.UI.Grid Roberto Barra (2)
Column headers not flush when right aligned Helen Williamson (6)
Select Rows with the Keyboard Ruben Bocanegra (1)
Multiple rows selection Avinash (0)
Bug in Grid onRowCtrlClicked action Yasdnil (3)
"<span>" way linb (2)
setCellImage Raj (2)
Get contents of grid Daniel (4)
Displaying MultiLine HTML Jason (0)
Setting Cell Image question Carl (8)
Top left corner piece accessible? Kwooda (1)
How do you add an image to the first column in a grid? L. Aragon (17)
Cancel sorting options Kwooda (3)
Tooltips in Grid? Michael (3)
No vertical scrollbar after adding rows Jose Luis (Spain) (3)
Help: text wrap/multiline text Ben (1)
Stange model behaviour - Help Please Yasdnil (1)
BUG: single-row select in Firefox Eric (0)
possible to make a column uneditable? wombat (1)
Cannot add/delete Bryan Smith (0)
Grid Refresh Example - Yahoo Stock Market - how do I refresh part of the grid Alex from Sydney (3)
Select a specific cell Wim Zoet (1)
How to disable muti-row-select for a particular column sansen (0)
Can I hide row numbers? Mike (6)
disabling multi-row-select for a particular row sansen (0)
Is it possible to have a summary footer like header Kevin (2)
Adding new Column for the existing Grid Rohith (0)
onCellClick function breaks onCellDoubleClicked??? ShepherdOwner (1)
code to fixed one col in right of screen and grid width 100% (in any resolution screen) Rodrigo (4)
Grid Header colors question Carl (6)
How to remove columns on runtime? Lucas Moretto (1)
setCellLink in 2.0 (5)
What does this do? Helen Williamson (0)

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5