I have a hierarchy grid with 3 levels similar to the "Grid - Declarative Relations" demo. I am using batch edit mode and have set HighlightDeletedRows="True". However in the inner most grid it is not highlighting the row to be deleted. This is the BatchEditingSettings at each level.
<BatchEditingSettings EditType="Cell" SaveAllHierarchyLevels="True" HighlightDeletedRows="True" OpenEditingEvent="Click"></BatchEditingSettings>
Is there some way I can get it to highlight the row to be deleted in the inner most grid?
Thanks, Jeff