I am having some trouble trying to get a report to print from a service that does not allow UI interaction.
I\'m working with the 10.2 version of the DevExpress MVC controls.I have a page hosting a MVCxGridView and I need to preserve the current page when navigating away and back to this particular page.
I\'m trying to run two SQL statements (MSSQL 2005), asynchronously in a background worker. However, when I call the EndExecuteNonQuery method on the first SqlCommand I get a \'SQL syntax error near\'
I am trying to create coded ui automated tests; but i have problems with grids.. We are using DevExpress suit and i know DevExpress currently doesn\'t support Coded UI tests. However, i successfully
I have a WinForms DevExpress GridControl with single simple gridview in multiselect mode. There is no default selected row when it displayed first time. In singleselect mode all works fine. GridContro
Im using aspxGridView control. It has templates inside. In aspx file I can write like: So aspxGridView control has got templates and one of them is StatusBar. Now I would like to set that status bar t
I am using an ASPxPivotGrid to display order data in an aspx website. When I put a column in the \"filter area\" that has a date value, it displays a checked list of date开发者_运维知识库s to choose f
i have two different Lists. List<MyClass> list1 = new List<MyClass>(); List<OtherClass> list2 = new List<OtherClass>();
I guess this would be a DevExpress mask, but here is what I have: var dlEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
I\'m working with devexpress pivot grid, so I added the paging function and everything is working fine, the only thing I need to do is display the total row on each page, at this moment it is displaye