Working in Visual Studio 2010
I have a aspataGrid that has 5 data-bound columns. The last of these columns contains data from a comment field, so there is potentially a lot of text to be displayed there. I was wondering if I could have the first 4 columns display on the first line, each taking up 25% of the datagrid, and the 5th column display below the other 4, taking up 100% of the width. I am not opposed to switching to a GridView, if that would help. Thanks in advance...
I have a aspataGrid that has 5 data-bound columns. The last of these columns contains data from a comment field, so there is potentially a lot of text to be displayed there. I was wondering if I could have the first 4 columns display on the first line, each taking up 25% of the datagrid, and the 5th column display below the other 4, taking up 100% of the width. I am not opposed to switching to a GridView, if that would help. Thanks in advance...