Top "Devexpress" questions

DevExpress is a component vendor for a variety of controls across different technologies.

Telerik vs Infragistics vs DevX? WPF 3rd party controls. (Grid)

I have used Telerik WPF Rad controls v10, they are good. But didn't used it's RadGrid. And also I haven't …

wpf-controls devexpress telerik-grid infragistics
Dev Express GridView rows count

In System.Windows.Forms.DataGridView it is DataGridView.Rows.Count. But how can I get Dev Express GridView's rows count?

c# winforms devexpress xtragrid
DevExpress XPO vs NHibernate vs Entity Framework: database upgrading issue

What is the best practice for upgrading the database using ORM (DevExpress XPO, NHibernate or MS Entity Framework)? I'm starting …

entity-framework nhibernate devexpress upgrade xpo
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 …

c# winforms devexpress currency gridcontrol
DevExpress MVC GridView - How to get cell click event

Using DevExpress's GridView, I would like to trigger a (clientside) event when a cell is selected (or simply clicked on). …

asp.net-mvc devexpress
Autocompletion in c# DevExpress TextEdit

I am using devexpress TextEdit in c#.net application and i want to implement auto completion for TextEdit.My doubt …

c# autocomplete devexpress textedit
LookupEdit in XtraGrid cell value goes blank

This is what I have: public class ViewModel { public BindingList<Row> Rows { get; set; } public BindingList<MyElement&…

c# data-binding devexpress xtragrid
DevExpress GridControl Unbound Columns

I would like to know how to properly add a unbound column into a gridview. I've added a unbound column …

gridview devexpress gridcontrol
lookupedit set selection by value

I have a lookupedit and I need to set its selection by click event of a button. But I couldnt …

c# winforms devexpress repositorylookupedit
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 …

visual-studio-2010 devexpress security-policy