Re: [MonoTouch] Monotouch.Dialog: table rows not selectable in edit mode

2013-08-22 Thread Xy
Oops, actually I forgot that I should just set AllowsSelectionDuringEditing
to true for the TableView. 



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Monotouch-Dialog-table-rows-not-selectable-in-edit-mode-tp4658436p4658438.html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


Re: [MonoTouch] Monotouch.Dialog: table rows not selectable in edit mode

2013-08-22 Thread Craig Dunn
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  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
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch