devexpress
Why popupform is not pop for lookupEdit?
Hi I am working on Winform and Devexpress. I have a customized lookupEdit and I register it as a ribbon repositoryEdit. When I open my form, I can see this lookupEdit, but no popup comes. I开发者_如何[详细]
2023-04-04 23:40 分类:问答DevExpress DateEdit repository editor date validation
If users are going to be typing dates as well as choosing from the dropdown calendar widget, where is the best event to trap the entered value, whether it was typed or picked, then warn users if the d[详细]
2023-04-04 08:19 分类:问答Getting the editor of a RepositoryItem
I think the editor for a RepositoryItem is created dynamical开发者_如何学Pythonly. Is there a way to get a reference to the editor?According to the DevEx documentation, you must set all the properties[详细]
2023-04-04 03:02 分类:问答How to put an additional summary row on the top of the grid rows with ASPxGridView (Devexpress)?
The default behavour When I configure total summaries, with the <TotalSummary> node of my ASPxGridView, those totals are display at the bottom of the grid.[详细]
2023-04-04 03:02 分类:问答asp.net sql datasource bounded devexpress combobox add item
Hello i have开发者_运维知识库 devexpress combobox bounded with a sql datasource.I\'am autocompleting items from datasource by using[详细]
2023-04-03 23:58 分类:问答LookupEidt in Dxgrid giving error 'object must implement Iconvertible'
I am using DevExpress v2010 vol2 for WPF. I have to use lookupedit indxgrid when adding/editing iformation in a column of grid.[详细]
2023-04-03 11:39 分类:问答DevExpress create Dynamic grouping of columns
I have the following data structure: public class Person { public string Name{get;set;} public List<Finance>开发者_如何转开发; {get;set;}[详细]
2023-04-03 10:57 分类:问答What is the best way to format an edit box that represents a numeric value?
In my c# program I have a very simple DevExpress edit box that represents a numeric value. What I would like to do is to add a restriction on the number of decimals in such a way that:[详细]
2023-04-03 07:38 分类:问答Some problems with js in IE
With ASP.NET and Devexpress Combobox开发者_开发百科 control on page generates js. This js perfect works in Firefox, Chrome, Safari. But it don\'t work in IE8. There is an interesting issue with this[详细]
2023-04-03 01:33 分类:问答ASP.NET: Changing Gridview Properties Dynamically in Devexpress
I have a Gridview and RadioButtonList like this; As you can see my Gridview can Enable for Editing, and some columns are DropdownLis开发者_如何学JAVAt when editing. (also when it was bound)[详细]
2023-04-02 07:03 分类:问答