jQWidgets Forums
Forum Replies Created
-
Author
-
November 18, 2014 at 3:26 pm in reply to: GetItemByValue method returns incorrect data GetItemByValue method returns incorrect data #62981
Clarification on previous post…. It is when the data is sorted alphabetically on ‘desc’ field that the item with value=0 doesn’t work.
wmklaborn
November 18, 2014 at 3:24 pm in reply to: GetItemByValue method returns incorrect data GetItemByValue method returns incorrect data #62980Thanks for the example. Yes, that example does work fine. It is when the data is sorted alphabetically that the list item with value=0 doesn’t work correctly. Can you run it with both sets of data, 1 sorted… 1 not sorted, and see what is going on in the sorted scenario?
Appreciate the help!
wmklaborn
November 10, 2014 at 9:10 pm in reply to: GetItemByValue method returns incorrect data GetItemByValue method returns incorrect data #62488Thanks for your response, but that doesn’t solve the issue with the code that I have. I need to use the id as the value, not the desc. And when the id=0 is used, there is an error when the data adapter is built and there is no record for 0 in the me.itemsByValue record of the listbox. In my example above there are 6 objects to populate the listbox, but when I debug the itemsByValue object of the listbox it only has 5 keys: 1 thru 5. There is no 0, thus the reason that my object can’t be found when calling (‘getItemByValue’, 0). In the above example, if I add a button for every value 0-5 each button will return the following:
0 – returns nothing, INCORRECT, because it should return Pending
1 – Open
2 – Working
3 – Completed
4 – Pending – INCORRECT, because it should return Cancelled
5 – OnHoldYour help is appreciated.
wmklaborn
October 24, 2014 at 9:34 pm in reply to: DropDownList – Width grows when used in DropDownList – Width grows when used in #61624Clarification…
This code works fine in previous version 3.4, but doesn’t work the same in version 3.5.
wmklaborn
September 25, 2014 at 9:02 pm in reply to: select/deselect all in checkbox selection mode select/deselect all in checkbox selection mode #60084Thanks Peter!
Our group only just upgraded to 3.4, thus the reason that my issue still existed. Should this fix info be included in the Release notes? As I’m not seeing it there, thus the reason for posting my original question.Thanks for all your help!
wmklaborn
September 25, 2014 at 2:04 pm in reply to: select/deselect all in checkbox selection mode select/deselect all in checkbox selection mode #60060I have to agree with genachka regarding this topic. Selecting/unselecting individual rows adds/removes indexes to the array as well as the selectall which adds all indexes to the array. Only does unselectall displays a different behavior than the manual individual select/unselect functionality. Having to do a loop through to get a proper count in this scenario is counter-intuitive to the functionality that this method should provide for me.
wmklaborn
-
AuthorPosts