#43 Simple Grid bind error ‘These columns don’t currently have unique values’
This is caused usually by untrimmed data – run an update on all selected rows with = ltrim(rtrim([field]))
Telerik’s comments on this :
http://www.telerik.com/help/aspnet/grid/grderrormessages.html
UDF :
http://blog.sqlauthority.com/2008/10/09/sql-server-2008-trim-function-user-defined-function/
Advertisement