Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Alex Pag
|
Mar 11, 2010 - 9:26 AM
|
Hi.
Αfterwards that I step the button the program asks if I want to close the form. Before I step are stored the elements that I have put in cells the text that is in selected cell automatically it changes or in the previous text if existed something in or cleared if cell they were void. What it should I make in this case?<qtlend></qtlend> <qtlbar style="padding: 0pt; display: inline; text-align: left; line-height: 100%; background-color: rgb(236, 236, 236); -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; cursor: pointer; z-index: 999; left: 64px; top: 72px;" dir="ltr" id="qtlbar"><iframe style="border: 1px solid rgb(236, 236, 236); display: none; background-color: white;" src="" id="qtlframe"></iframe></qtlbar>
|
|
Technical Support
|
Mar 30, 2010 - 2:01 AM
|
Please use the following code before showing the confirmation dialog: if (boundGridControl1.EditingCell != null)
boundGridControl1.EditingCell.CommitEdit(true);
|
|