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开发者_如何
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
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
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.
Hello i have开发者_运维知识库 devexpress combobox bounded with a sql datasource.I\'am autocompleting items from datasource by using
I am using DevExpress v2010 vol2 for WPF. I have to use lookupedit indxgrid when adding/editing iformation in a column of grid.
I have the following data structure: public class Person { public string Name{get;set;} public List<Finance>开发者_如何转开发; {get;set;}
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:
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
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)