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

Browse by Tags

  • How do I bind the ComboBoxEdit.Properties.Items value to my datasource

    Hi guys, I have a simple ComboBoxEdit control and I want to bind the dropdown items to a datasource. All of the examples that I've seen have code like the following... comboBoxEdit1.DataBindings.Add("EditValue", _Controller.BindingSource, _Controller.BindingSource.DataMember); Binding to...
    Posted to XtraEditors (Forum) by Gregg Owens on 8/14/2007
    Filed under: Databindings, ComboBoxEdit
  • ComboBoxEdit Sorting Issue

    I'm having an issue with a ComboBoxEdit not sorting at times. Here is the situation... When the application starts, I populate the ComboBox items with an objects I created. The object has an override for the ToString method. These objects display the way i would expect when I look at the dropdown...
    Posted to XtraEditors (Forum) by bucman6 on 10/3/2007
    Filed under: ComboBoxEdit, Sorting
  • NotInList

    It's been a while since I was coding MS Access to do miraculous things, but when I was, the built in combo boxes had an event called "NotInList" that worked hand-in-hand with a ComboBox property called "LimitToList". NotInList fires when someone types in a value not in the dropdown...
    Posted to XtraEditors (Forum) by MasterRanger on 12/6/2007
    Filed under: ComboBoxEdit
  • CallBack request in ComboBox

    Hi, I have a difficulty with the callback request of ASPxComboBox (version 7.3). I use the function "incrementalFiltering" and it works. But the ComboBox sends a callback requests to sql database too quickly. For example, if I enter "63", shows the dropdownlist the numbers with 60...
    Posted to XtraEditors (Forum) by Dimitri on 1/2/2008
    Filed under: ComboBoxEdit spinedit, ComboBoxEdit
  • Re: Grrr Selected Index in REPOSITORY! - No aswers after hours of search!!!!!!!!!

    This is one possible way i found for getting the data from the combo control associated with the repository item. The OwnerEdit property of repositoryitem returns the associated owner edit (may be combo in this case) which has SelectedIndex property. Catch : what i observed is, though the combo box is...
    Posted to XtraEditors (Forum) by umesh d on 1/16/2008
    Filed under: ComboBoxEdit spinedit, ComboBoxEdit, xtraeditor form posting database, repositoryitem
  • ComboBoxEdit OR LookUpEdit --- Help PLEASE

    Hi, I have a data entry screen for customers (customer table) and for the store number data element I want to have a combo box for the user to select the store number data element from the table for stores .. Is there a sample or source code that shows me how to set this up. Customer Table Name nvarchar...
    Posted to XtraEditors (Forum) by Gonzalo Chiriboga on 4/3/2008
    Filed under: ComboBoxEdit spinedit, Databindings, ComboBoxEdit, LookUpEdit, LookupEdit ProcessNewValue
  • Databinding IList to combo

    Ok, I get that I cannot use ComboBoxEdit like I would use the MS Combobox. However, I really need the following simply functionality in my opinion. I have a datastructure that implements IList. The list contains objects with two properties. ExternalId and Name. As oyu might guess, the first one is the...
    Posted to XtraEditors (Forum) by Holger Flick on 4/20/2008
    Filed under: ComboBoxEdit, LookUpEdit, databinding, ilist
  • Re: ComboBoxEdit - Add Items Dynamically

    I found the solution to my problem, here's the code: DataSet dsTables = new DataSet (); dsTables = AssetManager .Instance.GetLookupTables(); foreach ( DataRow dr in dsTables.Tables[0].Rows) cbeTables.Properties.Items.Add(dr[ "TableName" ]); But when using a LookUpEdit control, as directed...
    Posted to XtraEditors (Forum) by Robert Helgeson on 7/22/2008
    Filed under: ComboBoxEdit, LookUpEdit
  • LookupEdit popup direction

    hello, is there a way how to manually set the direction of popup form, please? I mean, I'd like to make the edit to popup above the edit field, never below. Thank you
    Posted to XtraEditors (Forum) by Michal Vilim on 7/4/2008
    Filed under: ComboBoxEdit, LoopUpEdit
  • Re: ComboBoxEdit OR LookUpEdit --- Help PLEASE

    Dear Holger! I thank you for your prompt response. I am new to dexexpress and I am already loving it. Have a wonderful weekend! Gonzalo
    Posted to XtraEditors (Forum) by Gonzalo Chiriboga on 4/4/2008
    Filed under: Databindings, ComboBoxEdit, LookUpEdit
Page 1 of 2 (11 items) 1 2 Next >
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED