I use GridColumn Collection editor to set CSS classes because I need to style columns differently (just right/left alignment of text actually).
If default pagesize is 10 and I use the page control to select 20 or 50 then rows 11-20 / 11-50 are not styled.
If default pagesize is 20 and I select 50 then 21-50 are not styled.
If I do not set CSS classes in GridColumn Collection editor and instead set a css class in RadGrid properties then all additional rows are styled but then all columns are of course styled using same class.
Has anyone encountered this problem? What can be done to fix it?