The gridcontrol tag has no wiki summary.
0
votes
1answer
22 views
How to change the way a devexpress grid sorts rows
I have a devexpress grid control on my screen. One of the fields in the table is Room number, and is taking in a string (just in case you have room 2A or something like that). However, when I click ...
0
votes
3answers
59 views
append new to gridcontrol devexpress
I am trying add a new row into datagridview with the button click for learning purposes. When I click the button, it deletes the old data and add the new row. But I want to append it to the grid
here ...
0
votes
0answers
58 views
Binding a ComboBoxEdit ItemsSource
I hope I can do a good enough job explaining my problem.
I have a DevExpress GridControl with 3 columns. The GridControl's ItemsSource is set to a collection of Objects that have 3 strings on them.
...
0
votes
1answer
34 views
Remove button Find and Clear in GridControl
like I can eliminate the botton (Find and Clean) of a GridControl, and alone to leave TextEdit.
regards
Alex
0
votes
1answer
91 views
Issue about Devexpress Gridcontrol in C#?
I have a devexpress gridcontrol and loaded a Xml .. If XMl has attributes then datasource getting loaded correctly .. else it fails and throws exception
<?xml version="1.0" encoding="utf-8" ...
0
votes
0answers
60 views
Issue Comming in Data Link Property Window C#?
I used this Two interops to Open Datalink window At Runtime When i try to open this with Exsisting Database Loading Symbol Comes in Mouse Cursor ... If i Focus anything then Loading get Stopped ..
...
0
votes
1answer
44 views
OutOfMemoryException when loading large table into DataSet
I would like retrieve data from a SQL Server table containing 2M records. I am using the Devexpress GridControl and have tried a simple code like this:
DataTable dt = new DataTable();
String ...
0
votes
1answer
375 views
Is It Possible to Add Multiple Repository Items in a Gridview Cells using DEVEXPRESS?
I have Datatable and I have to add Two repository items to same cell
DataTable dtbl = null;
public Form1()
{
InitializeComponent();
dtbl = new DataTable();
...
0
votes
2answers
566 views
Validating cells in DevExpress GridControl
Just a simple question I can't manage myself.
I have a DevExpress GridControl for Winforms (12.2) filled with some numeric values, the grid is editable and the user can change those values.
Imagine ...
0
votes
2answers
192 views
devexpress wpf gridcontrol disable context menu
I have a DevExpress grid control and I want to disable the default context menu that appears when I right click the Grid column headers. To disable this functionality I handled the ...
0
votes
1answer
182 views
Dev Express WPF GridControl - Auto-downsize behavior
I have a DX GridControl in a * height row, like this:
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
...
0
votes
0answers
97 views
Can't find details view after I invoke the DevExpress GridControl
I have recently used Dev Express master-detail (XtraGrid) GridControl contains 2 views (Master view + Details view) but after I invoke this GridControl into delegate method I cant access the second ...
0
votes
0answers
62 views
How can I pass the GridControl instance to ViewModel
I've added a GridControl in my View(xaml). The DataContxt of this view is my ModelView class. I've binded the DataSouce of the grid to a property of my ModelView class. The data are loading and ...
0
votes
1answer
93 views
How to use the AdvBandedGridView as a detail level in a GridControl
I want to design a Master-Detail Grid view like that in the following Link:
http://documentation.devexpress.com/#WindowsForms/CustomDocument562
However, I want to use the AdvBandedGridView type as ...
0
votes
1answer
46 views
How to provide if and else Formatter in Devxpress Gridcontrol using Xaml?
I am developing an app using Devexpress Gridcontrol using Xaml. In a cell Template i am having a Textblock in which i want to Display 'Open' if the value in Binding is '0' and 'Close' if it is '0'. ...
0
votes
1answer
175 views
How to access ScrollViewer in DevExpress GridControl?
I have to access to ScrollViewer in GridControl to do a synchronization with my other GridControls on scrolling.
Before I used vanilla DataGrid and it was quite easy to get ScrollViewer via ...
0
votes
2answers
90 views
Instance of Object error?
I have one GridControl in which I inserted, modified directly to the database.
I have several fields directly connected to a table Patient and one of my gridcontrol field is the id that was ...
0
votes
1answer
499 views
devexpress gridcontrol refresh datasource
with this code I populate a devexpress gridcontrol, everything is ok:
Private Sub tbccegek_SelectedPageChanged(ByVal sender As Object, ByVal e As DevExpress.XtraTab.TabPageChangedEventArgs) Handles ...
1
vote
1answer
299 views
How do I remove the master-detail view from a devexpress gridcontrol tableview?
Using devexpress, I placed an xtragridcontrol on the form, added some columns, then filled it with data:
gcCegek.DataSource = Nothing
ConnectToDb(fbconn, "public")
fbcommand.Connection = fbconn
...
0
votes
0answers
352 views
DevExpress XtraGrid WPF add row dynamically
First of all I just started out learning DevExpress and so far I think it's awesome.
I came from standard VB.Net windows form-using programmer, and I usually use DataGridView in which now I'm trying ...
0
votes
0answers
93 views
Windows form gridcontrol IList CRUD
This is a windows form application. I set up Nhibernate in order to get an object, say, a user, or a list of objects, say, IList<User> users. And here is the question, I need to bind ...
0
votes
1answer
191 views
How Sub Level displays its bands without inhiriting it from the parent Main View at DevExpress Grid Control
I'm using DevExpress 10.2 For WinForms with .Net Framework 4.0
I have a form that contains grid having bands and this grid has Main View and Level inside it
so it sounds like a banded grid inside ...
0
votes
0answers
221 views
DevExpress GridControl Does not Update properly even I set up the NotifyPropertyChanged event correctly
I met a very strange Problem.
The basic idea is that I have a class to save data received from a trading api about forex price. Each property has been set with NotifyPropertyChanged method like ...
0
votes
2answers
794 views
How to Set DevExpress WPF GridControl Look And Feel?
Can anybody help me with changing the look and feels for the DevExpress Grid Control.Right now I am getting a blue Grid Control , my best guess is that I need to change the default theme from ...
0
votes
2answers
982 views
how to Best Fit(All Columns) in a GridControl
How to best fit all the columns in a grid control when form is loaded. I do have a button as shown in the following picture to do that when i right click the header of the grid control, but as opposed ...
0
votes
1answer
875 views
Format currency correctly in DevExpress Grid Control
So I've seen other questions on this, but I can't for the life of me make my grid format my float as currency. Here's my simple project, it has a grid control called gridcontrol1 with 4 columns, I ...
0
votes
1answer
109 views
Devexprerss GridControl Datetime Column AutoFilter
I want to customize autofilter row
I create template for autofilter row and set gridColumn AutofilterRowEdiTtemplate to my template
Its works for general column but for datetime column always show ...
1
vote
2answers
3k views
How to access Columns for DevExpress.XtraGrid.GridControl in C#
I try to get the ColumnNames and the current Vieworder of my GridControl.
The docu won't help me an the ".Net Reflector"-Tool also won't give me advice.
The tip from an other stackoverflowpost ( How ...
0
votes
1answer
173 views
How to populate data to GridControl from Web Service?
I have a problem with adding rows/cells values to GridControl.
I am using Web Service as data source.
My web service function runs perfectly and returns an xml type of value
e.g.
<User>
...
0
votes
1answer
304 views
DXGridControl Is not working CellStyle
I would like to change the Background, FontWeight, Foreground in dxg:GridColumn.
I wrote this code but unfortunately it does not work.
How can I fix it?
public class CellViewModel {
public string ...
1
vote
1answer
391 views
DevExpress 2012 GridControl Coded-ui-tests issue
Good day!
I've found some issue related to GridControl coded ui-tests in VS2010. In it's pure state GridControl tests perfectly, but if I add some extra-functionality, then tests fail.
I want to ...
0
votes
0answers
102 views
Show Error Icon in Devexpress Silverlight GridControl rowindicator when entity.haserror return true
I bind list of person to DevExpress silverlight gridcontrol that person class inherits from entity class
when user clicks submit i validate persons
after validate some person haserror property ...
0
votes
1answer
1k views
DevExpress GridControl line numbers
How to make column with row number? Solutions that works with default WPF dataGrid don't work with DevExpress...
0
votes
1answer
319 views
DevExpress GridControl sorted list
How to get a list of items, that is in sorted gridControl?
I need to create a new List with only values, sorted by GridControl.
0
votes
1answer
843 views
DevExpress Xpf how to add a LookUpEdit to a gridColumn in code
I've got code in WinForms which i need to convert to WPF DevExpress.
I need to create LookUpEdit in code and add it to a created gridColumn.
The code in winforms:
var editor = ...
0
votes
0answers
372 views
Cutom type of property binding Devexpress WPF gridcontrol
I have problem with devexpress wpf gridcontol.
I have Instrument class which I bind to gridcontrol. This class contains property with custom type (Price). In Price I have two property Value and ...
1
vote
5answers
5k views
devexpress gridView.Rows?
I want to do it with Devexpress extension (gridview) :
string dataInCell = dataGridView1.Rows[i].Cells[j].Value.ToString();
Like :
gridView1.Rows[i].Cells[j]
0
votes
0answers
252 views
Simple OpenSwing GridControl example
Suppose you create an OpenSwing UI in, for example, NetBeans, with a few numeric columns, say A, B, and C.
And suppose you have a simple array of object of class with fields A,B,C.
What do you add ...
0
votes
1answer
731 views
How to change the way data is shown in WPF GridControl?
I'm trying to use GridControl from DevExpress but I can't do the same thing I usually do in ListView with a GridView View.
I did both aproach. Using DisplayMemberBinding and CellTemplate. Both show ...
1
vote
1answer
427 views
Can the scrollviewer be used to stretch its contents horizontally between minwidth and maxwidth?
I have a control which contains a devexpress GridControl. I'd like to have a ScrollViewer set up so that when the viewing area is smaller than the minwidth of the GridControl, a horizontal scrollbar ...
0
votes
1answer
705 views
How can I have changes in gridview updated to datatable that i created in code
I create a datatable in code and set it to a gridcontrol (DevExpress component) to show it like the code here (add one row to datatable and set it as datasource of gridcontrol):
DataTable ...
0
votes
2answers
319 views
Get gridcontrol records as an array
How can I get gridcontrol records as an array?
I set an array as a datasource for a gridcontrol (devExpress component).
PersonFamily4grid[] tmpPersonFamily = new ...
0
votes
3answers
266 views
GridControl Refresh
I have a grid control in vfp9 on a form. And I have a button witch deletes (with pack) the current record. After I delete the record the grid doesn't find the resource. It remains only an empty ...
0
votes
2answers
887 views
DevExpress select text range within a TextEdit repositoryItem cell of a GridControl
Does anybody know how to select a text range within a TextEdit repositoryItem cell of a GridControl?
The the following code it select the whole text of the cell:
gvMemoryMap.FocusedRowHandle = 4;
...
0
votes
1answer
89 views
GridControl Navigation
In VFP9 I have a grid control ,witch show the records from a database table. And also I have a command button wherewith I want to navigate from a row to another. I tried with thisform.grid1.ActiveRow ...
0
votes
1answer
1k views
Get data into gridview devexpress
In gridcontrol devexpress, I display "employee_id" column as combobox. I want to fill data from EMPLOYEES table into "employee_id" column in gridcontrol devexpress. Thanks.
1
vote
2answers
571 views
is this the way BindingList should work?
I have a DevExpress GridControl bound to a BindingList. I used a BindingList so that changes are automatically applied to the bound control.
It works perfectly when I add or remove items from the ...
0
votes
1answer
294 views
adding a numericup down in a syncfusion grid control
Reg windows forms syncfusion, grid control
I am trying to add a popup box like the one we have in xcel. On rightclicking a cell and then insert, a small popup box asking how many rows needs to be ...
0
votes
1answer
213 views
0
votes
1answer
432 views
Filtering Issue with DevExpress Wpf GridControl
here my problem: I'm developing an application using DexExpress wpf GridControl 10.1, c#, Net 4.0 and I use checkbox dropdown lists to filter columns. Now when I set a filter on a column, and then ...
