Unplanned
Last Updated: 04 Apr 2024 16:19 by Daniel
Daniel
Created on: 04 Apr 2024 16:19
Category: TreeView
Type: Bug Report
2
TreeView does not respect any overriden implementation of "Equals" on the model

I am trying to restore the expanded items by programmatically populating the ExpandedItems collection of the TreeView.

I have overriden "Equals" on the model, so the items are not compared by reference but by a unique identifier. The problem is that the TelerikTreeView does not respect this override and does not expand the items.
Other controls with similar features do respect overriden implementation of "Equals".

0 comments