Class idx.grid.cells.Select


Extends idx.grid.cells._Widget.
Always shows a drop-down selection box in each cell.
Defined in: <idx\grid\cells.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Place holder (or prompt) text shown for an empty value.
 
store 
Data store for the selection options.

Method Summary

Method Attributes Method Name and Description
 
formatter(value, index)
Resizes the widget for the row after created.
 
setStore(store)
Sets data store for the selection box.

Constructor Detail

idx.grid.cells.Select()

Field Detail

{String} placeHolder

Place holder (or prompt) text shown for an empty value.
Default Value:
""

{Object (data store)} store

Data store for the selection options.
Default Value:
null

Method Detail

{Widget} formatter(value, index)

Resizes the widget for the row after created.
Parameters:
{String} value
{Number} index
Returns:
{Widget}

setStore(store)

Sets data store for the selection box.
Parameters:
{Object} store