Hi,
i've got some problems when i want to put a newly added row in edit mode through code.
My scenario is:
Q 2010 Sp2 GridView, which is bound to a BindindSource. The BindingSource is bound to an ObjectResult (EF4).
I wanted to add a new row via BindingSource.AddNew method.
Then i wanted the first cell of that newly added row to be in edit mode without any extra clicks.
The cell editor should be shown and ready to receive my input.
None of forums threads regarding "putting a cell in edit mode programatically" worked for me.
So i am looking for a general solution.
Kind Regards
Kim
i've got some problems when i want to put a newly added row in edit mode through code.
My scenario is:
Q 2010 Sp2 GridView, which is bound to a BindindSource. The BindingSource is bound to an ObjectResult (EF4).
I wanted to add a new row via BindingSource.AddNew method.
Then i wanted the first cell of that newly added row to be in edit mode without any extra clicks.
The cell editor should be shown and ready to receive my input.
None of forums threads regarding "putting a cell in edit mode programatically" worked for me.
So i am looking for a general solution.
Kind Regards
Kim