This question is locked. New answers and comments are not allowed.
We have a RadGridView that we only want to display whenever it has some rows. When I has no rows, its visibility should be collapsed. However if we bind its visibility to the HasItems property, HasItems always seems to evaulate to false when the Visibility is set to Collapsed. Is this intentional or a bug? Is there a workaround to determine if there are items in a grid, regardless of whether or not it is visible?
