jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 187 total)
  • Author
    Posts
  • in reply to: Listbox filter select item Listbox filter select item #101387

    dan123
    Participant

    Hi Martin,

    Sorry but your updated example is not working. It doesn’t filter and select the record.

    in reply to: sortmode many – cell edit sortmode many – cell edit #101184

    dan123
    Participant

    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.


    dan123
    Participant

    So 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.


    dan123
    Participant

    sortMode 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>


    dan123
    Participant

    I 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/


    dan123
    Participant

    Is there a workaround that will really help?


    dan123
    Participant

    I 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. filtering

    http://jsfiddle.net/VRYVU/238/


    dan123
    Participant

    2nd 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/

    in reply to: Listbox items as tiles Listbox items as tiles #99310

    dan123
    Participant

    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 3

    I am trying to figure out if its possible using css to have the items as columns
    Item 1 Item 2 Item 3

    in reply to: Change view to Grid Change view to Grid #99288

    dan123
    Participant

    Ok 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/

    in reply to: Change view to Grid Change view to Grid #99285

    dan123
    Participant

    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/

    in reply to: Change view to Grid Change view to Grid #99251

    dan123
    Participant

    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/


    dan123
    Participant

    Hi 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.

    in reply to: Master detail Grid rowselect Master detail Grid rowselect #98990

    dan123
    Participant

    Hi i shared to everyone.

    in reply to: Grid individual data on cells Grid individual data on cells #98925

    dan123
    Participant

    So 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: Jake

    Sorry use this link:
    https://jsfiddle.net/vu833ebw/197/

Viewing 15 posts - 46 through 60 (of 187 total)