6 Answer(s)
-
0
Hi,
Our application does not contain an example of it, but you can implement it in two ways.
You can open a modal when user wants to pick countr/city/district etc. In that modal, list locations. When user clicks a record on the list, set the value of opener component. You can check ui-bootstrap's modal for how to do it.
You can use select2 component which you can see here <a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_4_material_design/components_select2.html">http://keenthemes.com/preview/metronic/ ... lect2.html</a>.
Please take a look at "Remote Data Fetching Via Ajax" section. When user writes any text in this component it gets matched records from server and displays records as a dropdown. Of course you will need to write server side code as well.
Sorry, we cannot provide full example of every usage but we can try to help you if you have any problems while applying one of these solutions.
Thanks.
-
0
<cite>ismcagdas: </cite> Hi,
Our application does not contain an example of it, but you can implement it in two ways.
You can open a modal when user wants to pick countr/city/district etc. In that modal, list locations. When user clicks a record on the list, set the value of opener component. You can check ui-bootstrap's modal for how to do it.
You can use select2 component which you can see here <a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_4_material_design/components_select2.html">http://keenthemes.com/preview/metronic/ ... lect2.html</a>.
Please take a look at "Remote Data Fetching Via Ajax" section. When user writes any text in this component it gets matched records from server and displays records as a dropdown. Of course you will need to write server side code as well.
Sorry, we cannot provide full example of every usage but we can try to help you if you have any problems while applying one of these solutions.
Thanks.
How Can i open two modal?
-
0
Hi,
Which template do you use ? Angular2, Angular1, ASP.NET Core with jQuery or ASP.NET MVC 5.x with jquery ?
-
0
<cite>ismcagdas: </cite> Hi,
Which template do you use ? Angular2, Angular1, ASP.NET Core with jQuery or ASP.NET MVC 5.x with jquery ?
ASP.NET MVC 5.x & Angularjs 1.x
-
0
<cite>velu: </cite>
<cite>ismcagdas: </cite> Hi,
Which template do you use ? Angular2, Angular1, ASP.NET Core with jQuery or ASP.NET MVC 5.x with jquery ?
ASP.NET MVC 5.x & Angularjs 1.x
Any Update?
-
0
Hi,
I have sent you an email about an example implementation of this. If it is not good for you, you can implement another solution because AspNet Zero does not have picklist implementation.
Thanks.