Hi,
I have a XamGrid, binded with a datatable having datarelation with a child table.
I'm applyying DataBarConditionalFormatRule on each of the column in child table and parent table.
The values are in numeric 0 - 100 as percent.
The issue is that if 2 columns have value of the respective cells as 42 and 52, one column is showing the 42 with full color in the cell, which is the weird behaviour, and the other column is showing 52 with color as half-filled, which is the correct behaviour.
Some columns are showing the color on the cell correctly, and some are not showing. This behaviour is throughout column level.
Can't figure out what the issue is.
Can anyone help me?
Thanks,
VJ
Hello,
I have been looking into your post and I am a little confused about which control exactly you are talking about : XamDataGrid or XamGrid, because your post is in the section about XamDataGrid. Would you please ,if possible, send us an isolated sample application where your issue occurs in order to provide you with more accurate assistance ?
Looking forward to hearing from you.
I have already mentioned in my post that I have a XamGrid and i'm working on it only.
if you want to change the databrush depending on a value in the datasource... how would you do that?
I know that you can use the GreaterThanConditionFormatRule or less than but dont see how to combine that with the databrush or DataBarConditionalFormatRule
Actually when i changed the binded value to integer and changed the max/min type to number it does work.
What does not seem to work is the percent type....
I am attaching a sample application(XamGridHierarchicalDTConditionalFormat.zip) that demonstrates the approach about I have been talking in my previous post.
Please tell me if it does not meet your requirements.
I think this is a bug. This is the problem which has to be rectified urgently.
i am getting the exact same behavior. No matter what value i have as a percentage the cell is totally filled with the bar color.... is this a bug? except for 0 then there is no bar in the cell....