HTML5 Data Bindings Support Product Page

Answered

Problems with characters

Asked 18 Mar 2014 15:04:32
1
has this question
18 Mar 2014 15:04:32 manuel pinto posted:
I follow the tutorial "Creating a Dynamic Select List using HTML5 Data Bindings" but i found a problem when using special characters like ` or / or ç

The dependent dropdown does not show nothing if i'm using special characters on first combo ... if i remove the special character i it works ... and this happen on IE and not on chrome

Is there a solution for this ??

Replies

Replied 18 Mar 2014 15:06:49
18 Mar 2014 15:06:49 Teodor Kuduschiev replied:
Hello,
Can you please provide a link to your page? Also - what version of IE are you using?
Replied 18 Mar 2014 15:20:55
18 Mar 2014 15:20:55 manuel pinto replied:
The page is on a private zone of the website. I'm using IE 11, but in order to solve my problem i remove the special characters except for one situation (Microbiológico). Can i sent to you the login data (by email) for check?
Replied 18 Mar 2014 15:23:20
18 Mar 2014 15:23:20 Teodor Kuduschiev replied:
Please send the link to:
Replied 18 Mar 2014 15:34:16
18 Mar 2014 15:34:16 manuel pinto replied:
Just sent.
Replied 19 Mar 2014 16:33:29
19 Mar 2014 16:33:29 manuel pinto replied:
Hi. Have you already take a look on this issue?
Replied 19 Mar 2014 16:38:08
19 Mar 2014 16:38:08 Teodor Kuduschiev replied:
Hello Manuel,
It all seems to be fine IE11 as in any other browser:
Replied 19 Mar 2014 16:40:24
19 Mar 2014 16:40:24 manuel pinto replied:
Do you select "Microbiológico"? If you select "Microbiológico" the other combos don't work for me .... it works for you?
Replied 19 Mar 2014 17:38:44
19 Mar 2014 17:38:44 Teodor Kuduschiev replied:
Hello,
We are currently investigating this issue.
Replied 19 Mar 2014 17:59:31
19 Mar 2014 17:59:31 manuel pinto replied:
Ok, i'll wait. That's the problem i am talking about
Replied 20 Mar 2014 17:05:04
20 Mar 2014 17:05:04 manuel pinto replied:
Hi! Do you achieve on this issue? Need it urgently
Replied 21 Mar 2014 09:49:54
21 Mar 2014 09:49:54 Teodor Kuduschiev replied:
Hello,
We are still looking into this.
Replied 21 Mar 2014 09:58:48
21 Mar 2014 09:58:48 George Petrov replied:
Hi Manuel,

We have reviewed your case in depth.

It seems that you have created a very complicated situation with way too much datasets than necessary.

I see that you are have a separate dataset for each dropdown ... resulting in about 92 datasets! This is way too much for a single page and will only slow it down.

Also I see that you actually use only 3 data tables, but as those are filtered for each drop down you get so many combinations!

It will be much easier to create just 3 datasets, without any filters in them! In then just use the HTML5 Data Bindings Formatters - to filter them specifically for each drop down! Use the 'where' filter just to filter each dataset specific to the dropdown.

This is possible as you can reuse the datasets as many times as you wish with all different filters which are automatcially reapplied.= when the filter parameter is changed. So when a parent dropdown changes its selection the child drop down is filtered again.

I will see if we can make a video on how to reuse larger datasets and create client side filtering with dependend drop downs.

So it can be made much more easier! And you won't run in encoding problems as you won't be passing encoded urls to that datasets.

Greetings,
George
Replied 21 Mar 2014 10:02:43
21 Mar 2014 10:02:43 manuel pinto replied:
Hi. That will be GREAT if you could make a video tutorial about this. Please please do it!! Thanks for the support.
Replied 24 Mar 2014 20:56:32
24 Mar 2014 20:56:32 manuel pinto replied:
Hi! Can i expect a video tutorial soon about this issue?
Replied 06 Apr 2014 22:05:46
06 Apr 2014 22:05:46 manuel pinto replied:
Hi again. Can i expect a tutorial about this subject. Really need it! Thanks
Replied 07 Apr 2014 07:17:52
07 Apr 2014 07:17:52 George Petrov replied:
Hi Manual,

Sorry for the delay. We are preparing a big update to the HTML5 Data Bindings and addons for this week and the tutorial was dependent on it.

Greetings,
George
Replied 07 Apr 2014 15:13:26
07 Apr 2014 15:13:26 Teodor Kuduschiev replied:
Hi Manuel,
You check the following video tutorial: www.dmxzone.com/go/22512/client-side-dependent-dropdowns-with-html5-data-bindings-formatter
This will help you build your page using your 3 data sources and filtering the dropdowns client-side.
Replied 07 Apr 2014 21:07:42
07 Apr 2014 21:07:42 manuel pinto replied:
GREAT TUTORIAL !!!

Reply to this topic