Hi, I'm having an issue with DataBars MIN and MAX, each row of my grid (gridGroupingControl) should have unique MIN and MAX values.
For example, If each row displays Insects with name, MaximumKnowsSize, and it's CurrentSize.
Maximum would be the MaximumKnowSize and will be unique for every rows and databar will be on CurrentSize.
So if the MaximumKnowSize of that row is 100 and CurrentSize is 50, I will show an half data bar on the CurrentSize column.
Sorry for my english.
Many thanks.