I work on northwind database. In my AspxGridview I want to show comboBox. I fill grid on back end C# I also want my combo will fill back end.
<dx:ASPxGridView ID=\"ASPxGridView1\" runat=\"server\" AutoGenerateColumns=\"False\" KeyFieldName=\"CategoryID\">
I am using the DevExpress.XtraGrid.Views.Grid.GridView within my Visual Studio 2008 application and thought I limited the abilities of the user but I was mistaken. I am programming in VB.NET but I can
im working with Entity Framework, SQL and C#. i have a Table called Client and other called clients_phone.
I\'d like to iterate through all the rows in a gridview and retrieve data from RepositoryLookupEdit. Basically I\'d like to do this, but I don\'t know how to get the RepositoryLookupEdit:
I wonder if someone can help. I have a LookupEdit within a Devexpress Xtragrid which is populated from a list of filenames, as well as an empty option, and a \"new\" option.
I have 2 fields that can be use in row area. One of them is \"ID\" and the other one is \"Name\". When put them in to row area, it is sorted by ID, okey. But when I just putted \"Name\" field to there
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_高级运维Want to improve this question? Update the question so it can be answered with facts and citati
I\'ve got a table (myTable) that I want to remove rows from but not delete them. I\'m expiring them by using an myTable.ActiveFlag. So when I \"delete\" a row from myTable, I\'d like to run UPDATE myT
Bellow is my .aspx aspxGridview syntax <dx:ASPxGridView ID=\"ASPxGridView1\" runat=\"server\" AutoGenerateColumns=\"False\"