Page 1 of 1

how to create a listview without the arrow?

Posted: Mon Jul 08, 2013 4:34 pm
by John Herdean

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?


how to create a listview without the arrow?

Posted: Mon Jul 08, 2013 4:37 pm
by John Herdean

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?


how to create a listview without the arrow?

Posted: Mon Jul 08, 2013 4:42 pm
by Maryna Brodina

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


how to create a listview without the arrow?

Posted: Mon Jul 08, 2013 5:08 pm
by John Herdean

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?


how to create a listview without the arrow?

Posted: Mon Jul 08, 2013 5:17 pm
by John Herdean

I just tried the gridview and it worked.

WHat about the css to remove the arrows?


how to create a listview without the arrow?

Posted: Mon Jul 08, 2013 5:20 pm
by Maryna Brodina

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