0

I need to have a datagrid which must as part of other items form the "background" of a card that I use to create new cards from. All works ok but I note that DGH/LC picks up the characteristics (number of lines and contents) of the base DG regardless of defining it as group "xyz" of this card (or card "abc"). I tried various ways to overcome this - is this something for DGH or a general LC issue - or I am I missing something in terms of naming conventions ?

Kind regards Danny

Danny
  • 127
  • 6
  • You should add an example of what you have tried. Do you have a code example where it doesn't work? – Metalskin Jan 11 '14 at 12:45
  • Solved the riddle. Cannot use a Datagrid group as Background to automatically populate a new card because it retains the ID number and the data referenced. The ID has to change - so I used "Copy" onto the new card in stead and that gives it a new ID number and therefore is unique in the system. – Danny Jan 11 '14 at 13:09

1 Answers1

0

Not sure, but it's possible that all instances of the datagrid are sharing the same template, which would explain what you're seeing. Your solution of copying it would create a new template for each instance of the datagrid. Pete

phaworth
  • 399
  • 2
  • 8