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 am just checking, if you need any further asssitance on this matter.
I have been looking into your issue and I can suggest defining the same DataBarConditionalFormatingRule for the columns in the both ColumnLayouts and setting the ‘MinimumValueType’ and ‘MaximumValueType’ to “Numbers” like :
<ig:DataBarConditionalFormatRule DataBrush="YellowGreen" DataBarDirection="UnidirectionalLeftToRight" MinimumValueType="Number" MaximumValueType="Number" MaximumValue="100" MinimumValue="0"/>
This way there is no difference in the appearance among the columns in the layouts.
If you have any other questions, feel free to ask.
I have already mentioned in my post that I have a XamGrid and i'm working on it only.
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.