Dialog and Form View
- How can I print a grid-control that is placed in a CFormView
- How can I change the behavior of the TAB-Key in a Dialog? I want the TAB-Key to activate the next dialog control.
- How can I tell the grid to use the same font as the dialog template?
- What do I need to set to have my grid keeping the cursor position ( within the cell ) when it loose the focus and then get it back?
- How do I use the grid as a registered dialog control in a dialog template?
- When I hit ESC in a grid that is embedded in a dialog, the dialog exits. What I want is that the grid handles the ESC key. How can I do that?
- How can I make the grid process ENTER keys?
- What are the steps to make the grid send notifications to its parent dialog?I have placed a grid in a dialog and would like the dialog to capture the grid's double-click event (and others as well).