devexpress
Determine if a callback is in progress (DevExpress)
I am looking for a way to determine if any of my DevExpress ASPxGridView controls are currently in a callback state. 开发者_如何学JAVA I assume those controls use standard ASP.NET callback procedure b[详细]
2023-04-01 23:09 分类:问答How to print the contents from Devexpress ASP.Net Grid?
Question How to include print option in Devexpress ASP.Net. We unable to f开发者_StackOverflow社区ind out how to inherit print features using Devexpress ASP.Net Grid.[详细]
2023-04-01 22:05 分类:问答DevExpress under Delphi XE doesn't work
I\'ve installed the trial version of DevExpress. I can drag and drop DevExpress components on my form, but if I try to compile, Delphi XE says that it c开发者_运维知识库ould\'t find the files from Dev[详细]
2023-04-01 15:43 分类:问答Is there any way to set the width of the dropdown in the DevExpress ComboBoxEdit for Windows Forms?
I\'m using a DevExpress ComboBoxEdit to select a string.Some of the strings are very long, so they开发者_运维问答 take up the entire width of the screen, which works, but it\'s quite ugly.I\'d much ra[详细]
2023-04-01 13:58 分类:问答Loading large data
I hava a datatable with large amount of data (250K). I have used DevExpress component and nhibernate. In devexpress components is server mode, but it does not suit me because I am using nHibernate.[详细]
2023-04-01 05:50 分类:问答WCF RIA - One to Many, returning only first row
Hi I have the following relationships: return this.ObjectContext.PCRs.Include(\"PApproval\").Include(\"Details\").Include(\"PApproval.PStatus\");[详细]
2023-04-01 05:28 分类:问答Is InsertMethod broken when using ASPxGridView and ObjectDatasource with a custom EditForm?
I have an ASPxGridView, currently 11.1.7.0, which I populate with an ObjectDatasource. Everything works as expected until I use a custom editform. In another control i solved this by using the OnRowIn[详细]
2023-03-31 22:45 分类:问答XtraTreeList - How can I reset the value of Unbound Boolean Cell to Indeterminate?
I have开发者_StackOverflow中文版 an XtraTreeList with an UnboundColumn of type Boolean, i.e.: column.UnboundType = DevExpress.XtraTreeList.Data.UnboundColumnType.Boolean;[详细]
2023-03-31 22:29 分类:问答DevExpress RepositoryItemLookUpEdit
I am binding the Grid with a business object which contains a field Country (which is another business object containing ID and Name). I want to display the country name set to the \"Country\" in the[详细]
2023-03-31 17:55 分类:问答What's the best way to add progressbar to cxGrid column
I am adding progressbar to each row of my first grid\'s banded tableview column ! The way I do it => I put 4 progressbars on my form and on[详细]
2023-03-31 11:00 分类:问答