Hi, I had a issue as I trid to add scrolbar on grid that is in ajax update panel. The datasource of the grid was ObjectDatasoure. I set HScrolbarStyle = Automatic and set VScrolbarStyel = always. And I added item color in C1grid.itemcreated event. No data was loaded in the grid. If I set none in both HScrolbarStyle and VScorlbarStyel. Then, data is loaded into grid correctly and the item color is shown as expected. How can I fix the problem? thank you very much.