Questions tagged [xtragrid]

Grid control for Windows Forms applications from DevExpress

XtraGrid is a Windows Forms control built from C# by the company DevExpress. It is used for building very rich grid controls for the Windows(R) family of operating systems using the .NET framework. This component is part of WinForms Control Suites a product from DevExpress.

402 questions
0
votes
1 answer

XtraGrid shows blank row when binding it through DataTable

I have binded xtragrid for Windows Application through program, I have added 2 data tables into dataset and dataset is binded to datasource. //... DataSet ds = new…
Gayatri
  • 274
  • 1
  • 4
  • 17
0
votes
2 answers

Custom Draw cell thick border

I have a grid with few columns with its borders custom drawn. But when we compare the borders of the custom drawn with the normal(non customised) columns it is like little thicker. So if we apply back color, will fill the whole cell like in Row…
17CrazyBrain
  • 63
  • 3
  • 13
0
votes
3 answers

Row Group Issue in Row Background Color

I have a Devexpress Xtragrid, with in which I grouped rows based on a particular column. I have given Dark blue back color to the Group and set ShowGroupExpandCollpaseButton as false as well. In the left most part of each child rows in the grid is…
17CrazyBrain
  • 63
  • 3
  • 13
0
votes
2 answers

DevExpress XtraGrid: How to force a datetime format that does not take the system's short/long date setting

In our company, the Windows regional settings for long date and short date are customized to always show the name of the day like this: "dddd dd MMMM yyyy" for "friday, April 12, 2012". In our CRM software, we use a lot of DevExpress Component and…
Martin Lebel
  • 497
  • 1
  • 6
  • 13
0
votes
1 answer

DevExpress XPO XPCollection Refreshing Changes

I'm experiencing an issue refreshing data in XPCollection after commiting some database changes using UnitOfWork. I have a WinForm with an XPCollection. The XPCollection uses XpoDefault.Session. I do some changes through a UnitOfWork: using…
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
0
votes
1 answer

DevExpress XtraGrid is not visible even after I set Visible = true

I'm using DevExpress' tools on my current WinForms project. The page that I'm working on has a grid for sub-agencies that is visible or not depending on a certain flag called IsParentAgency. If the agency is a parent agency, then the grid should be…
Corey Adler
  • 15,897
  • 18
  • 66
  • 80
0
votes
0 answers

how to expand XtraGrid's row heigth when the text length of focused cell gets its maximum length?

https://i.stack.imgur.com/SlPIt.png https://i.stack.imgur.com/Hf3Xj.png I want to get the best fitted image which is shown on the second image on every second it needs to be wrapped. How can I do that ? I want to have the cells expanded while…
Bilgin Kılıç
  • 8,707
  • 14
  • 41
  • 67
0
votes
1 answer

How to get Devexpress XtraGrid control selected row

I've a devexpress XtraGrid Control. But, I couldn't get the ID of a by default selected row when the winform loads. I know how to get it when the user clicks on the grid. Here is the code snapshot: private void Form1_Load(object sender,…
aby
  • 810
  • 6
  • 21
  • 36
0
votes
1 answer

XtraGrid binded to Entity FrameWork - how to send data back to database?

1) I have 2 tables IncludedProducts {ID} and Products {ID, Name, Code} 2) In an xtraGrid control I want to show list of products which has their IDs in IncludedProducts table, with possibility to add new products using in-place GridLookUpEdit…
Prokurors
  • 2,458
  • 3
  • 40
  • 65
0
votes
1 answer

DevExpress XtraGrid - Cannot select Master Row

I have a gridView with a 1to1 master-detail relationship for each master row. When a user clicks on the detail view I want to make sure that the master row is also activated (has the activated icon in the very left column): This works fine if I…
anderl.heckmaier
  • 301
  • 1
  • 4
  • 12
0
votes
2 answers

XtraGrid doesn't display properly newly added line

I'm using XtraGrid of DevExpress 2.9.5 to display a blotter of dynamic set of lines. The blotter is integrated into another application, this is why it has to be based on UserControl class and also implement a couple of custom interfaces. public…
user178593
0
votes
1 answer

problems setting XtraGrid with in-place editor-s (using GridLookUpEdit)

I need an XtraGrid control that has GridLookupEdit to enter column values. What I managed to do so far: 1) I have configured XtraGrid control columns: ID, Name, Number in-place GridLookUp Editors for Name and Number columns 2) on the form Load…
Prokurors
  • 2,458
  • 3
  • 40
  • 65
0
votes
1 answer

databind entityframework ObjectSet to a gridcontrol (c#)

I am using DevExpress EntityInstantFeedbackSource as datasource to an XtraGrid control. However I am not using the connection string from the app.config file; rather I am setting the connection string for entity framework at runtime. The code is…
user1746821
  • 55
  • 1
  • 7
0
votes
2 answers

How to make the sum of each detail gridview and populated in the footer of master gridview using master grid view

I am using the master detail xtragrid and want to make the total sum of all detail gridview and populate in the footer of master gridview
0
votes
1 answer

How to set inplace editors in XtraGrid separately in each row?

I am using XtraGrid Control using C#. I want to set inplace editors in XtraGrid separately in each row ie. separate editors for separate rows See the following two images representing grid controls. I want such type of grid.
user1448783
  • 263
  • 3
  • 5
  • 9