This question is locked. New answers and comments are not allowed.
Hi Telerik Team , Hello Everyone ...
IN MVC I am using strongly type Views with razor syntax , and I have sent a GridModel to my view. can you plz tell with a little example that how to use Auto Complete ComboBox in this situation. plz its very urgent.
Here is my code...
@model GridModel<CustomerModel>
@(Html.Telerik().AutoCompleteFor("")
.BindTo(ViewData["CustomerSearch"] as List<string>)
.HighlightFirstMatch(true)
.AutoFill(true)
.HtmlAttributes(new { @class = "tbox readonly" })
)
what should i write inside ("")?? ... as I am sending Grid Model , not any list of objects ..
plz help ...
Thanx
IN MVC I am using strongly type Views with razor syntax , and I have sent a GridModel to my view. can you plz tell with a little example that how to use Auto Complete ComboBox in this situation. plz its very urgent.
Here is my code...
@model GridModel<CustomerModel>
@(Html.Telerik().AutoCompleteFor("")
.BindTo(ViewData["CustomerSearch"] as List<string>)
.HighlightFirstMatch(true)
.AutoFill(true)
.HtmlAttributes(new { @class = "tbox readonly" })
)
what should i write inside ("")?? ... as I am sending Grid Model , not any list of objects ..
plz help ...
Thanx