|
Do you have a chance to add this property as the default API in the next update? |
Currently we don’t have plan to introduce a property to specify the RowType of the selected rows.
Since the selected rows are maintained separately for the SelectedItems (for DefaultRow) and SelectedNodeEntries (for row type other than DefaultRow).
If you want to get the row type from the SelectedItems or SelectedNoteEntries collection, you can use the following helper method,
Code Sample:
| |
|
can I cast the selecteditem to datarowbase |
Since the SelectedItem is the business object of the data row, it cannot be converted to the DataRowBase. |