hi all,
one of my xamdatagrid columns is a bool value.. i want each record to be colored according that column value, true= green and false= red...
i want this painting action to take place at the first time this grid is loaded...
can anybody help me'??
i'm a java developer, but now i'm writing the gui for one of my programs in wpf. i would really appreciate it if u will explain this to me step by step... i'm not so fomiliar with xaml and from what i understand i must use it in order to do this task.
thanks in advance
hi... thankd for the advice...
the application is not compiled to me... there is an error message:
Error 1 Unable to resolve type 'Infragistics.Windows.DataPresenter.XamDataGrid, Infragistics3.Wpf.DataPresenter.v9.1, Version=9.1.20091.2049, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' C:\Documents and Settings\gadi\Desktop\testForegroundChange\testForegroundChange\Properties\licenses.licx 1 testForegroundChange
i thiank it's because i'm working with versiov 9.2 of infragistics... advices?
Hello,
This can be achieved by using IValueConverter converters. You can see an example and a simple sample here in this forum thread : http://community.infragistics.com/forums/p/22082/104737.aspx#104737. You can also find many examples of that in the forums by searching for "IValueConverter".