I need to compare a cell value with its new value and accordingly change its background to green if cell new value is higher else to red if cells new value is smaller. i also want a upward/ downward arrow besides it.
can you help me with this requirement. should i use conditional formatting or valueconvertor?
how to go about it?
In 10.3 those dlls would be named InfragisticsSL4.v10.3 and InfragisticsSL4.Controls.Grids.XamGrid.v10.3
Darrel i am unable to run your sample code.
i have 10.3V XAMGrid for silverlight installed.
Infragistics.Silverlight.dll
Infragistics.Silverlight.XamWebGrid.dll
the trial version does not contain these binaries?
Those are the two dlls for the XamGrid. You would need to add those references.
i am unable to find the following dlls so unable to run your test project.i am using Vesion 10.3.
Testing out your claim, I have a sample that updates the field and processes the information. At this point, if you still can't resolve your issue, I am going to need a working test sample demonstrating what you are seeing.
If your data object implements INotifyPropertyChanged then we can see the object's values changing (assuming the properties raised the event)
IF you are changing the collection , then the collection should implement INotifyCollectionChanged (like observable collection).