hi
i am developing an online trading application using telerik winfroms products and i have a very annoying scenario;
i am using rad Gridview to represent the marked data, when some updates comes from the server i have to update the data in the grid with this feed and change the cell back color based on that data, if the new value is greater than the old value i have to change the cell back color to green and if the new value is less than the old value i have to change the cell back color to red, The problem is i can't change the cell back Color in any method in my form and when i use the CellFormatting event i can't know the old value to make the compare and i can't store this old value in a global variable because its a muti threading application and the updates come so fast.
any ideas?
thank you
i am developing an online trading application using telerik winfroms products and i have a very annoying scenario;
i am using rad Gridview to represent the marked data, when some updates comes from the server i have to update the data in the grid with this feed and change the cell back color based on that data, if the new value is greater than the old value i have to change the cell back color to green and if the new value is less than the old value i have to change the cell back color to red, The problem is i can't change the cell back Color in any method in my form and when i use the CellFormatting event i can't know the old value to make the compare and i can't store this old value in a global variable because its a muti threading application and the updates come so fast.
any ideas?
thank you