[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Type ahead dropdown in Forms Builder

  • Thread starter Thread starter jread
  • Start date Start date
Status
Not open for further replies.
J

jread

Guest
If you just want to manage the dropdown options from the UI you can create a custom template for the dropdown form widget then use a Kendo Autocomplete widget to wrap the dropdown element. To access the Kendo that ships with Siteifnity add these to your template: @using Telerik.Sitefinity.Frontend.Mvc.Helpers; @using Telerik.Sitefinity.Modules.Pages @Html.Script(ScriptRef.JQuery, "head") @Html.Script(ScriptRef.KendoAll, "head") @Html.StyleSheet(Url.EmbeddedResource("Telerik.Sitefinity.Resources.Reference", "Telerik.Sitefinity.Resources.Scripts.Kendo.styles.kendo_common_min.css"), "bottom") @Html.StyleSheet(Url.EmbeddedResource("Telerik.Sitefinity.Resources.Reference", "Telerik.Sitefinity.Resources.Scripts.Kendo.styles.kendo_default_min.css"), "bottom") www.progress.com/.../for-developers-access-kendo-libraries-that-are-shipped-with-sitefinity Here is the refeerence to the the kendo autocomplete: demos.telerik.com/.../index

Continue reading...
 
Status
Not open for further replies.
Back
Top