Grid control for Windows Forms applications from DevExpress
Consider the following picture I get the selected row values in the three textboxes shown in the figure when i …
c# winforms devexpress xtragridI want to add Devexpress GridControl dynamically. At runtime I want to show the Filter Row. Also I want to …
devexpress xtragridI have a devexpress xtragrid with 40 columns. I compare each cell value with other and if it is different then …
c# grid devexpress xtragridHai all, Am using devexpress XtraGrid in C#.NET application.On run time i want to hide 1 column of XtraGrid …
c# devexpress hide xtragridI have a xtragrid with values from a stored procedure. I am getting the values in float (0.23) and I want …
devexpress xtragridI can't get column name of clicked cell in GridControl of XtraGrid. How can I do that? I'm handling GridView.…
c# winforms devexpress xtragridI have a List<SomeClass> bound to DevExpressXtraGrid like: MyXtraGrid.DataSource = MyList; I have some columns made in …
c# binding devexpress xtragridI have an XtraGrid control on a windows form, bound to an object set as follows: clientListBindingSource.DataSource = ObjectContext.Clients; …
winforms data-binding devexpress xtragridHow can I change the font color on gridview of DevExpress? All the solutions I have found are about changing …
c# devexpress xtragridHow can set icon in Dev express data grid depending on the value returning from Database
c# devexpress xtragrid