Hi
In one of my project i need to display a list grid to user which fetches data from datasource . Unlike default listgrid view i need to display each record in listgrid in different format as given below.I have attached the image file for reference
...................................................................................................
.Date place time
.
.Headline
.
.content
.
.................................................................................................
...................................................................................................
.Date place time
.
.Headline
.
.content
.
.................................................................................................
All these fields displayed in single listgrid cell is fetched from single datasource.
How can I achieve this by using List grid?
Is their any other option to achieve this with out using List grid?
Thanks in advance.
In one of my project i need to display a list grid to user which fetches data from datasource . Unlike default listgrid view i need to display each record in listgrid in different format as given below.I have attached the image file for reference
...................................................................................................
.Date place time
.
.Headline
.
.content
.
.................................................................................................
...................................................................................................
.Date place time
.
.Headline
.
.content
.
.................................................................................................
All these fields displayed in single listgrid cell is fetched from single datasource.
How can I achieve this by using List grid?
Is their any other option to achieve this with out using List grid?
Thanks in advance.
Comment