DevExpress-Examples / obsolete-aspxgridview-composite-key

.NET, ASP.NET Web Forms, ASPxGridView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⛔ DEPRECATED. This example demonstrated how to use the unbound column to construct a composite key field. Starting with v9.1, the ASPxGridView supports composite keys out-of-the-box. You can use semicolon-separated values, to specify the KeyFieldName property: "column1[;columnx]". For example: "FirstName;LastName;Phone;BirthDate".

About

.NET, ASP.NET Web Forms, ASPxGridView