Telerik Radgrid Can we save a unique value against each column?
问题 I am generating columns dynamically in my RadGrid, so column count and their names are generated on the fly and so is the datatable that the grid is to be bound to. Each column either represents an object in my system, or an empty one for user to create a new object. Each object is identified by a unique value property. I would like to set this value to the column, so, when the grid is edited, I would like to use this value and update the object. I am open for suggestions. For now I am