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

Browse by Tags

  • Some questions about using lookupedit's on an xtragrid in advbandedview

    Hello there, i have several questions about the "right" way to do some things with xtragrid. Basically, im managing all my data logics in a separate class on my application, and that class is running on a separate thread, because this application going to connect to a remote server (internet...
    Posted to XtraGrid (Forum) by Diego Massanti on 7/10/2007
    Filed under: xtragrid, lookupedit, multi threaded
  • RepositoryItemLookUpEdit Help

    Hi, I have a RepositoryItemLookUpEdit control in my app that does a late lookup (does the db query after the first three chars have been entered). I am having difficulties trying to implement this. This is what happens, the three chars just disappear from the control and I am unable to put them back...
    Posted to XtraEditors (Forum) by KKK on 9/21/2007
    Filed under: LookUpEdit
  • Re: Xtra Editor Bind TextEdit to LookUp Edit Selection

    Hey Steve, me again. Immediately after sending my last reply I got it working. For anyone with a similar problem my solution was to first set both the LookUp Edit and Text Edit Controls Edit Value property to the same field in the DataSource, in my case to Category Code. Next set the Display Member property...
    Posted to XtraEditors (Forum) by Frollick on 10/17/2007
    Filed under: LookUpEdit
  • Re: Xtra Editor Bind TextEdit to LookUp Edit Selection

    Hey Steve you I sent a response to support, thanks for ur advice it is now working. The problem was the after changing control from text edit to lookup edit i forgot to set datasource so it s now loading properly, however, i have not yet figure out how to get the selected lookup edit column value and...
    Posted to XtraEditors (Forum) by Frollick on 10/17/2007
    Filed under: LookUpEdit
  • 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
  • Re: RepositoryItem relationship to Editor

    this is all documented in the docs. the RepositoryItem has a static constructor, that is run before the normal constructor, and that invokes the editor. here's how it is in an extension to LookUpEdit i wrote: /// <summary> /// Register the <see cref="LookUpEditEx"/> and <see...
    Posted to XtraEditors (Forum) by Tsahi Asher on 11/12/2007
    Filed under: LookUpEdit, repositoryitem
  • Hide a lookupedit column ?

    i'm trying to hide the first column ("id") of a lookupedit after I load the coresponding dataset. lCapitol.Properties.DataSource = nContabDataSet.Tables["capitol"]; lCapitol.Properties.Columns[0].Visible = false; // also tried lCapitol.Properties.Columns["id"].Visible...
    Posted to XtraEditors (Forum) by Gigi Dorumt on 10/29/2007
    Filed under: LookUpEdit, hide, column
  • LookUpEdit and not usual bound mode

    Hi guys, I have a simple use case: 1. On startup lookupedit isn't bound to any datasource 2. When user has typed something i go to database and prepare data to show in popup 3. Then I set DataSource property to object that implements IList 2-3 I perform for each letter that user has typed. The question...
    Posted to XtraEditors (Forum) by konstantin lenin on 11/26/2007
    Filed under: autocomplete, LookUpEdit, fill on change text
  • Can't get the current from my BindingSource attached to a LookUpEdit

    Hi, I have a problem, I'm using a LookUpEdit and I have to get the current object selected. The problem is that my BindingSource.Current always equal to my first element in the list. I setted to my BindingSource.DataSource an object that implement the BindingList<T> and it populate my LookUpEdit...
    Posted to XtraEditors (Forum) by Dominick Fauteux on 12/6/2007
    Filed under: Databindings, LookUpEdit
  • Re: NotInList

    That did indeed do it. However, I've received an error that looks like it was thrown by the control itself! This is the code that handles the ProcessNewValue event: // reference the webservice InsuredWS.InsuredWS IWS = new RatingGUI.InsuredWS.InsuredWS(); // call the save IWS.SaveInsured(e.DisplayValue...
    Posted to XtraEditors (Forum) by MasterRanger on 12/6/2007
    Filed under: LookUpEdit
Page 1 of 6 (51 items) 1 2 3 4 5 Next > ... Last »
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED