In my datagrid control , the first column is edit command button, but when I click on a specific row to edit that row , each table column gets wider, any way to change this behavior?
thx
Printable View
In my datagrid control , the first column is edit command button, but when I click on a specific row to edit that row , each table column gets wider, any way to change this behavior?
thx
You need to set the width of each column as at present the HTML is automatically determining the widths according to content within each cell.
DJ