Yes, the Text property is databound.
I added the following line to the keyup event handler and removed the
databinding to see what would happen.
Debug.WriteLine("Keypressed " +e.Key.ToString() + " textbox value:" +
tb.Text);
Keypressed A textbox value:A
Keypressed A textbox value:
Keypressed A textbox value:A
Keypressed A textbox value:
Keypressed A textbox value:A
Keypressed A textbox value:
Keypressed A textbox value:A
Keypressed A textbox value:
Keypressed A textbox value:A
As you can see it's still doing it even with no databinding. Interestingly,
its leaving the textboxes blank except for the first one I click into. I'm
suspicious of the datagrid.
I'm ready to put this bug aside for now, have some other stuff to work on.
thanks for the replies. :)
cheers,
Stephen
On Thu, May 6, 2010 at 11:43 AM, Miguel Madero <[email protected]> wrote:
> Is the TextProperty databound? Is your object and IEditableObject? Could
> you remove the binding just to see if there's still an issue?
>
>
> --
> Miguel A. Madero Reyes
> www.miguelmadero.com (blog)
> [email protected]
>
> _______________________________________________
> ozsilverlight mailing list
> [email protected]
> http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
>
>
_______________________________________________
ozsilverlight mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight