Hello,
I have a problem with on-the fly generated columns in the radgrid. This radgrid is created ad design time, left empty, everything is done later in runtime.
Grid properties are:
I have a problem with on-the fly generated columns in the radgrid. This radgrid is created ad design time, left empty, everything is done later in runtime.
Grid properties are:
| ViewerTable.Width = Unit.Percentage(95); | |
| ViewerTable.ShowGroupPanel = false; | |
| ViewerTable.AutoGenerateColumns = false; | |
| ViewerTable.AllowPaging = false; | |
| ViewerTable.GroupingEnabled = true; | |
| ViewerTable.ClientSettings.Resizing.AllowColumnResize = true; | |
| ViewerTable.ClientSettings.Scrolling.AllowScroll = true; |
- I set the width for every column when created, so if there is a longer text put in it gets wraped - which is ok. The problem occurs if the sum of the columns is less than the width of the grid itself. Then at the last column, which is now a little higher due to the wraped text, "breaks" header line of the grid.
- The last column is missing right border line. I have read that this could happen when the cells are empty but these are not. The line is missing on the whole column border, not just (possible) empty cells.
Issues can be seen here.
I'm sure that I'm just missing something.
Thank you for your help,
Marko.
