Hi,
I have a grid showing an image, which makes the row about 100pix high. The grid has a combo column in it, and several other different types of column. On the standard text box column the grid positions the editor centrally on the row, and on the combo column it expands the combo to be 100pix tall.
1) Can I direct the table to place the editing controls for the column TopLeft instead of CentreLeft ?
2) Can I stop the combo column autosizing to fill the entire grid cell ?
I have tried
I have a grid showing an image, which makes the row about 100pix high. The grid has a combo column in it, and several other different types of column. On the standard text box column the grid positions the editor centrally on the row, and on the combo column it expands the combo to be 100pix tall.
1) Can I direct the table to place the editing controls for the column TopLeft instead of CentreLeft ?
2) Can I stop the combo column autosizing to fill the entire grid cell ?
I have tried
e.CellElement.Alignment =
ContentAlignment.TopLeft;
on the ViewCellFormatting event but it doesn't make any difference.