Questions tagged [gridlookupedit]
12 questions
1
vote
0 answers
Devexpress LookupEdit issue ,change it manually
I have 2 lookupedit witch are exactly the same in everything but the value member
one of them is binded to an int32 column and it can be changed by changing the editvalue in code
The other one is binded to int64 and it can't be changed manually
Why…

Eng.Ali-AlGhabban
- 21
- 5
1
vote
2 answers
Devexpress lookup edit select one fill in rest lookups
I'm working on program which uses xpo collection to get and update data from and to database. I setted up lookupedit to get data from another database(country name) I would like another lookupedit (country code) to be filled in automatically after…

TaZz
- 652
- 7
- 20
1
vote
1 answer
How can I hide zeros in GridLookUpEdit?
I got form with GridLookUpEdit. DisplayMember type is DateTime. So I set GridLookUpEdit FormatType to DateTime and FormatString to "d". But when I select row in GridLookUpEdit, selected value is displayed with zero-time, like 15.04.2014 0:00:00. How…

Renat Zamaletdinov
- 1,210
- 1
- 21
- 36
0
votes
1 answer
Parameter in UpdateParameter for type GridViewDataComboBoxColumn not pulling value for Update Command
Seems that when I am using the following update
UpdateCommand="UPDATE XXXXXX SET MedicationType = @MedicationType, BillingCode = @BillingCode, ServiceType = @ServiceType,
Charge = @Charge, Reimbursement =…

Troy Reynolds
- 68
- 2
- 10
0
votes
1 answer
Devexpress grid with lookupedit datasource refresh
I've got a form with a DevExpress grid view bound to a datatable DTable and a column that is a DevExpress lookupedit (RepositoryItemLookUpEdit) bound to a BindingList List.
At form load I initialize the datatable and the lookupedit from DB.
I also…

Danilo7
- 47
- 9
0
votes
1 answer
DevExpress GridView in LookUpEdit
I can add columns like this in GridView, but I don't know how to add RepositoryLookUpEdit. Would you help me with this topic? (I'm sorry for my bad English.)
DataTable DT = new DataTable();
private void Form1_Load(object sender, EventArgs e)
…

Emre Odabaş
- 11
- 1
0
votes
0 answers
devExpress lookUpEdit does not show colums coming from dataset
I am trying to make an adding form with DevExpress. In my form, there is a lookUpEdit object and I am trying to fill it with columns coming from a dataset. So far, I wrote this:
this.companylookUpEdit.DataBindings.Add(new…

kalahari
- 895
- 5
- 15
- 34
0
votes
1 answer
get repositoryItemGridLookupEdit parent's currentrow processed
I have a Gridview and a RepositoryItemGridLookUpEdit in that GridView
I want to show a CustomDisplayText in the RepositoryItemGridLookUpEdit
private void rgluePerson_CustomDisplayText(object sender,…

Daniel Valencia
- 37
- 5
0
votes
1 answer
Assigning a datasource for each Lookupedit that in the cell
We are using DevExpress tool for our desktop project. One of our columns has a lookupedit control. However we want to assign different datasources for each lookupedit that in the cells. Is possible? Because every datasource should take a different…

esquare
- 3,947
- 10
- 34
- 37
0
votes
0 answers
Why is GridLookUpEdit showing [EditValue is null]
I have a DataTable as a data source for a GridLookUpEdit.
private void MachineTreeCellEdit(object sender, GetCustomNodeCellEditEventArgs e) {
Contract.Assume(sender != null, "sender is null.");
Contract.Assume(e != null, "e is…

IAbstract
- 19,551
- 15
- 98
- 146
-1
votes
1 answer
-1
votes
1 answer
Gridlookupedit Entity Framework
how can i fill the gridlookupedit correctly?.
I can not find the error.
Method fill gridlookupedit
public void CargaGLEVerdadero()
{
pcbjEntidades contexto = new pcbjEntidades();
IList consultaModeloInsumosVerdadera = (from…

Vigo
- 33
- 1
- 5