Description
Currently the GroupingPropertyModule has to handle the GridView's ItemSource as the grouping does not update on its own.
This limits the current implementation to only work with GridViews and not using bindings.
In general this isn't too big of an issue but it is something that should just work with binding.
Need to investigate why the GridView doesn't auto-update when the collection is changed, there is probably some event that isn't firing. It's also possible that the GridView just doesn't support dynamic updates.
Tasks
Description
Currently the
GroupingPropertyModulehas to handle theGridView'sItemSourceas the grouping does not update on its own.This limits the current implementation to only work with
GridViews and not using bindings.In general this isn't too big of an issue but it is something that should just work with binding.
Need to investigate why the
GridViewdoesn't auto-update when the collection is changed, there is probably some event that isn't firing. It's also possible that theGridViewjust doesn't support dynamic updates.Tasks