Hi,
How do you force DropDownList to re query data from the server. The only way I could get it to work is by using code below:
There got to be a better way.
Also using larger font size distorts drop down button of this ui widget. vertical alignment does not seem to work with span elements. I personally prefer table solution of your MVC.
How do you force DropDownList to re query data from the server. The only way I could get it to work is by using code below:
ddl.dataSource.data([]);
ddl.dataSource.fetch();
Also using larger font size distorts drop down button of this ui widget. vertical alignment does not seem to work with span elements. I personally prefer table solution of your MVC.