3.2.0

Have issues

When I double click on a row/cell i get an error. Here is the line it errors on

prepareEdit(this.getId() , src.getProperty("item/index"), cell, myData );

I'm assuming this function is in the edit.js file that you are referrencing. Is it possible to look at or get this file. Thank you
Matt Klabacka
September 1,
Is this inside a setEvent call? If so, the issue is the 'this'. Try and change the line to this:

prepareEdit(src.getId() , src.getProperty("item/index"), cell, myData );
Jim Hunter
September 1,
I think I need to see more of the code to know exactly if 'this' is the problem or 'src'.
Jim Hunter
September 2,

This topic is archived.

See also:


Back to support forum