Page 1 of 1

Is there a way to call records to the screen without using the list component?

Posted: Wed Jul 08, 2015 8:25 pm
by TonyS

You know, the same way this blog does.

i.e.

_____________

Date: 07/07/2015
Headline
Description
link

_____________

repeat...


Is there a way to call records to the screen without using the list component?

Posted: Thu Jul 09, 2015 2:43 pm
by Evgene Karachevtsev

Hello Tony,

I'm not sure I understand you correctly, could you please clarify your request with more details? You may use label component for your records, for example.


Is there a way to call records to the screen without using the list component?

Posted: Thu Jul 09, 2015 3:11 pm
by TonyS

It's okay Evgene, I've done it.


Is there a way to call records to the screen without using the list component?

Posted: Thu Jul 09, 2015 3:14 pm
by Evgene Karachevtsev

Tony,

Thank you for the update.


Is there a way to call records to the screen without using the list component?

Posted: Thu Jul 09, 2015 3:29 pm
by TonyS

In fact for any other newcomers like me here's what i did.

I mapped the array of all my elements to a single cell master grid. Then I placed a multi-cell inner grid inside it to allow for the layout of the labels and images. I then mapped the elements from the service response to them. (easy when you know how:)