I have been using the WPF version of Telerik for a while and I truly think it is a wonderful product. Recently I began exploring the Silverlight side and am running into a few issues.
I am exploring the possibility of having the user click on the new row button in the RadGridView, display a dialog, and then create a new row based on the information in the dialog. I created some very simple code which should do this, but it is not working. The new rows are never displayed in the grid. This is probably my lack of silverlight understand. The code below should add the value 10 to the grid, but it doesn't. However, if the same line is put outside of the closed inner event then it works fine.