In that same vein, how are you supposed to handle tree click events if you use the createInstance
function?
jqwidgets.createInstance('#tree-container', 'jqxTree', {
theme: this.theme,
width: '100%',
height: '100%',
onItemClick: this.handleFolderClick(), //that doesn't work
source: source
});
or for anything. I need to be able to handle click events on grids created via createInstance
and trees.