DevExpress is a component vendor for a variety of controls across different technologies.
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 infragisticsIn System.Windows.Forms.DataGridView it is DataGridView.Rows.Count. But how can I get Dev Express GridView's rows count?
c# winforms devexpress xtragridWhat 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 xpoSo 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 gridcontrolUsing DevExpress's GridView, I would like to trigger a (clientside) event when a cell is selected (or simply clicked on). …
asp.net-mvc devexpressI am using devexpress TextEdit in c#.net application and i want to implement auto completion for TextEdit.My doubt …
c# autocomplete devexpress texteditThis is what I have: public class ViewModel { public BindingList<Row> Rows { get; set; } public BindingList<MyElement&…
c# data-binding devexpress xtragridI would like to know how to properly add a unbound column into a gridview. I've added a unbound column …
gridview devexpress gridcontrolI have a lookupedit and I need to set its selection by click event of a button. But I couldnt …
c# winforms devexpress repositorylookupeditIs 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