-
Notifications
You must be signed in to change notification settings - Fork 1.9k
GrowRowTableDelegate.RowSelected is not being called #74
Comments
Hello @Ismar11 could you provide an example (or sample name) where RowSelected is not being fired? |
The sample solution is GrowRowTable.
On GrowRowTableDelegate there is an override for RowSelected method that it is not being called when the event fires. However, I found a solution which is overriding this method on GrowRowTableViewController. This is the same that happened with NumberOfSections and RowsInSection methods, for some reason they just work when are called from the controller class. I suppose it is related with the bug https://bugzilla.xamarin.com/show_bug.cgi?id=37448. My GrowRowTableView.designer has the same auto-generated code which I guess is wrong.
|
I have reported the bug into bugzilla for this issue: |
I think it is a common bug in Xamarin, but RowSelected event is not being fired.
The text was updated successfully, but these errors were encountered: