hallo there,
I want to use the grid event "onRowDplClick". When it occurs, a dialog should appear and the data of the
clicked row should be in it. Then i want to edit this data and send it back to a server and store it in a sql-database. At least the grid should be updatet.
First I take a ItemFileReadStore which catch the data for the grid from a server ( it works fine). The next step
was to take a grid (1.2.3) and connect it with the store ( it works fine too). Then i try to connect the onRowDplClick by dojo.connect:
dojo.addOnLoad(function(){
