obj.onCellClicked in DATAGRID
I am using the code in this post:
http://www.activewidgets.com/javascript.forum.6897.15/search-function-auto-complete-in.html
specifically
http://www.telefonica.net/web2/webtress/awsamp/examples/autocomplete.html
to find the information in the data grid, the finding relevant work properly, the problem is how I select a row
the problem is that the method does not work
obj.onCellClicked = function(event, col, row){alert("test")};
simply does not work
any idea?
http://www.activewidgets.com/javascript.forum.6897.15/search-function-auto-complete-in.html
specifically
http://www.telefonica.net/web2/webtress/awsamp/examples/autocomplete.html
to find the information in the data grid, the finding relevant work properly, the problem is how I select a row
the problem is that the method does not work
obj.onCellClicked = function(event, col, row){alert("test")};
simply does not work
any idea?
Salvador
June 11,