Page 2 of 2

Re: DataGrid Stays when moving to another card

Posted: Tue Feb 16, 2016 6:44 am
by quailcreek
Yes, you can get rid of the X. Look at the stack PI basic properties, it's called controls. Had to pull up an old stack and look. I'm running LC and it's called something else.

Re: DataGrid Stays when moving to another card

Posted: Tue Feb 16, 2016 6:15 pm
by jacque
2. When the user goes back into this card from the mainstack the data is still there which can cause issues.
One way to handle this is to clear the data on preopencard instead of closecard. I do that routinely to prevent stray text in fields.

Re: DataGrid Stays when moving to another card

Posted: Thu Feb 18, 2016 4:36 pm
by newpie
I like the idea of clearing in the pre-open card. I will try that out right away.

Thank you jacque and quailcreek for your help.