This is a migrated thread and some comments may be shown as answers.

want to use grid view as list view

1 Answer 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
usman
Top achievements
Rank 1
usman asked on 22 Nov 2011, 05:28 PM
I tried to use grid view as list view bit I failed every time 
AS 
I don't want to display any type of lines (horizontally or vertically )
I just wana use grid view as a list view ,like that of many other forums 

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 22 Nov 2011, 05:37 PM
Hello,

Please check this(Grid / ListView/DataList View) link.

Note : AllowHeader="False",AllowFooter="false",AllowFilteringByColumn="False",
 <MasterTableView >
                <ItemTemplate>

                                     <div style="Width:100%;"> Your content </div>
                <ItemTemplate>
</MasterTableView>

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
usman
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or