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

Disable AutoComplete for GridBoundColumn

1 Answer 264 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Archana
Top achievements
Rank 1
Archana asked on 05 Oct 2011, 11:21 PM
Hi,

I have a radgrid and have a GridBoundColumn in it.
In edit mode whenever I type anything in the textbox I can see related entries from the past.
I want to disable the AutoComplete for the textbox/GridBoundColumn.
Can you please suggest how to do it?
A code sample would really help.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 06 Oct 2011, 06:46 AM
Hello,

please try with this link.

you can get this textbox in edit mode and set below property for that.
Textbox1.Attributes.Add("autocomplete", "off");


let me know if any concern.

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
Archana
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or