When user opens the publish URL \\\\ourLanServer\\appdir\\someApp\\publish.htm and then clicks the Run button on the Microsoft-ge开发者_JAVA百科nerated HTML page, an error is displayed that the Dev
I have two GridControls on my form. One is a fairly large dataset, including a column named Score.I want my other GridControl to show a subset of this (e.g. Top 3 and Bottom 3 based on the values of S
I am using a DevExpress DataGrid control, and what I basically do on form initialization is: populate with data, set grouping, disabling some options via
It does work开发者_如何学Python on some machine\'s but wold not start on other computers. from the code line\'s I see the problem is related to devex components.
开发者_运维问答I am looking for a reporting and database contols solution. This post is not a rate the control but what has your experience been when using it.
This sounds simple to me but I\'m not sure if there\'s a best/suggested way to do it. I\'d like my UI to have a panel docked along the top, split into two panels, left and right, that always share the
I have 3 nested ASPxGridViews in my project. One is the master grid, the other ones are detail grid connected with primary/foreign key. When I click the new button in a detail grid, the columns in the
RichEditControl in DXperience WinForms has a view named \'Pr开发者_StackOverflowintLayoutView\'. This view displays documents as pageable, rather than infinite. I\'d like to limit the control to show
I have some troubles with ASPxGridLookup. For addition ASPxGridLookup in a detail we create a similar code
I try to show a combobox in my TreeList usiong this code: RepositoryItemLookUpEdit rep = new RepositoryItemLookUpEdit();