Forum Replies Created
-
Author
-
October 6, 2022 at 6:52 am in reply to: select row on rowdetails unfold select row on rowdetails unfold #122617
Thank you very much Svetoslav
Hello Svetoslav
I’m refreshing data with en ajax call, but it’s the same than your example and it works for me , many thanks !Arnaud
September 27, 2016 at 2:46 pm in reply to: jqxValidator not working with jqxDateTimeInput jqxValidator not working with jqxDateTimeInput #87734demo here : http://jsfiddle.net/eb8k6vnd/1/
September 27, 2016 at 2:18 pm in reply to: Validator : action to check only at form submit Validator : action to check only at form submit #87733I found the answer by myself : action : ‘submit’.
But this valuie is not documented anywhere.
Loko
September 12, 2016 at 8:30 am in reply to: Custom formatString looses globalization Custom formatString looses globalization #87272got the answer : use HH instead of hh
November 13, 2015 at 4:31 pm in reply to: Dynamic columns and data types Dynamic columns and data types #78124Thanks ThanZel
November 6, 2015 at 3:50 pm in reply to: Dynamic columns and data types Dynamic columns and data types #77849Hi Thanzel
Thanks for the woraround. Could you post a sample json that the adapter gets, to see what data[0], data[1] and data[2] look like ?
November 6, 2015 at 2:02 pm in reply to: Dynamic columns and data types Dynamic columns and data types #77840Hi Dimitar
I think it is not for the client side (display) to decide/tell the data types, but for the server.
Why not giving us possibility in a next release to specify data types in the source ?
November 3, 2015 at 1:15 pm in reply to: Dynamic columns and data types Dynamic columns and data types #77701Hi Dimitar
No I don’t know what columns it can return, is it true dynamic columns, 1 per incoming month, so they will never have the same name.
I can’t imagine to hardcode in the dataAdapter columns from, let’s say, now to year 2100 …June 20, 2015 at 11:43 am in reply to: No scrollbar when a tree inside a tab is expanded No scrollbar when a tree inside a tab is expanded #72783Hi Mariya
I’ve found an explanation ! Localy on my intranet this does not work, but if I use jqx-all.js as we do in jsfiddle then it works too ! And ther’s no need to use initTabContent.
So I miss 1 or several files but can’t figure out which one(s). Here is the current list :
<script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxcore.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxbuttons.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxscrollbar.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxmenu.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxgrid.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxgrid.selection.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxgrid.columnsresize.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxdata.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxgrid.sort.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxgrid.storage.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxgrid.filter.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxgrid.edit.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxcheckbox.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxsplitter.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxdropdownlist.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxscrollbar.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxlistbox.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxtabs.js"></script> <script type="text/javascript" src="/PORTLETS_COMMUNS/jquery.jqwidgets/jqwidgets/jqxtree.js"></script>
Which lib should I add for it works ?
June 19, 2015 at 1:27 pm in reply to: No scrollbar when a tree inside a tab is expanded No scrollbar when a tree inside a tab is expanded #72766I temporarily added it just for tests,but I don”t want it.
How can I take benefit of all the available space in the page and not use a fixed height ? All my users does not have the same screen size.
June 19, 2015 at 1:11 pm in reply to: No scrollbar when a tree inside a tab is expanded No scrollbar when a tree inside a tab is expanded #72763It works because you added an fixed height parameter to the jqxTree. I don’t want to do that because I want to take benefit of all the avaliable screen height, and ‘100%’ does not seem to be accepted .
And if I remove this parameter I face the issue again.It even does not work if you put a value higher than avalbale space, for instance height:500.
June 19, 2015 at 1:00 pm in reply to: No scrollbar when a tree inside a tab is expanded No scrollbar when a tree inside a tab is expanded #72760NB : with the new example, what I said about the scroolbar deals with Chrome. With Firefox there is no improvement : no scrollbar at all even with initTabContent
June 19, 2015 at 12:42 pm in reply to: No scrollbar when a tree inside a tab is expanded No scrollbar when a tree inside a tab is expanded #72757OK Mariya
So I use initTabContent in that new example, the tab content becomes somewhat scrollable with mousewheel, but the scrollbar is not shown properly and not really usable.
June 19, 2015 at 12:06 pm in reply to: No scrollbar when a tree inside a tab is expanded No scrollbar when a tree inside a tab is expanded #72749Hi Mariya
I just created my jsFiddle by forking an example on your website, and this example does not uses https.
Anyway, I don’t understand what you mean by initlializing the tree in the initTabContent. Can you give me a code to do that please? -
AuthorPosts