Forum Replies Created
-
Author
-
March 7, 2016 at 9:44 am in reply to: User confirmation of selection User confirmation of selection #82156
Hi davesplat,
Here is a demo of how to do it:
https://www.jseditor.io/?key=dropdownlist-selection-confirmationBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/March 7, 2016 at 8:05 am in reply to: difficulty making charts display at all difficulty making charts display at all #82145Hi BradleyJQ,
First make sure your JS code is inside the head or the body tags. In order for the darkblue theme to work you must include the necessary .css file.
This code should work. Please check again your references.Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/March 7, 2016 at 7:40 am in reply to: Cannot make a button work ?? Cannot make a button work ?? #82143Hi, BradleyJQ
In order for your jQuery code to work before the html code you must put it in $(document).ready(function () { });
Here is an example:
https://www.jseditor.io/?key=jqxbuttonBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/- This reply was modified 7 years, 3 months ago by Ivo Zhulev.
March 2, 2016 at 1:22 pm in reply to: How to insert into db from grid to another grid How to insert into db from grid to another grid #82035Hi amatost,
Here is how to do this :
https://www.jseditor.io/?key=row-adding-from-one-grid-into-another-gridBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/Hi jahnvi25,
You must use the bindingComplete event in order to apply the css styles you want.
Here is a demo:
http://jsfiddle.net/wsy3nfm9/Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/- This reply was modified 7 years, 3 months ago by Ivo Zhulev.
- This reply was modified 7 years, 3 months ago by Ivo Zhulev.
February 25, 2016 at 6:56 am in reply to: The Initialized event don't run after the jqxTree is created and initialized The Initialized event don't run after the jqxTree is created and initialized #81814Hi hiepth,
You must place your initialize event code before the jqxTree definition.
Here is a demo:
http://jsfiddle.net/qqx808y7/Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/February 24, 2016 at 7:16 am in reply to: Using the 'selectItem' method with json data source Using the 'selectItem' method with json data source #81759Hi alastairwalker,
We cant seen that kind of behavior. Please take a look at this example:
http://jsfiddle.net/pwry5mmx/Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/February 11, 2016 at 3:17 pm in reply to: Text-wrap or horizontal scrollbar removal in dropdown list Text-wrap or horizontal scrollbar removal in dropdown list #81376Hi NickTheDeveloper,
Add the “autoDropDownHeight” property and set it to “true”.
Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/February 11, 2016 at 1:55 pm in reply to: can we have multi dropdown select with optgroup in jqxwidget? can we have multi dropdown select with optgroup in jqxwidget? #81374Hi prianch,
Please try again. I updated the sample.
Best Regards,
Ivo
jQWidgets Team
http://www.jqwidgets.com/February 11, 2016 at 11:49 am in reply to: how to get total in jqxgrid how to get total in jqxgrid #81369Hi veenahosur,
You will find your solution here:
https://www.jseditor.io/?key=jqwidgets-grid-show-totalBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/February 11, 2016 at 9:42 am in reply to: can we have multi dropdown select with optgroup in jqxwidget? can we have multi dropdown select with optgroup in jqxwidget? #81361Hi prianch,
You must add ‘group’ property to the source. Here is a demo :
https://www.jseditor.io/?key=jqdropdownlist-groupBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/February 10, 2016 at 4:55 pm in reply to: Text-wrap or horizontal scrollbar removal in dropdown list Text-wrap or horizontal scrollbar removal in dropdown list #81341Hi NickTheDeveloper,
You will find your answer here :
https://www.jseditor.io/?key=dropdownlist-word-breakBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/February 10, 2016 at 7:19 am in reply to: Knob append label not working Knob append label not working #81318Hi milesd,
You must set the knob dimensions in its constructor, append the input field to the tab and adjust the input field position :
https://www.jseditor.io/?key=knob-inside-splitter-with-tabsBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/- This reply was modified 7 years, 3 months ago by Ivo Zhulev.
February 9, 2016 at 5:08 pm in reply to: Knob append label not working Knob append label not working #81302Hi milesd,
You must change the <div> position and the var “index” must be set to “1”.
Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/February 9, 2016 at 5:01 pm in reply to: A link in tab1 to open up tab2 A link in tab1 to open up tab2 #81300Hi goldie,
Here is how :
https://www.jseditor.io/?key=select-tab-1Best Regards,
Ivo
jQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts