This question is locked. New answers and comments are not allowed.
Hi ,
I have used RadGridView for my Silverlight application and this grid contains for columns e.g. ProductType ,Name ,Description ,Price.
For this grid i have enabled showInsertedColumn as true and InLine Editing is true.
I have used RadGridView for my Silverlight application and this grid contains for columns e.g. ProductType ,Name ,Description ,Price.
For this grid i have enabled showInsertedColumn as true and InLine Editing is true.
If a user clicks a column header to trigger the sort of that column and then goes into a cell in one of the rows on that same column and clicks away, the RowEditedAction (i.e., Save) is not triggered. The grid automatically sorts based on the new value, which displays in the grid.And upon analysis i found that the RowEditEnded Event args (e.row.Item is null) returns the RowItem for that modified row as NUll due to which Save operation i have written is not performed.