jQWidgets Forums
Forum Replies Created
-
Author
-
November 22, 2013 at 11:49 am in reply to: Adding select all /clear all Adding select all /clear all #33150
This is exactly what I needed. Thank you.
November 19, 2013 at 4:42 am in reply to: Doubleclick to select item Doubleclick to select item #32899Thank you for the work around.
November 15, 2013 at 8:23 pm in reply to: Clear does not work for custom renderer Clear does not work for custom renderer #32734Found the fix. “refresh” method did the trick.
$(‘#jqxListBox’).jqxListBox(‘refresh’);
November 15, 2013 at 8:18 am in reply to: To add a clear icon when input is focused To add a clear icon when input is focused #32693Apparently, it looks pretty easy. Here is what I found with ordinary textbox.
November 13, 2013 at 4:25 pm in reply to: how to make Listbox items on select scroll to the top? how to make Listbox items on select scroll to the top? #32581Oh no. In this case, I have to go back and use regular html un-ordered list and loose other functionality provided by jqxListBox. That is sad. This relatively looks like a simple twist/hack within jqxListbox to make it happen.
November 13, 2013 at 4:23 pm in reply to: Prevent selected item to display on dropdown bar Prevent selected item to display on dropdown bar #32580Perfect. Thank you so much.
November 12, 2013 at 4:50 pm in reply to: how to make Listbox items on select scroll to the top? how to make Listbox items on select scroll to the top? #32513Based on the example above on using simple list, how can I make this happen for jqxListbox.
November 12, 2013 at 4:49 pm in reply to: Get row details on rowdoubleclick Get row details on rowdoubleclick #32512Awesome, thats what I was looking for.
You are the best.
November 12, 2013 at 12:22 am in reply to: Get row details on rowdoubleclick Get row details on rowdoubleclick #32420I get that but how I go after that getting the underlying data from the row.
Was there ever a solution API for this one?
November 9, 2013 at 12:18 am in reply to: Drag and Drop between two browsers Drag and Drop between two browsers #32297I asked similar question on stackoverflow and it looks it is possible. I will give that technique a try with jqxGrid and see how it goes.
November 8, 2013 at 11:39 pm in reply to: how to make Listbox items on select scroll to the top? how to make Listbox items on select scroll to the top? #32296Here is working example using simple un orderered list. How to make this happen for jqxListbox?
http://jsfiddle.net/729nX/1/November 8, 2013 at 12:59 pm in reply to: Drag and Drop between two browsers Drag and Drop between two browsers #32264If this feature is to be provide by you guys as a separate feature request, will you guys be able to do so and how much would it cost?
November 8, 2013 at 12:54 pm in reply to: how to make Listbox items on select scroll to the top? how to make Listbox items on select scroll to the top? #32262Understood. If this feature is to be requested as a separate paid request, would you guys be able to provide me that and how much would it cost?
November 7, 2013 at 5:20 pm in reply to: how to make Listbox items on select scroll to the top? how to make Listbox items on select scroll to the top? #32196ensureVisible is good but I really want is selected item all the way to the top and any items above it to be hidden in scrollbar. This is not to be mistaken with sorting, it is just that item scrolls to the top. Hope I am making myself clear here. Thank you for your help Peter.
-
AuthorPosts