Hi, I wanted to get some suggestions as to what the easiest way to set or change grid column widths in edit mode. I have a grid that contains about 13 columns and when a row is in inline edit mode almost all columns become much wider which causes the grid to span more than the width of the screen which looks quite unpleasant. I have noticed that the grid drop-down columns become significantly wider than when not in edit mode.
I have played around with the different column resize options as mentioned here http://demos.telerik.com/aspnet-ajax/grid/examples/client/resizing/defaultcs.aspx
but I either find myself in a situation where column values are clipped or where the columns become too wide in edit mode.
Is it possible to changed the width of the text boxes in edit mode? And if yes, is the only solution to my problem to try to programmatically set the width of each textbox separately in the code-behind?
Many thanks in advance for your suggestions.
I have played around with the different column resize options as mentioned here http://demos.telerik.com/aspnet-ajax/grid/examples/client/resizing/defaultcs.aspx
but I either find myself in a situation where column values are clipped or where the columns become too wide in edit mode.
Is it possible to changed the width of the text boxes in edit mode? And if yes, is the only solution to my problem to try to programmatically set the width of each textbox separately in the code-behind?
Many thanks in advance for your suggestions.