PDA

Click to See Complete Forum and Search --> : datagrid control edit command


redshirtme
Feb 23rd, 2005, 12:15 PM
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

dj4uk
Mar 1st, 2005, 09:20 AM
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