Hi all and sorry if my query was already discussed on this forumm but I was unable to find what I'm looking for!
I've started playing with your incredible controls and have seen some diferrent ways of changing row styles for the gridview but, I am trying to bind the value of a column from a dataset (the column name is Color and contains an unsigned integer value) which contains customer's details (customer ids, names, adresses, date of births, customer types, etc.), to the "background" color of the coresponding row depending on the cusotmer type, for example if customer type is 2 then the color field for the related row is 100, 100 represents the red color, and so on...
Is there a way of doing that, or should I just find out another aproach, the dataset with all the details is set as the item source of the grid as bellow:
radGridView1.ItemsSource = dsCustomerDetails;
Another great thing will be if you can let me now which component from the radgridview control exposes the property which give the color of the row from the grid when I'm editing the control parts templates, I was unable to find the component which give the "row style" in order to try to edit a copy of that template whcih will have a different behave depending on my needs?
Please any help will be greatly appreciated,
thanks alot!