Hi all.
I try to use a column of type dijit.form.FilteringSelect within a DataGrid.
After many attempts with combinations of type, editor, widget, widgetClass, editParams, constraints and so on the best result I got so far is a solution of the form:
...
var Layout = [
{noscroll: true,
cells: [
//...
,{ name: 'Room'
,field: 'RoomLink',
,type: dojox.grid.cells._Widget
,widgetClass:dijit.form.FilteringSelect
//,formatter: formatRoom
//tried here: editor:.., widget:.., widgetClass:.., editParams:..,...
}
//....
