Hi,
I have a listgrid with more than 25 columns that span across the page. When I set data I could see the columns aligned properly with the headers.
But when I do a group by, except for the first column, the rest of the columns are not aligned properly below the main header.
eg.
Before grouping:
col1 | col2 | col3
val1 | val2 | val3
After grouping:
col1 | col2 | col3
grp header
val1 | val2|val3|
The same problem occurs when we do a expand/collapse of the group by header. When we expand the group by header, the values are populated in proper alignment with the header, but as soon as the data is populated completely, falls back un-aligned.
Any pointers?
Thanks,
Bharathi
I have a listgrid with more than 25 columns that span across the page. When I set data I could see the columns aligned properly with the headers.
But when I do a group by, except for the first column, the rest of the columns are not aligned properly below the main header.
eg.
Before grouping:
col1 | col2 | col3
val1 | val2 | val3
After grouping:
col1 | col2 | col3
grp header
val1 | val2|val3|
The same problem occurs when we do a expand/collapse of the group by header. When we expand the group by header, the values are populated in proper alignment with the header, but as soon as the data is populated completely, falls back un-aligned.
Any pointers?
Thanks,
Bharathi
Comment