[Mono-osx] HandleDidClickTableColumn Issue

Robert Verdes italo_roby at yahoo.it
Thu Nov 29 10:53:37 UTC 2012


I have a NSTableView with a Custom NSTableViewDataSource;
The TableView is cell based view 
the problem i have is that when i try to handle this event
tblTabella.DidClickTableColumn += HandleDidClickTableColumn;
my data doesn't show anymore
It just enter GetRowCount but doesn't enter anymore in GetObjectValue 
When i comment the row //tblTabella.DidClickTableColumn +=
HandleDidClickTableColumn; the data is shown 
but i need to handle that event to be able to sort data based on the column
the user clicked 
Is there any other way of doing it?




--
View this message in context: http://mono.1490590.n4.nabble.com/HandleDidClickTableColumn-Issue-tp4657571.html
Sent from the Mono - OSX mailing list archive at Nabble.com.


More information about the Mono-osx mailing list