jQWidgets Forums
Forum Replies Created
-
Author
-
Hi Hristo,
I figured out that actually was the problem.
I removed this part&& selectedrowindex < rowscount
And it worked well.
ThanksHi 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.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 selectMay 28, 2014 at 7:36 am in reply to: Filter Grids from a dropdown box Filter Grids from a dropdown box #55001Thanks Dimitar,
This is what i wanted, can i get a link to the actual demo pleaseMay 26, 2014 at 2:17 pm in reply to: Make Grid update dynamically from database Make Grid update dynamically from database #54921Hi Peter thanks for your kind reply,
Can you please point me to such example?May 5, 2014 at 6:51 am in reply to: How to render nested json objects in a grid How to render nested json objects in a grid #53917Thanks Peter Got it
Thanks a bunch Dimitar
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 questionThanks Dimitar,
perhaps an example on how to use the jqxDropDownList method?
I will appreciate muchHi 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 advanceThanks 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.
ThanksFebruary 19, 2014 at 10:15 am in reply to: Row details with json data Row details with json data #49740Hi Dimitar,
The link you have provided points to nested grids? I was looking for row detailsHi 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' }, ] });
Thanks much Dimitar,
so i only need to include
virtualmode=true,
when initializing the grid?Hi
anyone to give me a quick help on the above please!! -
AuthorPosts