Francisco Narro
Posts: 0
Joined: Thu Oct 03, 2013 9:58 am

Service mapping in multiple columns

Hi,

I have a database service mapped to a grid like the documentation example.
In the example i see that for each database row I have one row of my grid.

I need that for each database row I could obtain one cell, then I will have a mosaic of my database.

Any help?
Thanks.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Service mapping in multiple columns

Do you want to put all row data into one cell in the table?

Francisco Narro
Posts: 0
Joined: Thu Oct 03, 2013 9:58 am

Service mapping in multiple columns

I want to put one row data into one cell, then if i define a grid with 3 columns, i will see 3 rows data into 1 row of my grid.

(sorry for my English)

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Service mapping in multiple columns

Hello Francisco!
Can you provide screenshots of your mappings?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Service mapping in multiple columns

This customization can be done by coding. Using the mapping editor, each record is mapped to one row and so on. You could place all the record fields into one cell, but the next record will be inserted into the second row.

Francisco Narro
Posts: 0
Joined: Thu Oct 03, 2013 9:58 am

Service mapping in multiple columns

Could you pass me an example?

I'm newbie with this.

Thanks in advance

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Service mapping in multiple columns

We don't have that specific example. Do keep in mind that coding this feature requires very strong JavaScript, jQuery knowledge. If you are new to mobile development, I'd try and use just the visual mapping editor.

Return to “Issues”