This question is locked. New answers and comments are not allowed.
Hi,
I am looking at editing cells within a RadGridView thats ItemsSource is set to an ObservableCollection, which has Data Objects as some properties. Then on the GridView, these are displayed such as UniqueName="Boundary.Target"
Whenever I double click to edit a cell, the Silverlight control fails, and I get the error
System.NullReferenceException: Object reference not set to an instance of an object.
I saw something mentioned here
http://blog.falafel.com/2009/02/11/BindingRadGridViewControlsTogetherUsingCellElements.aspx
"Of course, this version is read-only, and using this method for editing would get tricky since the virtualized grid re-uses its cells after they are created"
I noticed that the examples supplied with the Silverlight controls in GridView, such as Custom Hierarchy, Self Reference, were all Read-Only
Is there a way to edit cells on GridViews that have hierarchical data?
I am looking at editing cells within a RadGridView thats ItemsSource is set to an ObservableCollection, which has Data Objects as some properties. Then on the GridView, these are displayed such as UniqueName="Boundary.Target"
Whenever I double click to edit a cell, the Silverlight control fails, and I get the error
System.NullReferenceException: Object reference not set to an instance of an object.
I saw something mentioned here
http://blog.falafel.com/2009/02/11/BindingRadGridViewControlsTogetherUsingCellElements.aspx
"Of course, this version is read-only, and using this method for editing would get tricky since the virtualized grid re-uses its cells after they are created"
I noticed that the examples supplied with the Silverlight controls in GridView, such as Custom Hierarchy, Self Reference, were all Read-Only
Is there a way to edit cells on GridViews that have hierarchical data?