Page 1 of 1
Service mapping in multiple columns
Posted: Tue Oct 08, 2013 3:52 pm
by Francisco Narro
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.
Service mapping in multiple columns
Posted: Tue Oct 08, 2013 4:07 pm
by maxkatz
Do you want to put all row data into one cell in the table?
Service mapping in multiple columns
Posted: Tue Oct 08, 2013 4:15 pm
by Francisco Narro
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)
Service mapping in multiple columns
Posted: Tue Oct 08, 2013 4:45 pm
by Serhii Kulibaba
Hello Francisco!
Can you provide screenshots of your mappings?
Service mapping in multiple columns
Posted: Tue Oct 08, 2013 9:00 pm
by Francisco Narro
Service mapping in multiple columns
Posted: Tue Oct 08, 2013 9:25 pm
by maxkatz
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.
Service mapping in multiple columns
Posted: Wed Oct 09, 2013 10:27 am
by Francisco Narro
Could you pass me an example?
I'm newbie with this.
Thanks in advance
Service mapping in multiple columns
Posted: Wed Oct 09, 2013 11:39 am
by maxkatz
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.