Skip to content

Missing Support for DataTemplateSelector #4

@KarsaOrlong1981

Description

@KarsaOrlong1981

Summary:
The new control is fantastic, but unfortunately I cannot use it in my project because it does not support a DataTemplateSelector. My scenario requires different templates per item, and without a selector the control becomes unusable for my use case.
Details:
I attempted to work around this limitation by creating a custom control and overriding the relevant methods. However, this approach did not work because too much of the item generation and template logic happens internally, outside the scope of what can be influenced through overrides.
From my initial analysis, it seems that the limitation might be rooted in the implementation inside DragDropGridView/DragDropGridView.ItemSource.cs

A modification there could potentially enable proper support for DataTemplateSelector , but this requires deeper investigation to confirm.

Request:
It would be extremely helpful if the control could support natively. This would make it far more flexible and allow it to be used in more complex UI scenarios.

If necessary, I would also be willing to contribute a solution myself — the most important thing for me is being able to use this control.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions