jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • in reply to: grid delete row grid delete row #88095

    josh
    Participant

    Hi Hristo,
    I figured out that actually was the problem.
    I removed this part && selectedrowindex < rowscount
    And it worked well.
    Thanks

    in reply to: bind grid to csv data bind grid to csv data #61104

    josh
    Participant

    Hi Dimitar,
    My second question is I want to skip the first row when writing to grid as this is the header row of the csv.

    in reply to: Filtering Filtering #56620

    josh
    Participant

    Hi Peter, was looking at http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/filterrowwithcustomitems.htm
    so I thought there’s a way if I click on the dropdown then the associated array will be passed as filteritems e.g if I click on joshua then the filteritems will be [“234″,”234″,”596”] and use this to filter on event_ids column automatically when i select


    josh
    Participant

    Thanks Dimitar,
    This is what i wanted, can i get a link to the actual demo please


    josh
    Participant

    Hi Peter thanks for your kind reply,
    Can you please point me to such example?


    josh
    Participant

    Thanks Peter Got it

    in reply to: dropdown list dropdown list #51074

    josh
    Participant

    Thanks a bunch Dimitar

    in reply to: dropdown list dropdown list #51035

    josh
    Participant

    Hi Dimitar,
    I have followed the API as you adviced..am able to put the buttons in dropdown,but on clicking the GO button,where do i lead the page so that it can export the data to selected format?
    Hope you understand my question

    in reply to: dropdown list dropdown list #50861

    josh
    Participant

    Thanks Dimitar,
    perhaps an example on how to use the jqxDropDownList method?
    I will appreciate much

    in reply to: dropdown list dropdown list #50793

    josh
    Participant

    Hi Dimitar,
    My issue is I want to put the export buttons(export to excel,export to csv etc)in a dropdown instead of the default one (across the page) so that a user selects the export format and click on a GO button beside the dropdown to export grid data to selected format.
    Thanks in advance

    in reply to: dropdown list dropdown list #50653

    josh
    Participant

    Thanks peter for your answer,is there a way to make the export buttons text instead of buttons?
    i dont want the dropdownlist to contain this export to format buttons.
    I just want like ‘export to excel’ and a GO button besides the dropdown.
    Thanks

    in reply to: Row details with json data Row details with json data #49740

    josh
    Participant

    Hi Dimitar,
    The link you have provided points to nested grids? I was looking for row details

    in reply to: Filtering Filtering #49570

    josh
    Participant

    Hi Dimitar,
    another glitch arises when setting the data source,
    tried this but dint work,

    create buttons, listbox and the columns chooser dropdownlist.
                $("#applyfilter").jqxButton({ theme: theme });
                $("#clearfilter").jqxButton({ theme: theme });
                $("#filterbox").jqxListBox({ checkboxes: true,  width: 200, height: 250 });
                $("#columnchooser").jqxDropDownList({ autoDropDownHeight: true, selectedIndex: 0,  width: 200, height: 25,
                    source: [{ label: 'Evidence', value: 'evidence' },
                    ]
                    source2: [{ label: 'Evidence', value: 'evidence' },
                    ]
                    source3: [{ label: 'Evidence', value: 'evidence' },
                    ]
                    source4: [{ label: 'Evidence', value: 'evidence' },
                      
                    ]
                });
    in reply to: Too many rows Too many rows #49558

    josh
    Participant

    Thanks much Dimitar,
    so i only need to include
    virtualmode=true,
    when initializing the grid?

    in reply to: Filtering Filtering #49485

    josh
    Participant

    Hi
    anyone to give me a quick help on the above please!!

Viewing 15 posts - 1 through 15 (of 29 total)