or
| Dim nodeValue As String = myTV.SelectedValue |
| myCombo.SelectedValue = nodeValue |
| var nodeValue = tree.get_selectedNode().get_value()); |
| combo.set_value(nodeValue); |
| var nodeValue = tree.get_selectedNode().get_value()); |
| combo.findItemByValue(nodeValue).select(); |
Can anybody point me to the examples on how to use the Telerik's Richtextbox control ? Examples for the following functionalities :
- To Take Input data and store in the same format in db.
- To show the same formatted data back in the richtextbox , when it is read.
- To enable and also disable Edit/Update data.
Thanks in advance.