I need to shuffle the GridControl\'s DataSource. I use this property in a UserControl: private List<Song> _songsDataSource;
Im using ASPxCalendar in EditItemTempla开发者_开发技巧te in DetailsView Control. <EditItemTemplate>
Im implementing custrom delete by adding to my ASPxGridView GridViewColumnCustomButton. Then on my GridView I handle ClientSideEvent
Hai all, Am using DevExpress Look开发者_开发百科upEdit in C#.NET project,also set both Display Member and Value member property of LookupEdit.How do I get selected value from DevExpress LookupEdit.
Hai, Am using DevExpress LookupEdit in C#.NET application.I want to clear all items in the LookupEdit.Please help
Hai all, Am using DevExpress LookupEdit in C#.NET project,also set both Display Member and Value member property of LookupEdit anditems are not dispaying on LookupEdit list page ,but i can select item
I have LinqServerModeDataSource as a datasource for my grid. It works great when I use it with tables from my database but when I want to make any custom changes it doesnt work correctly for example
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have a GridView that gets GridColumns added to it dynamically. At design time, I don\'t know how many columns the view is going to have.
Im using LinqDataSource like that: <asp:LinqDataSource ID=\"LinqDataSource3\" runat=\"server\"OnSelecting=\"LinqDataSource3_OnSelecting\">