Hello,
I have created a silverlight application that is using domain services. I have added the RadGridView control (version 2010.2.924.1040) to one of my pages. It is bound to a table like the one listed below.
LocationID varchar(4)
LocationGUID guid
LocationName varchar(50)
My LocatioGUID field keeps each record unique. However, the RadGridView control is allowing the LocationID (User defined field) to contain duplicates. How can I get the control to keep each entry unique for LocationID?
Thank you.
I have created a silverlight application that is using domain services. I have added the RadGridView control (version 2010.2.924.1040) to one of my pages. It is bound to a table like the one listed below.
LocationID varchar(4)
LocationGUID guid
LocationName varchar(50)
My LocatioGUID field keeps each record unique. However, the RadGridView control is allowing the LocationID (User defined field) to contain duplicates. How can I get the control to keep each entry unique for LocationID?
Thank you.