Tagged Questions

DevExpress is a component vendor for a variety of controls across different technologies. They allow for more customization than the standard-issue controls.

learn more… | top users | synonyms

14
votes
9answers
6k views

Any thoughts on DevExpress XPO ORM Package? [closed]

XPO is the object relational mapper of choice at my company. Any thoughts on the pros and cons? I was just looking for general feeling and anecdotes about the product. We are not switching to XPO. ...
11
votes
2answers
1k views

Visual Studio 2010 - XAML Editor Extraordinarily Slow

Has anyone else experience incredibly slow performance in the XAML editor in VS 2010? If I have a new project with a limited number of files, the performance is fine. However, if I have a project ...
10
votes
0answers
527 views

Refresh dependencies raises: Could Not Be Completed. App called interface marshalled for different thread [closed]

Out of the blue I can no longer rebuild the deployment project, or refresh it's dependencies. This is related to a visual studio 2010 desktop c# application. Nothing new has been added since the ...
9
votes
5answers
3k views

Telerik vs DevExpress ASP.NET MVC Controls

I’m gathering feedback from folks who have used the ASP.NET MVC controls from DexExpress or Telerik. On the WebForms front they both seem to have a good reputation, but I’m looking for feedback from ...
9
votes
3answers
612 views

Is this indictment of DevExpress WPF controls valid and what is a good alternative vendor?

My company is starting a major greenfield development project using DevExpress WPF controls. I just read this critical review of their WPF controls: "... DevExpress developers completely ...
9
votes
3answers
1k views

How far did DevExpress get with Javascript refactoring?

Over a year ago, I remember watching one of DevExpress evangelists previewing or at least promoting rich Javascript refactoring (beyond just limited intellisense) within the Visual Studio shell, I ...
8
votes
2answers
823 views

TotalSummary of GroupSummaries in Devexpress

I have a ASPxGridview like this; Is there any way calculate Total of GroupSummary to TotalSummary without Grouping. GroupSummary's SummeryType="AVERAGE" For Example; MUS_K_ISIM ...
6
votes
7answers
4k views

DevExpress vs infragistics Suites - looking to possibly switch

We are currnetly an Infragistics NetAdvantage Select customer and have been for a few years. Their controls are ok but not what I would call great but the time invested in learning them to date is ...
6
votes
7answers
6k views

How do I raise an event via reflection in .NET (c#)?

I have a third-party editor that basically comprises a textbox and a button (the DevExpress ButtonEdit control). I want to make a particular keystroke (Alt-Down) emulate clicking the button. In ...
5
votes
1answer
237 views

Autoheight of vertical column header in C# using DevXpress

I used this http://www.devexpress.com/Support/Center/p/Q233111.aspx (the code is in VB so I converted it to C#) to get vertical column headers. I get the vertical headers but my problem is some of ...
5
votes
5answers
1k views

Devexpress or Telerik Controls comparison [closed]

I am looking into purchasing either dev express or telerik to aid in the development of our applications. We are mainly an asp.net outfit but we are starting to make more and more use of silverlight ...
5
votes
1answer
3k views

NetFx40_LegacySecurityPolicy in design-time mode

Is there any way to make legacy design-time code execute with NetFx40_LegacySecurityPolicy switched on? More specificaly, is there any way to make DevExpress 8.2 winforms designer work in ...
5
votes
1answer
770 views

How to do word wrap in a DevExpress TcxGrid?

I've got a long line of text that would be a lot easier to view if it would just word wrap around multiple lines, but I can't seem to find the option for it. Does anyone know how to enable word-wrap ...
5
votes
3answers
5k views

“Hello, world!” example for DevExpress QuantumGrid?

I successfully installed the latest QuantumGrid from DevExpress, but I've never worked with this grid before, and I don't know how to get started. I find that the HLP file isn't really a tutorial, and ...
5
votes
3answers
3k views

How can I serialize a DevExpress XtraReport report design

I need to serialize a report design. This is the scenario: The app has base reports, let's say "Sales Report" with a set of pre-defined columns and design, like the corp. logo in the header. The ...
5
votes
1answer
801 views

Can I change the key bindings on the free version of CodeRush Express for Visual Studio?

Note: I've tried posting on the coderush/devexpress forums and as is usual for that kind of thing, received no response. Hopefully some SO users use coderush express and can possibly help? Hi. I've ...
4
votes
1answer
135 views

Do DevExpress controls require ASP.NET session?

Basically, if the session is turned off by using web.config will their controls still be fully functional?
4
votes
2answers
76 views

CodeRush - Build a SELECT CASE framework

in CodeRush, is there a way to auto-fill a SELECT CASE statement with the available enumerations ? So, given this enum declaration (or one with a lot more enumeration options) Public Enum ...
4
votes
1answer
125 views

Is it possible to simulate TMenuBreak functionality with Dev Express TdxBarSubItems?

In my application I'm dynamically adding new TdxBarSubItems based off of a SQL query. In some cases the result set is rather large so the menu fills the entire screen and sometimes has a down arrow to ...
4
votes
3answers
605 views

Why does the DevExpress Treelist throw a HideException regularly?

I have been working with the DevExpress Filter TreeList code and am curious about why it throws a DevExpress.Utils.HideException. My understanding is that exceptions are expensive and should be used ...
4
votes
2answers
408 views

Core dumps in visual studio 2010 from Release build

I have build application using .NET 4.0, WinForms and DevExpress Winforms components. I have a bug that I cannot reproduce using simple "step by step" method. I am trying to use core dumps to debug ...
4
votes
5answers
932 views

Is DevExpress for ASP.NET fast enough

My question is simple and straight forward - Is DevExpress fast enough for real world web application. We're using DevExpress in our company to build a CRM for a client and every page has got lots of ...
4
votes
3answers
3k views

How to deploy DevExpress to server?

Hello I am needing to deploy a project using DevExpress controls to an IIS 6.0 server. The project loads fine and until I add in the DevExpress controls. When trying to load the site I get the error ...
4
votes
3answers
373 views

How to achieve multiple grids like the SQL server Results pane

I'm having problems with my project once again :( The front end is C# I need to support multiline querying like MS SQL server and when these queries are executed, naturally there are going to be ...
4
votes
2answers
1k views

Can JQuery build DevExpress-like UI

I tried to use DevExpress's Controls in one of my projects for its smart and elegant UI interface. When I use normal html or asp controls, one of my page size is around 400KB at the client side. ...
4
votes
4answers
2k views

Does Devexpress GridControl for win forms support paging?

Does Devexpress GridControl for win forms support paging? If yes, how does it work? How can i use paging to show some data in a grid control? Any example would be appreciated
4
votes
9answers
2k views

Manual DAL & BLL vs. ORM

Which approach is better: 1) to use a third-party ORM system or 2) manually write DAL and BLL code to work with the database? 1) In one of our projects, we decided using the DevExpress XPO ORM ...
4
votes
4answers
5k views

Devexpress Xtragrid how to add Combobox editor to column

I want to place a combobox inside one column of a Xtragrid. I can bind the combobox to array values but how do you bind the combobox to the column?
3
votes
2answers
117 views

Use a referenced object across threads

What I am doing is creating an object(A) that holds a reference to another object(B). The UI portion of my code holds those objects(A) in a BindingList that is used as the data source for a DevExpress ...
3
votes
1answer
197 views

DevExpress with Autofac simple grid binding

I'm trying to put together a real simple MVC DataBind sample. I'm comparing Telerik vs DevExpress Grid in MVC3. One of the goals was to use Enitiy Framework and Autofac in a DDD approach, this making ...
3
votes
2answers
306 views

How can I change font color in gridview DevExpress c#

How can I change the font color on gridview of DevExpress? All the solutions I have found are about changing the forecolor and the backcolor.. I want to have a red font in case a value in a cell is ...
3
votes
1answer
559 views

Table header groups in a cxgrid table view

I need to add a simple style to a Tableview based on a query in Delphi. I need it to look like this: I know there's a way to group by fields, but I can't seem to figure out how to add the 2 main ...
3
votes
1answer
364 views

Are there any good and free devexpress data grid alternatives for winforms?

Are there any good free alternatives to DevExpress data grids (WinForms)? I am looking for WinForms Data Grid and Data Editor Controls. Some good ones where you can sort and group by columns and edit ...
3
votes
1answer
310 views

How to do data binding for particular columns in Dev Express XtraGridControl?

In .net grid view Control we have a Property called "DataPropertyName" where we can specify column name which you want to bind example Code: dataGridView1.Columns[index].DataPropertyName= ...
3
votes
2answers
833 views

How to disable row header in devexpress xtragrid

I want to know how to disable row header in Devexpress xtragrid (grid control ) . In normal we are disabling the property of DataGrid by row header visbile into false.But how to disable in Devexpress. ...
3
votes
4answers
1k views

How to show prices in the format 0,00(ie for hundred 100,00)

hii, I am using devexpress grid control.In my grid there are price tabs,in that i want the prices column to show in the format 0,00....ie if my price is 3000 then it should show 3.000,00...help me ...
3
votes
2answers
689 views

How can I tell which TcxGrid row the user dropped something onto?

The user is dragging something over my TcxGrid component. How can I know which row it gets dropped on?
3
votes
2answers
3k views

DevExpress Controls not visible in Visual Studio toolbox

I've just installed DXperienceXaf-10.1.7, but the controls do not appear in the VS 2010 toolbox, neither do they show in the VS 2008 toolbox. I have run ToolboxCreator from the 'start menu' shortcut ...
3
votes
3answers
777 views

How to insert “empty” row into a DataTable?

I am using a DevExpress LookUpEdit control. My database has two tables that control the population of control options. One called MaintCategory and one called MaintItem. This introduces a Magic ...
3
votes
4answers
2k views

ASPxGridView rows per page

How can I set maximum number of rows per page to 5? Default is 10. <SettingsPager PageSize="5"> ... doesnt work thanks for help
3
votes
1answer
324 views

How to use a TcxCustomDataSource in a TcxExtLookupComboBox?

I use a TcxExtLookupComboBox from Devexpress and try to implement a custom datasource. I have set the customdatasource like this: procedure TMainForm.FormCreate(Sender: TObject); begin fDataSource ...
3
votes
1answer
339 views

ASPxPivotGrid Sorting

I have 2 fields that can be use in row area. One of them is "ID" and the other one is "Name". When put them in to row area, it is sorted by ID, okey. But when I just putted "Name" field to there it is ...
3
votes
4answers
354 views

.NET GUI freezes when big load of data

I'm a junior developer using .NET framework. I'm dealing with an issue because my GUI freezes when I run my application with big load of data. I have a grid an a sort of output text box to log ...
3
votes
3answers
11k views

Devexpress ASPxGridView GetSelectedFieldValues Can't get values

I'm using a gridview with paging. My grid has a command column and ShowSelectCheckbox is set to true. I bind DataTable to grid at page_load event with the condition [ if (!IsCallback) ]. So when i ...
3
votes
3answers
4k views

How to access the value of an ASPxTextBox from JavaScript

Suppose I have an DevExpress ASPxTextBox whose id is "instrument". I want to access the value of the text box at client side. So I need to write a javascript. If it was a normal asp text box, I could ...
3
votes
3answers
5k views

XtraGrid Suite - is there a way to add a button or hyperlink to a cell?

I'm working with the XtraGrid Suite made by DevExpress. I can't find any sort of functionality to do this, but I'm curious if you can add a button or hyperlink to a grid cell. Context: I've got an ...
3
votes
1answer
13k views

Dynamically adding Devexpress GridControl to C# windows application

I want to add Devexpress GridControl dynamically. At runtime I want to show the Filter Row. Also I want to have a button on the form, that have the dynamically created GridCotrol, and when the button ...
3
votes
6answers
258 views

Recommended ASP.NET Grid and UI tools

We are building a web application using C# and SQL server. We are thinking about buying the DevExpress ASP.NET controls. Anybody have any opinions about this tool or have any they would recommend?
3
votes
3answers
437 views

DevExpress CodeRush/Refactor - Context Specfic 'Tips'

I decided to give CodeRush/Refactor a go (after a rial of Resharper) and one problem I have is that CodeRush/Refactor puts a lot of 'artifacts' in my code window. By 'artifacts', I mean ...
3
votes
4answers
746 views

Cross thread UI component call

Is this an appropriate way of handling cross-thread operations? Should I use a new property name, something like "EditValueThreadSafe" instead of overriding "EditValue"? I don't think there is an ...

1 2 3 4 5 27