ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Add AutoComplete to InlineEdit and InlineCreate in Grid
Title:
B
I
{code}
?
on Edit or Create instead of Plain TextBox, I need a TextBox with AutoComplete.
Save Changes
Cancel
ronvit
asked at 05 Feb 2016
Answers
B
I
{code}
?
this would work in the demo, if you edit the Name column: new Column { Bind = "Name" }.Mod(o => o.Inline(Html.Awe().Autocomplete("Name").Url(Url.Action("GetItems","MealAutocomplete")).Prefix("#Prefix").Value("#Value").ToString())), we will make this shorter in future versions ( you could add an extension for this like in AwesomeMvcMods project )
Save Changes
Cancel
Omu
answered at 05 Feb 2016
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK