jQWidgets Forums
Forum Replies Created
-
Author
-
August 6, 2018 at 3:46 pm in reply to: Listbox filter select item Listbox filter select item #101387
Hi Martin,
Sorry but your updated example is not working. It doesn’t filter and select the record.
Yes hopefully if we can have a fix for this in coming weeks that would be awesome. It causes some technical debt for consumers using this.
July 21, 2018 at 12:03 am in reply to: Please update the jqwidgets documentations and demos Please update the jqwidgets documentations and demos #101130So for example:
in Jqxgrid, in the api page its missing the function createwidget() and there are some more i forgot. Can these be also included because users may not know.
July 18, 2018 at 2:25 am in reply to: jqwidgets version 6.0 for Angular 6 or 5 jqwidgets version 6.0 for Angular 6 or 5 #101055sortMode is not working on ver 6.0.4. When i remove it then it works.
<jqxGrid
[width]=”‘100%'” [source]=”dataAdapter” [columns]=”columns”
[pageable]=”true” [sortable]=”true” [sortMode]=”many” [columnsresize]=”true” [columnsreorder]=”true”
[autoheight]=”true” [selectionmode]=”‘multiplerowsextended'” [theme]=”‘custom'”
[pagesize]=”20″ [pagesizeoptions]=”[20, 50, 100]”
[filterable]=”true” [showfilterrow]=”true” [columnsmenu]=”false” [showrowlines]=”false”>
</jqxGrid>May 4, 2018 at 9:55 pm in reply to: Grid cellsrenderer pagination cell value undefined Grid cellsrenderer pagination cell value undefined #100083I think this way may work using createwidget. But i noticed the sorting doesn’t seem to work for the Quantity column which has the widget. Its probably something to do with initwidget. Will appreciate if any work around
Here is my example:
http://jsfiddle.net/VRYVU/272/May 3, 2018 at 1:50 pm in reply to: Treegrid filter parent row but still show sub rows Treegrid filter parent row but still show sub rows #100048Is there a workaround that will really help?
May 2, 2018 at 2:00 pm in reply to: Grid cellsrenderer pagination cell value undefined Grid cellsrenderer pagination cell value undefined #100016I tried the loadstate and savestate using keyup event. It still reset the input textbox to 1.
I noticed the input textbox value changes to 1 on these events
1. cell edits
2. sorting
3. pagination
3. filteringApril 30, 2018 at 2:54 pm in reply to: Grid cellsrenderer pagination cell value undefined Grid cellsrenderer pagination cell value undefined #999722nd problem below still needs suggestion:
Trial:
1. In any page, edit the quantity value for any row. Do not click ‘Update Stock’ (Example: Edited first row quantity value as 5)
2. Click next page arrow
3. Click previous page arrow
4. You will see the edited row’s quantity value has been gone back to ‘1’I want the values that have been edited to stay during page changes. (Exampla: The first row should be showing quantity value 5)
1st problem Resolved below: Done
Figured out what was wrong with the row not fetching correct value.Ok I created a example jsfiddle:
http://jsfiddle.net/VRYVU/209/No like
Item 1 then next item 2, item 3 on same row.
Built in functionality of listbox is as
Item 1
Item 2
Item 3I am trying to figure out if its possible using css to have the items as columns
Item 1 Item 2 Item 3Ok i was able to have the checkbox working for both column view and grid view. But now i am stuck in this problem, let me explain as an example.
Example:
1. From column view: Select “Tyreese Burn”, Look at the grid it will show that row was also selected too. Thats good
2. From the grid, unselect this row “Tyreese Burn”, look at the column view it will show that the item as been unchecked. Thats good Hooray
3. From column view Select “Tyreese Burn” again, and look at the grid. Doesn’t seem to show the selected row. But try clicking this “Tyreese Burn” again and it will show the grid row as be selected.Same scenario if the other way around:
1. If started off with selecting “Tyreese Burn” from the grid, look at the column view it shows the item is selected. Thats good
2. Now unselect “Tyreese Burn” from column view, and look at grid the row is not unselected.Look at the $(‘.jqxCheckBox’).on(‘click’, function(){
I am sure i am not doing behavior correctly.
Here is my updated jsfiddle:
https://jsfiddle.net/zzmeega0/271/Ok i changed the logic a little bit, i have dynamically assigned a ‘id’ for each checkbox for the column view and using that “id” I was able to bind a click event with the grid so if i select “Tyreese Burn” or any of the shirts in the column view it would also select/unselect that in the grid too. Which i am glad thats working.
Now i need help to bind a rowselect event to the same. Where if i select a row in the grid, it should also check that checkbox based on the id.
Problem i am facing is that its “checking” all the checkboxes of the column view, it should be checking the shirt that i selected in grid.
I have commented out the “rowselect and rowunselect” function, just in case.
Example output trying to achieve:
1. Grid select first row Tyreese Burn
2. Column view should just check Tyreese Burn and checbox should be checked.I am so close to fixing this, so i really need a solution for this.
Here is my jsfiddle:
https://jsfiddle.net/zzmeega0/171/Hi Achieved loading it to the grid, now i just trying to figure out the checkbox selection on both views. So if i checked one of the t-shirt in the column view it should also select that item on the grid too. How to achieve this?
Output expecting:
1. Checked Retro Rock t-shirt from column view while also selecting on the grid view.
2. Checking Retro Rock t-shit from grid view will also select that on the column view.Same for unselecting, if i unslect/uncheck from any view need to do accordingly.
Here is the updated jsfiddle:
http://jsfiddle.net/snXa5/155/March 5, 2018 at 10:15 pm in reply to: Button Click select rows of current page Button Click select rows of current page #99037Hi Stanislav. Could you also look at ‘Master detail Grid rowselect’ post because last time you replied with please set your example to “Share everyone” and i already set to it. Didn’t get any reply.
March 1, 2018 at 5:26 pm in reply to: Master detail Grid rowselect Master detail Grid rowselect #98990Hi i shared to everyone.
February 28, 2018 at 3:33 am in reply to: Grid individual data on cells Grid individual data on cells #98925So on the array it shows 4 rows though.
Data to be output in grid:
Cell 1: Alfreds Cell 2: Paul
Cell 3: Luke Cell 4: JakeSorry use this link:
https://jsfiddle.net/vu833ebw/197/ -
AuthorPosts