John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to create a listview without the arrow?

Hi, I want to create a listview where the items dont go anywhere (I dont need the arrow on the right side that typically comes with the list view). Can I remove the arrow from showing or is there another way to build a straight forward listview, like build just a gridview?

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to create a listview without the arrow?

Actually, I will also need to build out a custom listview from just a gridview structure (and not inside the normal listview component). Will a json array response be able to fill out the elements in just a gridview?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

how to create a listview without the arrow?

Hello! You would need to use CSS to remove arrows from List item.

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to create a listview without the arrow?

ok. what would be the css to remove the arrows?

Also, is it possible to build out a custom listview from just a gridview structure (and not inside the normal listview component). Will a json array response be able to fill out the elements in just a gridview?

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to create a listview without the arrow?

I just tried the gridview and it worked.

WHat about the css to remove the arrows?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

how to create a listview without the arrow?

There is easier way - yo can just set data-icon="false" in More Properties.

Return to “Issues”