Forum Replies Created
-
Author
-
February 5, 2020 at 4:23 pm in reply to: Drop down list in grid calls backend 3 times to get data for every row Drop down list in grid calls backend 3 times to get data for every row #108018
If I don’t have a grid at all but just put two drop down lists on a page sharing the same adapter/source it calls the back end twice to load the data. This can’t be right. Is there a property on the data source that needs setting to tell it to load once?
February 5, 2020 at 4:15 pm in reply to: Drop down list in grid calls backend 3 times to get data for every row Drop down list in grid calls backend 3 times to get data for every row #108017If I change columntype from ‘dropdownlist’ to ‘template’ then it only calls the backend to load data once per creation of the drop down list.
It still should only be once in total.
February 5, 2020 at 4:11 pm in reply to: Cannot set initial selected value Cannot set initial selected value #108016I solved this. I needed to do the following instead – but not in the $(document).ready event – later on
$(“#cmb”).jqxDropDownList(‘selectItem’, 19);February 4, 2020 at 3:20 pm in reply to: When using sort many – remove sort disabled When using sort many – remove sort disabled #108006Thank you. It’s early days but so far I am very impressed with your components.
January 31, 2020 at 2:32 pm in reply to: When using sort many – remove sort disabled When using sort many – remove sort disabled #107988Yes it fails in your example. As soon as you run it you see that Last name menu has a remove sort option but the First name menu remove sort option is disabled. This makes no sense because you can click on first name twice to remove the sort anyway. I think it should be enabled.
-
AuthorPosts