ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Why AjaxRadioList Odropdown in inline row not showing search box ?
Title:
B
I
{code}
?
I try follow this demo http://demo.aspnetawesome.com/GridInlineEditDemo in demo AjaxRadioList show search box http://puu.sh/y9V1I/6278db9349.png but in my project not show http://puu.sh/y9V2a/b60e1e1244.png this my code new Column { Bind = "depertment_name" }.Mod(o => o.Inline(Html.Awe().AjaxRadioList("depertment_id").Odropdown().DataFunc("utils.getItems(depertments)"), "depertment_id")),
Save Changes
Cancel
nutfergie
asked at 29 Oct 2017
because you have less than 10 rows
at 29 Oct 2017
Omu
Can I change count of less rows ?
at 29 Oct 2017
nutfergie
in awem.js find `if ((searchFunc || glrs().length > 10` and replace `10`
at 29 Oct 2017
Omu
Answers
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