Hopefully I got this in the correct forum. I've done some extensive searching and could not find exactly what I was looking for. Here are my questions:
1. We are implementing the ability to Copy/Cut/Paste using the Windows functions (Ctrl C, X, V, etc). This all works great, except for grid entry fields. I've seen that there was some issues with this before, but I don't believe there was an actual resolution to the issue. I've tried debugging through the grid entry handling and when running the Paste function (Ctrl V), the grid acts like I am leaving the field (event 16393). I can use Shift Insert and right-click, Paste with success, but I wanted to have consistent functionality going forward. Is there a way yet to implement these functions in a grid?
2. I've also done some work trying to get a calendar button added to our date entry fields. We've fooled around with the "Date Entry" control type and it works great, but our users are data entry heavy users and I'm sure the whole "adding a slash between mm/dd/yyyy" will ignite their tempers. I've seen some talk about using an Active-X control, but I do not see the control in the AxDefGen tool (note, I am a Windows 8 user now). So, in short, is there a way to add a simple button to select a date and pass it back to allow use in a regular text entry field?
Thank you for any support you can provide. I did try searching for these answers before posting, but just did not have any luck finding the exact answers.
