Page 1 of 1

Multiple datagrids

Posted: Mon Jul 08, 2013 7:14 pm
by Peoples
I have an issue where I have multiple datagrids on one card, one datagrid contains information for my database which is passed to the other datagrid which I hidden, once the visible datagrid is hidden the other one is set to visible and vis-a-vis.

Now I can manipulate data and switch out datagrids fine in development mode, but once I compile as a standalone the datagrid isn't clickable anymore and doesn't refresh data.

Is there an issue with multiple datagrids on one card conflicting?

Re: Multiple datagrids

Posted: Mon Jul 08, 2013 8:04 pm
by dunbarx
Hi.

Not sure, but note that when using a datagrid in a standalone, especially when using the "splash" stack method, you must manually attach a "dataGrid Templates" stack onto the executable in order to trick the standalone builder into adding the necessary libraries.

See:

http://lessons.runrev.com/s/lessons/m/d ... -data-grid

Craig Newman

Re: Multiple datagrids

Posted: Wed Jul 10, 2013 11:16 pm
by Peoples
That fixed it thanks everything works perfectly...

Re: Multiple datagrids

Posted: Thu Jul 11, 2013 12:06 pm
by Klaus
An easier way is to simply add a (empty) datagrid to your mainstack, the one that will become the standalone, and hide it.
That's it :-)