in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Browse by Tags

  • Select all text on enter textedit

    hello i want to know if there is a property (or another mean) to select all text when a user enter in a textEdit. I try this : ..... MyTextEdit.Enter += new EventHandler (MyTextEdit_Enter); ...... protected virtual void MyTextEdit_Enter( object sender, EventArgs e) { (( TextEdit )(sender)).SelectAll...
    Posted to XtraEditors (Forum) by Raphaël Duin on 9/6/2007
    Filed under: TextEdit
  • getting to the errortext property

    Using the VGrid control with embedded textedit editors, I want to be able to add a new record to the grid, and then set the error notifications to indicate required fields before the user starts entering data. I cannot find where I can get access to the textedit baseedit.errortext property anywhere but...
    Posted to XtraEditors (Forum) by Peter Scott on 9/13/2007
    Filed under: DXErrorProvider, TextEdit
  • Xtra Editor Bind TextEdit to LookUp Edit Selection

    So heres my problem, I have a lookup edit on a DataLayout Control (NOT A GRID), I want when the user selects a category from the look up edit, the category code for that category is displayed in the text edit box. Also when I open an existing record the category for that record is not being display in...
    Posted to XtraEditors (Forum) by Frollick on 10/16/2007
    Filed under: Filter Control, TextEdit, LookUpEdit
  • Dynamically Update Control Text Does Not Work??

    I am trying to simply update a textedit.text property in a button handler like this private void threeButton_Click(object sender, EventArgs e) { groupControl1.Focus();//defocus the button displayString = displayString + "3"; displayTextBox.Text = displayString; } This has absolutely no effect...
    Posted to XtraEditors (Forum) by Chris Taylor_1 on 2/12/2008
    Filed under: TextEdit
  • TextEdit ESC key

    I have Form with Ok and Cancel buttons. Form's CancelButton is set to cancelButton1 so when I press ESC key, cancelButton1 closes the form. BUT, when I use textEdit's mask property, ESC key is used to clear the textEdit! The form never closes by ESC key! ESC is captured by the textEdit control...
    Posted to XtraEditors (Forum) by R P on 3/7/2008
    Filed under: TextEdit, Mask MaskProperties
  • GridBandedView - Exception into Datetime Cell

    Hello, When I want to edit a datetime cell, I have this exception whereas I should see the calendar to change my date into the cell. Do you have any idea of the origin of the problem which seems to be into DevExpress.XtraEditors.TextBoxMaskBox.CreateAccessibilityInstance() ? Thank you. System.NullReferenceException...
    Posted to XtraEditors (Forum) by Philippe MOISON on 3/17/2008
    Filed under: TextEdit, DateEdit, Mask MaskProperties
  • Textedit leave event stuck in endless loop

    I'm using Devexpress for .Net 7.3.5 and I'm having a weird issue. i have a Textedit box and on the leave event I popup a messagebox asking a Yes No question. If they answer Yes I put the focus back in the Textedit control and if they answer No I put the focus in another TextEdit control with...
    Posted to XtraEditors (Forum) by Russ Grundy on 6/17/2008
    Filed under: TextEdit
  • Using FormatEditValue / ParsingEditValue in combination with mask

    Dear Sir, Madam, I'm encountering the following error: I've got a currency field on my form (see the attached example) in which I want to show a certain amount in dollars. In my database this field is being saved in euros, so I want to make a conversion before showing it to the user. To accomplish...
    Posted to XtraEditors (Forum) by Peter Geel on 8/22/2008
    Filed under: TextEdit, Mask MaskProperties, Editvalue
  • TextEditor maskedit problem

    Hello, I have got a texteditor for which i have setup mask properties as follows AutoComplete = False EditMask = 9999-9999-9999-9999 MaskType = Simple BeepOnError = False Placeholder = _ SaveLiteral = False ShowPlaceHolders=False UserMaskAsDisplayformat = True When I run the application it displays the...
    Posted to XtraEditors (Forum) by Vishwakant Sharma on 9/2/2008
    Filed under: TextEdit, Mask MaskProperties, MASK MaskProperties MASKTYPE, Xtraeditor, devexpress controls
  • DataBound TextEdits not refreshing with datasource

    I have a form that requires the user to input a couple of search criteria and press a button which goes and retrieves a single row of data from the database into a datatable "sourceDT". I want to display the retrieved information in a bunch of TextEdits and CalcEdits, so I have set Databindings...
    Posted to XtraEditors (Forum) by Piyush Gupta on 9/29/2008
    Filed under: Databindings, TextEdit, calcedit
Page 1 of 2 (11 items) 1 2 Next >
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED