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?
Multiple datagrids
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Multiple datagrids
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
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
That fixed it thanks everything works perfectly...
Re: Multiple datagrids
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
That's it
