Hello,
I am using RadListView that will display an image for each data record. There will be 4 records in a row with an undetermined number of rows that will depend on the pager. To the right of the image I would like to add a dividing line, but I do not want the line to appear for the 4th record in each row. I would also like a horizontal line between the rows. In other words I would like it to display
image | image | image | image
_________________________
image | image | image | image
Currently I have my item template defined as a table and have set the right border to display, so it displays the "line" for each record including after the 4th image. Can anyone tell me how I can do this with the RadListView, or do I need to use a different control?
Thanks.
I am using RadListView that will display an image for each data record. There will be 4 records in a row with an undetermined number of rows that will depend on the pager. To the right of the image I would like to add a dividing line, but I do not want the line to appear for the 4th record in each row. I would also like a horizontal line between the rows. In other words I would like it to display
image | image | image | image
_________________________
image | image | image | image
Currently I have my item template defined as a table and have set the right border to display, so it displays the "line" for each record including after the 4th image. Can anyone tell me how I can do this with the RadListView, or do I need to use a different control?
Thanks.