| |
http://www.devexpress.com/scid=S131981
http://search.devexpress.com/default.aspx?q=select*+right*+click*&p=T1%7cP0%7c83 ... If you select text in a text editor or word processor, and right click, it does not unselect the text .... how to not focus a row on right click ...
|
http://community.devexpress.com/blogs/eaf/archive/2008/05/21/xaf-2-customizing-the-default-applications.aspx
XAF tries to provide application developers with a framework that lets them focus on that code which is really particular to their current project, which implements specific data storage classes, business logic around those classes and other functionality that is part of their ... The only downside to this approach is that you'll have to merge the changes back into the design time .xafml files manually -- cut&paste in a text editor will do it, but that's still not everybody's thing.
|
http://discoveringdotnet.alexeyev.org/2008/04/bindingcomplete-exception-and.html
BindingComplete, Exception and DevExpress TextEdit. In our current application we are using CSLA and DevExpress. While CSLA provides validation rules, they allow to continue data modification even when some property ...
|
http://www.devexpress.com/Support/Center/Question/Details/B135936
EditValue property doesn't support the two-way data binding by default. Tags: .NET,; WPF,; DXEditors for WPF. 0. Philipp Munin_2 04.27.2009. Neither TextEdit ... Height="24.277" Margin="123,73,11,0" Name="textEdit1" VerticalAlignment="Top" EditValue="{Binding Path=Text, Mode=TwoWay, UpdateSourceTrigger=LostFocus}"> <-- Changed line. . Sorry for the inconvenience. Best regards, Alan. R&D, .NET Team. 0. Alan (DevExpress) 05.14.2009 ...
|
http://www.devexpress.com/issue=Q205998
Plato (DevExpress Support) 05.18.2009. Hi Tom,. Set the Editor's ... when the control ( TextEdit with Date Mask) is being loaded, it is having a default value of 1/1/00. Though I am ... DateEdit - default values is missed on focus.
|
http://stackoverflow.com/questions/14235468/numeric-textedit-control-sign
I'm using Devexpress TextEdit control in my dialog form, and what I want to achieve, is to give the + sign to the typed value if it's greater than 0. The current ... DevExpress SpinEdit cleared as soon as control loses focus ...
|
http://www.devexpress.com/issue=Q200822
You can handle the TextEdit.Leave event in the following manner: [C#]. private void textEdit1_Leave(object sender, EventArgs e) { TextEdit te = sender as TextEdit; if(XtraMessageBox.Show("Do you wish to save a new value?", "Confirmation" ... 04.03.2009. Hi, excuse me, but i am afraid that if i move the next control whith mouseclick this is ok, but if i press the tab...after show the messagebox the control active is always the textbox1 and don't focus next control..!!! 0 ...
|
http://www.devexpress.com/Support/Center/p/Q204216.aspx
Wpf.Editors.TextEdit control that triggered the LostFocus condition. ... Nick (DevExpress Support) 04.30.2009 ... 2) There is no need to handle the LostFocus event, the editor's value is saved automatically when it looses focus.
|
http://www.devexpress.com/issue=B134874
Put a TextEdit control on a form, specify NullValuePrompt and PasswordChar. Actual Results: When form is shown and control doesn't have focus, the NullValuePrompt shows the password char ... More from DevExpress ...
|
http://www.devexpress.com/issue=B136530
2- Don't select any item (or select the same selected item), and click again in the 'TextEditor' of the ASPxComboBox;. 3- Click in another editor, forcing the ASPxComboBox to lost the focus, and also, for the new selected editor ...
|
http://www.devexpress.com/issue=Q205058
The RichEditControl and the TextEdit are not bound to any data source. ... The GridView's FocusedRowChanged event handler is coded only to update the RichEditControl with the focused row's RtfText month name.
|
http://www.devexpress.com/Support/Center/p/B135878.aspx
The TextEdit has OnExit event: if .... then begin. Showmessage('Error!'); cxTextEdit1.SetFocus; end; 3. TextEdit has the focus. 4. Try to click into the RichEdit: you get the 'Error' message. 5. Try to click into the RichEdit again: ...
|
http://www.devexpress.com/Support/Center/Question/Details/A2629
Nick (DevExpress Support) 04.03.2005. The TextEdit control provides the MouseDown event, but the RepositoryItemTextEdit does not. Is it possible to handle the MouseDown or another editor specific event of the grid's in-place ... When a grid cell is opened for editing, the grid creates an editor instance, which corresponds to the focused grid column's editor repository item. Thus, if the ColumnEdit is a RepositoryItemTextEdit, a TextEdit editor is created and shown.
|
http://www.devexpress.com/Support/Center/Question/Details/A1001
NET,; XtraBars Suite. 0. Serge (DevExpress Support) 06.17.2004 ... This is okay unless, for example, input focus is inside a text editor. Show all ... To stop the default processing, it is necessary to set the e.Cancel argument to ...
|
http://www.devexpress.com/issue=B134586
It appears that sometimes the SpellCheck will not remove it's highlighting of incorrectly spelled words if the TextEdit/MemoEdit box is disabled. For example I have a data entry form with a SpellCheck on it set with the form as ...
|
http://www.devexpress.com/Support/Center/Question/Details/K18521
(ClientServices@devexpress.com). 1.2. By default, title bars of all forms in my application are not skinned. How to apply skins to my forms? We provide the XtraForm class, which is a regular form that supports our LookAndFeel ...
|
http://www.devexpress.com/issue=Q204938
I totally understand what your saying, but I think the main issue is that by default with the DateEdit control there is no default text that shows up (at least not until the control receives focus). The texteditor on the other hand is ...
|
http://www.devexpress.com/Support/Center/Question/Details/B135985
Focus the auto filter text editor for the first column. 4. ... After the default delay the grid will be filtered and the tab focus will jump back to the filter editor of the Contact Name column. ... Serge (DevExpress Support) 04.28.2009 ...
|
http://www.devexpress.com/Support/Center/Question/Details/A1110
Nick (DevExpress Support) 07.01.2004. I'm using the TextEdit editor bound to data. If I type a value in the text box, it will not update the underlying property, unless I move focus off the control. I have a toolbar button, which ...
|
http://www.devexpress.com/scid=Q38894
Paul (DevExpress Support) 04.05.2009. Hello Bob,. First, please note that the TextEdit default behavior is the same as the standard TextBox has: it resets the selection when being focused. Moreover, there is no correct way to ...
|