|
Title: combobox queryParams bug Post by: azizkhani on March 21, 2015, 06:19:54 AM i have a combobox and i reload it when some other combo value change
this first combobox using queryParams but queryParams is call just first time and dosnot call when i call reload method ??? ??? ??? ??? ??? ??? ??? ??? Title: Re: combobox queryParams bug Post by: jarry on March 22, 2015, 01:10:54 AM The 'reload' method does not affect the 'queryParams' value except you reset its value. How do you call the 'reload' method? Please provide an example to demonstrate your issue.
Title: Re: combobox queryParams bug Post by: azizkhani on March 23, 2015, 07:23:09 AM The 'reload' method does not affect the 'queryParams' value except you reset its value. How do you call the 'reload' method? Please provide an example to demonstrate your issue. like grid i want to use reload combo like reload grid |