-
Using the MouseEvent.CLICK listener, I can determine the row (and all of the values in that row) that was clicked, but I can’t seem to figure out how to tell what column the clicked cell is in. How would one go about doing this?
-
Is it possible (and if so, how) to assign a textFormat (or style) to just one column in a DataGrid?
Any help is greatly appreciated! Thanks!