[Seaside] Re: JQGrid Events

Sabine Knöfel sabine.knoefel at gmail.com
Fri Sep 14 14:04:53 UTC 2012


Hi,

I put my model objects in a JQGrid.
I want to add the onCellSelect: callback
(>>http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events).

I added:

/JQGrid>>onCellSelect: aFunction
	self optionAt: 'onCellSelect' put: aFunction/

now, with:

/(html jQuery this grid
	gridComplete: 'alert(''Bing'')' asFunction;.../

I get an alert when clicking at the cell.

But I dont know how to get the selected model instance within smalltalk (for
further editing).
Can anyone help?



--
View this message in context: http://forum.world.st/JQGrid-Events-tp3787423p4647456.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list