This is a migrated thread and some comments may be shown as answers.

RadComboBox does not work with URL Rewrite in 2 or more level path

0 Answers 53 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Tomy
Top achievements
Rank 1
Tomy asked on 03 Jan 2012, 10:18 AM
Hi all, 

Please help me with this situation: I am using RadComboBox to combine data from database. When I type something in the textbox, RadComboBox will show the scroll with filtering data. It looks nice and works fine in normal case.

And when I embed the SEO by using Ionics URL Rewrite with the rule like this:

Rewriterule ^province-list.html provincelist.aspx [QSA,L,I]

(if user address to http:///www.abc.com/province-list.html; everything is fine)

This rule worked fine, radcombobox worked fine too. But when I define more rule like this:

Rewriterule ^products/(.*)/all.html products.aspx?cat=$1  [QSA, L, I]

and if user address to http://www.abc.com/products/home-decorate/all.html, the site worked normally but the RadCombobox did not work anymore. I mean, if I  browse the site with more 2 levels, and when I type something in the textbox of radCombobox, nothing shows in the scroll. 

I added the resource rule like:

RewriteRule (telerik.web.ui.webresource.axd.*) /$1 [I,L]
 
RewriteRule (webresource.axd.*) /$1 [I,L]
 
RewriteRule (scriptresource.axd.*) /$1 [I,L]

but it does not work too.

Please help me resolve this problem.

Thanks/


No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
Tomy
Top achievements
Rank 1
Share this question
or