jQWidgets Forums
Forum Replies Created
-
Author
-
Hi Everyone,
Thank you for your answer
My problem is sdding the other two data sources:var updateFilterBox = function (datafield) { var filterBoxAdapter = new $.jqx.dataAdapter(source, { uniqueDataFields: [datafield], autoBind: true
I have source2 and source3.how do i add this?
I triedvar updateFilterBox = function (datafield) { var filterBoxAdapter = new $.jqx.dataAdapter(source,source2,source3 { uniqueDataFields: [datafield], autoBind: true
but dint work
RegardsHi,
did anybody find a solution on my problem above?
Dimitar did you look at itHi Dimitar,
Thank you for your answer
My problem is sdding the other two data sources:var updateFilterBox = function (datafield) { var filterBoxAdapter = new $.jqx.dataAdapter(source, { uniqueDataFields: [datafield], autoBind: true
I have source2 and source3.how do i add this?
I triedvar updateFilterBox = function (datafield) { var filterBoxAdapter = new $.jqx.dataAdapter(source,source2,source3 { uniqueDataFields: [datafield], autoBind: true
but dint work
RegardsHi dimitar,
It seemed not to work with me,
I have already conditional filtering and wants to add custom filtering as this http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/customfiltering.htm?arctic
I have pasted my code on pastebin
please have a look at it here http://pastebin.com/wjMrCE8xThanks Dimitar
Hi
in the base.css and in jqx-menu-horizontal
i cant figure out how this can be edited to change the menu background!/*applied to the menu when it is horizontal. Sets the menu’s background*/
.jqx-menu-horizontal
{
margin: 0px;
padding: 0px;
overflow: hidden;
text-align: center;
}
I specifically want to change the menu background to white
RegardsFebruary 2, 2014 at 8:40 pm in reply to: filtering using a combobox filtering using a combobox #48804Hi peter thanks for that it worked
what if I want to load data from json and not an array like it is the case in http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/filterrowwithcustomitems.htm?arcticRegards joshua
February 2, 2014 at 7:32 am in reply to: filtering using a combobox filtering using a combobox #48796Hi
Peter,Is there a way to do the filtering in the front end(at the grid) and not the server?
regards
JoshuaJanuary 31, 2014 at 8:36 pm in reply to: Make Grid resizable when the browser is resized Make Grid resizable when the browser is resized #48751ok got it thanks
January 31, 2014 at 8:16 pm in reply to: Make Grid resizable when the browser is resized Make Grid resizable when the browser is resized #48750Thanks peter..can you please give me a link to source code? that link leads me to an html page displaying the grid
January 30, 2014 at 2:40 pm in reply to: Display two grids in one page Display two grids in one page #48700thanks dimitar,
do i have to change the body div ids for example <div jqxgrid> to <div jqxgrid1> ?January 30, 2014 at 1:05 pm in reply to: Adding a mult-select dropdown menu to a grid Adding a mult-select dropdown menu to a grid #48693Hi Dimitar,
did you get the explanation now?
thanksJanuary 30, 2014 at 11:49 am in reply to: Adding a mult-select dropdown menu to a grid Adding a mult-select dropdown menu to a grid #48687Yes Dimitar thats what i want to do
so when the user selects a “evidence” item or selects a “instance_id”(from the dropdown list),It displays a data grid below with the following columns:
Date and Type (filtered by the checked criteria from the dropdown select above)
This should be sortable so user can sort in chronological order.
Does it make any sense?
RegardsJanuary 30, 2014 at 9:43 am in reply to: Adding a mult-select dropdown menu to a grid Adding a mult-select dropdown menu to a grid #48667`Hi Dimitar
<img src=”https://drive.google.com/file/d/0B4Vv81cTKQcla0d2YU5IOHFpZjA/edit?usp=sharing” alt=”screenshot” />
this is what i wanted to implement..Add 2 multi-select drop down menus that allows a user to select a “evidence” item or select a “instance_id”.
This will display a data grid below with the following columns:
Date and time Type
Date and time should be full date and time like:
2012-05-10 22:00:40.576
This should be sortable so user can sort in chronological order.The type should be, the source of the date time. Whatever the field name is (e.g. “Install” , “Property_keys”, “user_datetime”, last_modify_regtimes”)
Regards
-
AuthorPosts