hello,
I have a database, where there are two columns called title and description that both contain text/strings. In the SL I have a treelist view that I bound to my database that displays the titles. I also have a rich textbox in the SL application I would like to bind to my description column. As I click through the title in the tree, I would like the description in my richtextbox to change depending on what title I select in the tree. I want to also to be able to change the font of the description in the rich textbox. I tried adding a raddocument to my rich text box and then binding the description to the Span of the document (I did this my creating a custom property). It works, but it is not a two way binding. I want the user to be able to change the description in the textbox, and when he clicks save to update the database. Any help would be appreciated.
Thanks,
Olga
I have a database, where there are two columns called title and description that both contain text/strings. In the SL I have a treelist view that I bound to my database that displays the titles. I also have a rich textbox in the SL application I would like to bind to my description column. As I click through the title in the tree, I would like the description in my richtextbox to change depending on what title I select in the tree. I want to also to be able to change the font of the description in the rich textbox. I tried adding a raddocument to my rich text box and then binding the description to the Span of the document (I did this my creating a custom property). It works, but it is not a two way binding. I want the user to be able to change the description in the textbox, and when he clicks save to update the database. Any help would be appreciated.
Thanks,
Olga