Has anyone had any experience modifying the default functions of the grid widget?
I've found that my JS dynamic menus no longer work when using "select" options within the grid widget. Also, setting something like this in table delegate class doesn't work either
- Code: Select all
function foo__default(){
return 'bar';
}
Neither does this in fields.ini
- Code: Select all
Default = foo
All of these methods (including my Javascript dynamic menus) work fine when editing the table directly. But as soon as the grid widget is used, then none of those functions work.
Any ideas?
Cheers
Paul