Hi, I'm just begining to use the telerik Silverlight radcontrols. I'm trying to understand the gridView and I don't understand the interaction between the Grid and my collection. I have a custom IEditableCollectionView, this list have some logic to prevent editing of some of it's items.
I have 2 issues :
1 ) if I call the EditItem method on the collection, the Grid does not react to the change
2) If the user start editing with the grid, the Grid will call EditItem on my collection, but it will ignore if the collection allows or not the edit request. If the request is denied, the collection doesn't place the item on CurrentEditItem.
Is this normal ? Is there a way to have the GridView more "in sync" with the IEditableCollectionView ?
Thank you in advance
Marc-Antoine
I have 2 issues :
1 ) if I call the EditItem method on the collection, the Grid does not react to the change
2) If the user start editing with the grid, the Grid will call EditItem on my collection, but it will ignore if the collection allows or not the edit request. If the request is denied, the collection doesn't place the item on CurrentEditItem.
Is this normal ? Is there a way to have the GridView more "in sync" with the IEditableCollectionView ?
Thank you in advance
Marc-Antoine