jQWidgets Forums
Forum Replies Created
-
Author
-
June 19, 2015 at 11:43 am in reply to: jqxGrid Filter Menu customization jqxGrid Filter Menu customization #72746
Hi Sibeesh Venu,
For the new feature of the jqxGrid in version 3.8 there is provided example at: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/filtering-menu-custom-widgets.htm?arctic
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 19, 2015 at 11:39 am in reply to: No scrollbar when a tree inside a tab is expanded No scrollbar when a tree inside a tab is expanded #72745Hi Arnaud,
You should use https. for your external links. As for the scrollbar, it may be caused because you don not initialized the jqxTree in the initTabContent.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 19, 2015 at 11:07 am in reply to: No scrollbar when a tree inside a tab is expanded No scrollbar when a tree inside a tab is expanded #72742Hi Arnaud,
Are you sure that the provided example for your first post is the one from the screenshot? The given one is not working at all.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 19, 2015 at 10:23 am in reply to: No scrollbar when a tree inside a tab is expanded No scrollbar when a tree inside a tab is expanded #72738Hi Arnaud,
As you can see your code is not working and has no widgets initialized in it. Also your structure in the html part is invalid.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi mpod555,
Can you please provide us with an example using jsFiddle?
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 19, 2015 at 9:41 am in reply to: No scrollbar when a tree inside a tab is expanded No scrollbar when a tree inside a tab is expanded #72735Hi Arnaud,
Please take a look at the provided example at: http://jsfiddle.net/6vfhx080/
JqxTabs is working with other widgets and as you can see from the example the scrollbar is displayed properly.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi mpod555,
Thank you for your interest in jqxGrid. Take a look at the provided example at: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/aggregatesrenderer.htm?arctic If you have any further questions do not hesitate to contact us.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 19, 2015 at 6:20 am in reply to: How To add Row in Grid using Input type With Autocomplete How To add Row in Grid using Input type With Autocomplete #72719Hi snakeheart42,
Take a look at the provided example at: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/cellcustomediting.htm?arctic
For the first two columns is used autocomplete,your approach should be the same.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 19, 2015 at 6:08 am in reply to: Remove Month navigation links Remove Month navigation links #72717Hi jqxfidqs,
Please take a look at the provided example at: http://jsfiddle.net/nqfhe1ut/
You should use the ‘setDate’ method, in order to set the needed month. After that you can use the ‘setMinDate’ and ‘setMaxDate’ to show only one month.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 19, 2015 at 5:48 am in reply to: Styling background color of special date cell Styling background color of special date cell #72716Hi jqxfidqs,
Take a look at the provided example at: http://jsfiddle.net/jqwidgets/vb5ckuvg/
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 18, 2015 at 11:08 am in reply to: How to add subitem to a node? How to add subitem to a node? #72679Hi shyselsasi,
Take a look at the provided demo at: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtree/settings.htm?arctic
If you have any further questions do not hesitate to contact us.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi Dinesh,
Unfortunately jqxComboBox does not have events that are not connected with a selection of values.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 17, 2015 at 5:13 am in reply to: check tree node by node name of any button click. check tree node by node name of any button click. #72611Hi Alien,
Please give us some more details what you want to achieve and why the provided demo is not useful to you.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 16, 2015 at 12:30 pm in reply to: How to set checked when jqxgrid load through dataAdapter How to set checked when jqxgrid load through dataAdapter #72578Hi saud,
JqxGrid does not have ‘checked’ property or event. Take a look at the following example which represents the usage of ‘setcellvalue’ method with checkbox column: http://jsfiddle.net/7y1t087f/
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 16, 2015 at 10:03 am in reply to: How to set checked when jqxgrid load through dataAdapter How to set checked when jqxgrid load through dataAdapter #72570Hi saud,
The checkbox column works with true and false,not with other values. If you want to set checked with loading of the jqxGrid, your data should be appropriate for that purpose. As shown in the provided demo at: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/checkboxcolumn.htm?arctic When you have the data, through the dataAdapter you would have some values checked.
There is not ‘checked’ property in the jqxGrid. However, if you want to check a checkbox through code, you can use its “setcellvalue” method.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.com -
AuthorPosts