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
  • How to use radio group

    hi, Can any one please help me in knowing how i can use radio group control separately which is databinded. Requirement is, column in database is of type boolean. This column is databinded to a radiogroup control. Radiogroup control has two items True and False. If database column has value true then...
    Posted to XtraEditors (Forum) by Latif Kankanwadi on 10/29/2007
    Filed under: Databindings
  • 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
  • Control to replace MS RadioButton

    Hi I have in my database 4 options that need to be in a radio button. Using MS RadioButton I put 4 radio buttons and bind each one to the respective field in the database, this fields are set to Boolean. Example Field Red - RadioButtonRed Field Green - RadioButtonGreen Field Black - RadioButtonBlack...
    Posted to XtraEditors (Forum) by Juan Carlos Pazos on 1/28/2008
    Filed under: Databindings
  • DateEdit data binding problem

    Greetings, I have a problem with a bounded DateEdit editor. The binding is working fine, but there's a little problem that i can't solved yet. Let's see the problem. I have a form with a strongly typed dataset for an ms sql table and a binding source. In the data table i have a DateTime column...
    Posted to XtraEditors (Forum) by József Kanczler on 3/11/2008
    Filed under: Databindings, DateEdit
  • Databinding a control to a "memo" field in an access database table.

    For some reason I am unable to use the myControl.Databinding.Add() method to display data from a Micorosoft Access database table field that is of type "Memo". I need it to be memo because of the large number of characters required to be stored in this field. Anyone have any feedback? Thanks...
    Posted to XtraEditors (Forum) by Ryan on 3/27/2008
    Filed under: Databindings
  • 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
  • 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
  • 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
  • Re: How to use radio group

    Hi Nathan, Thanks a lot for your reply. Now i got to know how i can use radio group. Regards, Latif
    Posted to XtraEditors (Forum) by Latif Kankanwadi on 11/7/2007
    Filed under: Databindings
Page 1 of 1 (10 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED