Click here to Skip to main content
15,910,083 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi to all,

i have a grid view Consist of 3 Columns (Hierarchy_id,Hierarchy_Name,DropDownList)
in rowDataBound am hidding Hierarchy_id
now i have only two colums In visible mode in a grid
i need to fire preRender event for
view two columns of grid in to four columns
Example
the below Order Wise my Grid Binds
Hierarchy_Name    DropdownList

Head Office       Ddl
ZonalOffice       Ddl
Regional Office   Ddl
Area Office       Ddl
Unit Office       Ddl
Brach office      Ddl

But I need Like (PreRender)

Hierarchy_Name    DropdownList Hierarchy_Name    DropdownList


Head Office       Ddl          ZonalOffice       Ddl
Regional Office   Ddl          Area Office       Ddl
Unit Office       Ddl          Brach office      Ddl
Posted
Updated 13-Dec-10 23:14pm
v2
Comments
Abdul Quader Mamun 14-Dec-10 5:14am    
Spelling check.

1 solution

Instead of using GridView use DataList and use the RepeatDirection="Horizontal" RepeatColumns="10" parameters to achieve this :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900