This question is locked. New answers and comments are not allowed.
It is possible to do the same thing that we do in the RadGrid for ajax: Item template and a editItemTemplate?
I have a grid and a DataTemplate that display more informations. Some information in the DataTemplate can be modified by the user so I put some textbox. I think that the binding will catch the modified event when the textbox will lose focus, but the row do not place himself in edit mode like if I double click on a cell row.
In the ajax world I can set en template for viewing with only label and no TextBox, then if the user double-click on the row, the template change and the label are replace by textbox.
I try to achieve something similar. Any suggestion?
I have a grid and a DataTemplate that display more informations. Some information in the DataTemplate can be modified by the user so I put some textbox. I think that the binding will catch the modified event when the textbox will lose focus, but the row do not place himself in edit mode like if I double click on a cell row.
In the ajax world I can set en template for viewing with only label and no TextBox, then if the user double-click on the row, the template change and the label are replace by textbox.
I try to achieve something similar. Any suggestion?