Link to home
Start Free TrialLog in
Avatar of jrmcdona
jrmcdona

asked on

Gridview row - colspan

I have a grid with 4 columns. I am adding a row template to the grid code that I would like to stretch out the link of the grid. So a colspan of 4.

How can this be done? Not sure that it can!!

Thanks
Jordan



ASKER CERTIFIED SOLUTION
Avatar of vb_jonas
vb_jonas
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jrmcdona
jrmcdona

ASKER

so what i am doing is that when somebody clicks on the text in the first column, a row will show up underneath using javascript and dhtml. However, currently it is only being shown in the first column. I want the hidden row to be the length of the grid because it contains a bunch of text.

something like this:

column1   column2   column3     column4
row1col1  row1col3   row1col3   row1col4
row1hiddenrow------------------------------

thanks!




yes, then you should use the repeater, gridview is one table for all cells, no colspan. (afaik)