Webcombo 2 client side filtering

Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Greg RMember

I'm using version 2.0 of the Webcombo so hopefully i'm not to far out of date

 

I'm trying to get client side filtering to work... i've supplied a sample project with just one combo and one button...

the combo is loaded with 2 columns and 6 rows of data

the button calls a javascript function called UpdateFilter which in turn calls wc_setAdditionalFilters

I've used the following commands and everytime it runs it just clears out the whole combo... what am i doing wrong?

None of these commands seem to work

 

wc_setAdditionalFilters('cboResource' , 'ID="6"');

wc_setAdditionalFilters('cboResource' , '[ID]="6"');

wc_setAdditionalFilters('cboResource' , '[ID]=6');

wc_setAdditionalFilters('cboResource' , 'ID=6');

wc_setAdditionalFilters('cboResource' , '[Name]="name6"');

wc_setAdditionalFilters('cboResource' , 'Name="name6"');

 

Anyone have any ideas?

All times are GMT -5. The time now is 1:42 AM.
Previous Next