I hate to be picky, but this behavior really bothers me and I'd like to correct it.
I have my grid columns setup with fixed widths using
I'm using GridTemplateColumns and I'm defining the width of the labels, textboxes, and comboboxes so that they fit within my itemstyle width. The edit command column does not have a width specified so that it fills the rest of the grid.
However, when I click on edit (inline), the columns resize a little bit and the text shifts a bit. Not a huge deal, but I'd really like it if the columns wouldn't resize on edit. Can this be done? Thanks.
I have my grid columns setup with fixed widths using
| <ItemStyle Width="##" /> |
I'm using GridTemplateColumns and I'm defining the width of the labels, textboxes, and comboboxes so that they fit within my itemstyle width. The edit command column does not have a width specified so that it fills the rest of the grid.
However, when I click on edit (inline), the columns resize a little bit and the text shifts a bit. Not a huge deal, but I'd really like it if the columns wouldn't resize on edit. Can this be done? Thanks.
