This is a migrated thread and some comments may be shown as answers.

Suggest as you type / Autocomplete

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Felice
Top achievements
Rank 1
Felice asked on 24 Sep 2013, 07:05 PM
I am experiencing users posting double entries in the radgrids. Is there any autocomplete feature available in radgrids? Any suggestion to avoid double values in columns?
thanks
felice

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 27 Sep 2013, 10:43 AM
Hi Felice,

The RadGrid does not provide built-in functionality for validate duplicate entries, however you could achieve this on a DB level. For example you can calla SQL stored procedure to check if there are duplicate items in the DB
Then save in a session variable the datatableview with the data from the DB and I iterating through the saved items when you need to check if there are duplicate values.

Regards,
Maria Ilieva
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Felice
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or