This isn't related to MonoTouch.Dialog -- when a table is in edit mode the row isn't selectable (only 'editing' actions can occur).
See this sample which uses UITableView directly (not MonoTouch.Dialog). https://github.com/xamarin/monotouch-samples/tree/master/TableEditing I'm not sure you should work around it - this is the way Apple wants to... to select a row, exit from 'edit mode' On Wed, Aug 21, 2013 at 11:49 PM, Xy <[email protected]> wrote: > When a DialogViewController table is in edit mode, the rows are not > selectable: > < > http://monotouch.2284126.n4.nabble.com/file/n4658436/iOS_Simulator_Screen_shot_Aug_21%2C_2013_11.43.31_PM.png > > > > The delete buttons still work fine. Below is the test code: > > > RowSelected() above is not called in edit mode. How do I fix this or work > around it? > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Monotouch-Dialog-table-rows-not-selectable-in-edit-mode-tp4658436.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
