Hi,
I am using web grid v8. When I group by the rows in the web grid, there is a slight shift in the column alignment (may be 2px shift) with the column header. Please let me know how I can avoid this and make the columns align with the column headers.
Thanks - Sethu
I solved a similar problem by making sure my HeaderStyleDefault and my RowStyleDefault weren't setting different values for margins, padding, etc. Individual Rows or Cells may also have style properties that conflict.
Could anybody please let me know if I could avoid this issue?