danvega.org: Custom Grid Editor:: Scratch that request, I figured out that your complete example had commented out the variables for grid, cm, and stIndex. Problem solved. http://www.danvega.org/blog/index.cfm/2008/3/12/Custom-Grid-EditorHOME | I would like to load a value from the column eg. "xxx" after double click on the row.
grid.on('rowdblclick', function (grid, rowIndex, e) {
}
i suppose it may looks like this but i don't know how to get value from record
Edit your first post then modify the title. ASP.NET GridView order of operation - C#:: When I select a record from the GridView I want to load the key values into a NET GridView order of operation. Mar 21st, 2007. I solved the issue. http://www.daniweb.com/forums/thread72783.htmlHOME | wow it works!
that's my code
var fieldName = sm.getSelected().data.column_name; IBM - HealthAlliance goes paperless, filmless with the IBM Grid :: The growth of digital patient records and diagnostic images had outstripped the PACS administrator had to load the correct DVD into the jukebox or the http://www.ibm.com/software/success/cssdb.nsf/CS/CCLE-763L5W?OpenDocument&Site=smbhlth&cty=en_usHOME |
Printer Friendly Grid | The Dojo Toolkit:: 6 posts - Last post: Dec 12, 2008I have nearly solved the issue now The main concern was to somehow extract the data from the grid - which could then be converted to a http://dojotoolkit.org/forum/dojox-dojox/dojox-grid-support/printer-friendly-gridHOME |
evant, thanks a lot!
p.s. how to change topic do SOLVED?
Have a look at http://extjs.com/deploy/dev/docs/?class=Ext.grid.RowSelectionModel&member=getSelected
hmm..i had RowSelectionModel() and i want only the data wich is in the column "xxx" in selected row after doubleclick
sorry my mistake i would like to have value from simple cell from clicked record
If you are using the cellSelectionModel, use this function as a handler of a button in tbar or bbar of the grid
function(){
var rowIndex = selectionModel.getSelectedCell()[0] ;
var colIndex = selectionModel.getSelectedCell()[1] ;
alert(rowIndex)
alert(colIndex)
var columnDataIndex = columnModel.getDataIndex(colIndex); //columnModel = your definition of columnModel
alert(columnDataIndex)
var rowComboValue = store.getAt(rowIndex).get(columnDataIndex)
alert(rowComboValue)
},
Ok, well read my first reply, it will get you on the right path.
Ok, then look at http://extjs.com/deploy/dev/docs/?class=Ext.grid.CellSelectionModel&member=cellselect
Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home |