jQWidgets Forums
Forum Replies Created
-
Author
-
No i mean the chrome browser’s scrollbar. When the user scroll using the chrome browser scrollbar not the grids
October 30, 2017 at 4:51 am in reply to: jqxgrid filter custom values jqxgrid filter custom values #96985Can i get a sort of direction or function that will let me skip ‘-‘ sign to be recognized in the filter? Not restrict the character but search past that character.
Example:
I typed in filter 11111-
Don’t recognize that ‘-‘ sign just check next character after it.Here is my jsfiddle:
https://jsfiddle.net/vopy8nup/11/October 20, 2017 at 8:59 pm in reply to: Grid overlaps issue on opening a popup in chrome Grid overlaps issue on opening a popup in chrome #96845Well looks like chrome fixed it. I dont see it anymore
Ok i created this demo using the filtering. I am trying to figure out where if i clicked outside of the grid or outside anywhere other than the grid or input textboxes, i want the grid to disappear.
Also, I want the data to show as “No data to display” from the start itself, and only after typing in the textbox it will load the data. I tried using the databind() method but not working for some reason.
Finally is there a way to remove that ‘sort’ icon, as you type the ‘sort’ icon shows up on the column header and I was wondering if we can hide that.
Here is my example:
https://www.jseditor.io/?key=custom-filtering-in-jqx-grid-1-2-3October 5, 2017 at 9:29 pm in reply to: Rowexpand selectrow by index Rowexpand selectrow by index #96533October 4, 2017 at 7:52 pm in reply to: Grid and Popup Window Problem (Grid overlapping) Grid and Popup Window Problem (Grid overlapping) #96513I went back to a older chrome version: 60.0.3112.78. Its working fine on this one
October 4, 2017 at 6:52 pm in reply to: Grid and Popup Window Problem (Grid overlapping) Grid and Popup Window Problem (Grid overlapping) #96511Strange. The operating system i am using is Windows 10. Sorry I can see it happening on my screen.
October 3, 2017 at 8:58 pm in reply to: Grid and Popup Window Problem (Grid overlapping) Grid and Popup Window Problem (Grid overlapping) #96493My chrome version:
Google Chrome is up to date
Version 61.0.3163.100 (Official Build) (64-bit)
Here check this:
https://ibb.co/de6cbGOctober 2, 2017 at 2:38 pm in reply to: Grid Cellselect master detail Grid Cellselect master detail #96454Hi Hristo, try this scenario. Maybe you will see this.
Test:
1. Check the checkbox header
2. Now click on row 1 hyperlink
3. Now uncheck the checkbox for row 1.See the detail grid still shows the data of row 2 even if no rows are selected.
Here is my jsfiddle:
https://jsfiddle.net/UbK74/1185/October 1, 2017 at 9:49 pm in reply to: Grid Cellselect master detail Grid Cellselect master detail #96431Wow Hristo, I solved my above problem. But I do have one problem that I cannot seem to fix. Let me give you test problem so you will see what I mean.
Test Case:
1. Click on the hyperlink of row 1: “Alfreds ……”
2. Now click on the second hyperlink of row 2: “Ana Trujillo….”
3. Now unselect or uncheck any checkbox from the checkbox column.Problem:
It seems to keep the data in the details grid even if none are selected on the main grid. It should not be showing any data in the details grid if there are not selected rows. Also if I tried to select after the test case scenario, it will make duplicates. But they go away when I uncheck them and it reverts back to normal.Note:
I tried using the “clear” method and still didn’t work cause when I checked on any row, it will show that previous data. I know the problem is under my rowclick function specifically code line 300 where its unselecting all rows and only selecting by index(This is for the link renderer column).Here is my jsfiddle:
https://jsfiddle.net/UbK74/1185/October 1, 2017 at 8:43 pm in reply to: Grid Cellselect master detail Grid Cellselect master detail #96430Sorry Hristo,
I forgot to mention this on my first post, but basically I used the custom checkbox selection that was given in your examples. I have left the checkbox selection to be performed under the “rowselect” function, and I also create have a linkrenderer column for Company Name. I want to execute the either the rowclick or rowselect for just this column and the checkbox column only. I know since selectionmode is set to ‘none’, only the checkbox column could be selectable. But I want the “Company Name or link renderer column to also perform this selection”. I also added a class name for that link renderer “a tag”, so only when its clicked on that value, it will perform the selection.
I changed it to jsfiddle example:
https://jsfiddle.net/UbK74/1179/September 28, 2017 at 8:31 pm in reply to: Grid Cellselect master detail Grid Cellselect master detail #96396Sorry i figured that out. But I do have one request, I have this “a” tag on the “Product Name” column, and I binded two events one cellclick and rowselect to have only the “Product Name” column to perform click event. I was thinking if it is possible to have this click event on that “a” tag’s id only and not the entire cell itself.
Here is my jseditor:
https://www.jseditor.io/?key=prevent-rowselect-action-in-particular-column-1-2-3September 27, 2017 at 2:48 pm in reply to: Add Windows and Create widgets dynamically Add Windows and Create widgets dynamically #96367Ok so basically what I mean is that. I call addWindow to show these windows and set their position as ‘docked’ and set a position like 0,1. But when I try to move these windows around to dock some where else, it wouldn’t do anything. It will just stay at the same position.
Test:
1. Pick Email from the dropdown, and click Add Window.
2. Try moving this window to a different spot, it wouldn’t let me set this window anymore. This is the problem I have. Not sure how to fix this.Here is my jsfiddle:
http://jsfiddle.net/kfjv3y39/3/September 26, 2017 at 2:05 pm in reply to: Add Windows and Create widgets dynamically Add Windows and Create widgets dynamically #96331Thank you. One problem I noticed when I close any of the windows, it will not let me dock these windows anymore.
September 25, 2017 at 8:16 pm in reply to: Add Windows and Create widgets dynamically Add Windows and Create widgets dynamically #96302Hi Hristo,
I decided to create a predefined set of windows cause they will be needing specific widgets inside these windows. I am having some problems where
1. Whenever I un-hide the window it will not dock. The window isn’t docking
2. I have this dropdownlist where it has the list of the window’s names, and a button to add the window in the docking area. I used the dropdownlist select event to find the label (Window name) and then once I click the button it will display that window. One problem I am facing is that it keeps displaying all the other windows too. So even if I didn’t select that window name, it will still show it. If that window exists already it will do nothing.Here is my updated jsfiddle:
http://jsfiddle.net/9qvwy42k/5/ -
AuthorPosts