jQWidgets Forums
Forum Replies Created
-
Author
-
September 20, 2017 at 5:21 pm in reply to: Listbox Select All using jqxbutton (Not embed in the list itself) Listbox Select All using jqxbutton (Not embed in the list itself) #96188
Basically for some reason when I click “Select All”, it display the indeterminate which I don’t want that. I want it to be ‘checked’. Not sure what I am doing wrong on the logic.
Here is my jsfiddle:
http://jsfiddle.net/RsV5g/649/September 14, 2017 at 1:36 pm in reply to: Grid Createfilterwidget Paste event on the Input field Grid Createfilterwidget Paste event on the Input field #96035Hi Stanlslav, thats the same post i went to and i used that logic for the keypress event. But it doesn’t work for the paste event.
September 5, 2017 at 5:11 am in reply to: Custom Checkbox header not working Custom Checkbox header not working #95789Nope doesn’t work using that.
August 30, 2017 at 10:03 pm in reply to: Cellrenderer on number with dashes Cellrenderer on number with dashes #95740Ok i was able to separate the number with the dashes correctly. But still having trouble with filtering the number exactly how it shows in the renderer.
So I am trying to put this value 11111-1111-11 in the filter row. This is set as a number type. I can only filter if I removed the dashes. So was wondering if there is a workaround so it will filter even if there are dashes.
Here is my jsfiddle:
https://jsfiddle.net/UbK74/1128/August 29, 2017 at 12:27 pm in reply to: Grid button column selectrow Grid button column selectrow #95707Sorry. I also want the row select function to work along side with the button too.
Hi Hristo,
Sorry but I cant seem to add the validation when dropping item outside of the Grid, it doesnt return the old value or stop the whole process.
Here is your jsfiddle:
https://jsfiddle.net/txhi/n4tb838h/Hi Hristo, I noticed whenever I drag a row outside of the grid it does not return the value back to the grid. It just disappears
Here is your jsfiddle:
https://jsfiddle.net/txhi/n4tb838h/Oh wow thank you so much. Your awesome. I was wondering is there a way during the dragEnd to have the rows go downward? So suppose I dragged the last row to the top, so now it will put the rest of the rows below the dragged row.
July 13, 2017 at 1:24 pm in reply to: jqxgrid update second grid source jqxgrid update second grid source #94902Sorry Stanislav, this is not what I mean. I can updated the source like that what I mean is when I click the button using the createwidget
July 12, 2017 at 3:49 pm in reply to: How to show the both statusbar and showaggregates at on same grid?? How to show the both statusbar and showaggregates at on same grid?? #94875Hi can you show an example of this div tag below the Grid’s div tag. I really need to see one that would be helpful
July 6, 2017 at 4:45 pm in reply to: jqxgrid filter with or operator using two input text boxes jqxgrid filter with or operator using two input text boxes #94748Sorry your example does not even filter the quantity column
July 4, 2017 at 12:54 am in reply to: jqxgrid filter with or operator using two input text boxes jqxgrid filter with or operator using two input text boxes #94671Basically I have two input fields and I want to filter based on what I enter in the two textboxes. The already created the logic but the filtering is not working.
Example: Filtering by Quantity column
First textbox value = 1
Second textbox value = 10I want to show only rows within that range so only show rows from 1 to 10.
Hi here is my new updated link: https://jsfiddle.net/tkhgy/96/
July 4, 2017 at 12:02 am in reply to: jqxgrid filter with or operator using two input text boxes jqxgrid filter with or operator using two input text boxes #94670Just updated. Also i wanted to update what i said on my original post. I also want like a range filter so like only show rows 1 to 10.
June 30, 2017 at 2:05 pm in reply to: jqxgrid filter with or operator using two input text boxes jqxgrid filter with or operator using two input text boxes #94634Sorry its not jsfiddle you have to click Run button on right.
Nice
-
AuthorPosts