Using this function: for(var member in item){ alert(member); };
the only thing that was return was row. Column is obviously not
defined.Churk On May 11, 1:47 pm, Churky <[email protected]> wrote: > I have try to re-implement the event handling example. But as you can > see, every column you click on, Column selected is always NONE, but u > may be clicking on column 1 or 2. > > Anyone have any success on getting selected column? > > This section of the code is never reach because Column is always > undefined: > else if (item.column != null) { > var str = data.getFormattedValue(0, item.column); > message += '{row:none, column:' + item.column + '}; value (row > 0) = ' + str + '\n'; > } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
