Search Results

Type: Posts; User: tcunha

Search took 0.02 seconds.
  1. Hello @fabricio.murta,

    I've tried what you've suggested and it works as expected. I'll be using the tagLabel from now on.

    Thank you for your response and explanation!
  2. Hello @fabricio.murta,

    I have reproduced the following steps both on Chrome and on Firefox:


    Go to https://examples5.ext.net/Examples/Form/Tag/TagField/?_dc=1575504000440
    Open the DevTools...
  3. Hi,

    I am using the tagfield component on my project to select a list of countries and save them on my database.



    Html.X().TagField()
    .ID("CountriesField")
    .FieldLabel("Countries")...
  4. Thanks, @Daniil! The ModelBinder did the trick!
  5. Hi guys,

    Let's say I want to call a DirectMethod on my JS client, passing an array of strings as one of the parameters. Something like:



    App.direct.MyMethod(["arrayValue1","arrayValue2"]);
    ...
Results 1 to 5 of 5