Hello!
OK, that was what I half expected. Thanks for telling me that that's how to do it.
OK, that was what I half expected. Thanks for telling me that that's how to do it.
Best regards,
Christian Tiberg
2008/10/7 Christian Tiberg <ctiberg@...>
Hello!
We're doing another iteration with the order editor. This time we need to add input of serial numbers for each order row. But not all products requires them, and we'd like to disable the editor for those products, simply by not showing the hand cursor. This is what seems to be responsible for starting the edit:this.myDataTable.subscribe("cellClickEvent", this.myDataTable.onEventShowCellEditor);But that is called for any cell click, so it seems that the datatable itself checks if the cell is editable before showing the editor. It'd be helpful if one could get called for such checks. Is that possible in 2.5.2? Or in 2.6.0?
Best regards,
Christian Tiberg