colspan gridview rows

前端 未结 2 939
萌比男神i
萌比男神i 2020-12-31 07:30

I have added rows into gridview. There are 20 columns in gridview. How can i do a colspan-like feature in gridview which could show me 2-3 rows under 2-3 columns and remaini

2条回答
  •  执笔经年
    2020-12-31 08:00

    BoundField and TemplateField tags has the property ItemStyle-Width="22%" as you can see you can set it for each column with a percentage to be responsive

提交回复
热议问题