Browse by Tags

Browse by Tags

> All Tags > lookupedit
  • Lookupedit

    Hi, I'm probably being stupid but I can't get past this - just started with these controls. I have a lookupedit which is bound to a BindingList<T> as its DataSource. The DisplayMember and ValueMember are set to appropriate values. The drop down works fine as in there is a list to choose...
    Posted to XtraEditors (Forum) by Chris Moore on 11/18/2009
    Filed under: LookUpEdit
  • Re: LookupEdit and Tab problems

    I'm sorry if there is already answer to my question, but I haven't been able to find it. Is it possible that user selects value in this scenario: he types few letters to narrow selection he uses arrow keys to position himself on wanted value he presses enter in order to select that value This...
    Posted to XtraEditors (Forum) by Muris Hmejlic on 10/9/2009
    Filed under: LookUpEdit
  • Re: Hide a lookupedit column ?

    Mai's solution does not work for me. Even after adding the PopulateColumns (); method, the columns are still not populated. edit.DataBindings.Clear (); edit.Properties.DataSource = ds.Tables [strTableName]; edit.Properties.PopulateColumns (); edit.Properties.Columns [0].Visible = false; edit.Properties...
    Posted to XtraEditors (Forum) by Paul Talbot on 10/2/2009
    Filed under: LookUpEdit, Visibility, PopulateColumns
  • LookUpEdit control, firingmode delay issue

    Hi, When I'm on the form and LookUpEdit control is populated, I'm typing in the value to search for such as "Philadelphia". However, EditValueChanged event gets triggered for each new letter I type. Is there a way to delay this event from firing until after I'm done typing? I've...
    Posted to XtraEditors (Forum) by Igor Timofeyev on 9/25/2009
    Filed under: LookUpEdit, LookupEdit ProcessNewValue, lookupedit select entry
  • Lookup edit

    Hi; I have a look up edit control and i filled all Doctors Name example Doctor1 Doctor 2 Doctor 3 Suppose i select "Doctor 3" then the Lookup edit shows Doctor3.... But if i diselect the item my control need to go Null Prompt or not populate anything in the lookup edit i mean normal dropdown...
    Posted to XtraEditors (Forum) by anish john on 9/4/2009
    Filed under: LookUpEdit
  • Accessing the values of a lookupedit's columns (Anonymous Type)

    I have 2 columns in my lookupedit "ID" and "Name" I populate the grid with the ID and I would like to populate another column with the name. I'm trying to get the values of the row object LookUpEdit x = sender as LookUpEdit; ((LookUpEdit)sender).EditValue.ToString(); MessageBox...
    Posted to XtraEditors (Forum) by Tito Toro on 9/3/2009
    Filed under: LookUpEdit
  • LookupEdit erases entered value if not in databound list

    Hi all, I have a requirement as per below :- I want to show either editable combo or editable multicolumn combo. So the user can select a value from list or table. He is also also allowed to enter a new value which is not presnt in the list or table. For this i have tried with the LookupEdit control...
    Posted to XtraEditors (Forum) by Rashmi on 8/26/2009
    Filed under: RepositoryItemLookUpEdit, LookUpEdit, LookupEdit ProcessNewValue
  • preselect an item in look up edit

    lkup_title.Properties.ValueMember = "Id" ; lkup_title.Properties.DisplayMember = "Name" ; i want to pre select an item in the look up edit control lkup_title.editvalue =2; this is not working if value member and display member is same field then only it work i need Id from every select...
    Posted to XtraEditors (Forum) by anish john on 8/26/2009
    Filed under: LookUpEdit
  • how can i fetch the ID of the particular record?

    Hi; i have bind the look up edit control in windows forms... but how can i fetch the ID of the particular record? like in combo box...selected item .value? is there any property like that? My code var Title = from pat in pdata.lkTitle select new { pat.Name, pat.Id }; lkup_title.Properties.DataSource...
    Posted to XtraEditors (Forum) by anish john on 8/17/2009
    Filed under: LookUpEdit
  • How to set the width of RepositoryItemLookUpEdit just fit the gridview column width?

    Hi, I have a question about how to set the width of RepositoryItemLookUpEdit control, i want the inplace-editor control width is equal with the column width when the control is popuped. I read some other posts and knew this solution: control.PopupFormMinSize = new Size(10,0); control.PopupWidth = 100;...
    Posted to XtraGrid (Forum) by Jian Ye on 7/29/2009
    Filed under: fit, width, grid column, lookupedit
Prev 1 2 3 4 5 Next ... Last »
LIVE CHAT

Chat is one of the many ways you can contact members of the DevExpress Team.
We are available Monday-Friday between 7:30am and 4:30pm Pacific Time.

If you need additional product information, write to us at info@devexpress.com or call us at +1 (818) 844-3383

FOLLOW US

DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, along with high-performance HTML JS Mobile Frameworks for developers targeting iOS, Android and Windows Phone. Whether using WPF, Silverlight, ASP.NET, WinForms, HTML5 or Windows 8, DevExpress tools help you build and deliver your best in the shortest time possible.

Your Privacy - Legal Statements

Copyright © 1998-2013 Developer Express Inc.
ALL RIGHTS RESERVED
All trademarks or registered trademarks
are property of their respective owners