jQWidgets Forums
Forum Replies Created
-
Author
-
August 31, 2016 at 4:11 pm in reply to: Date not displaying correctly after upgrade Date not displaying correctly after upgrade #87021
Applied a rather crude temp css fix for now. Many thanks
August 31, 2016 at 11:15 am in reply to: Date not displaying correctly after upgrade Date not displaying correctly after upgrade #87000Hi Peter
Thanks for swift reply. The problem is that the built-in rendering in vv4.2.1 puts all the text to the left with no left margin so it is touching the border. Is there a way to create some css such as margin-left: 8px; and apply to the cells. Hope so. Thanks
November 12, 2014 at 2:43 pm in reply to: DataTable header not aligning with cell columns DataTable header not aligning with cell columns #62598Hi Peter
To try and isolate the problem, where should I be looking in the css for header code. Thanks
August 29, 2014 at 5:47 pm in reply to: Filter date calendar not displaying Filter date calendar not displaying #58948Hi nazezhda
There is definitely something weird going on. When I run the filterrow demo that works fine. Although I would expect to to bearing in mind it is just generating random data and setting a time to midnight. This is not working however when trying to use with php and json. Is there a demo i can view where this is working in a php environment? Obviously the TypeError is not getting a format it is expecting. Many thanks
August 29, 2014 at 4:53 pm in reply to: Filter date calendar not displaying Filter date calendar not displaying #58946nazezhda
In my globalize.js file, do I have to amend anything in there to accompany my localization code. Such as, I noticed that in the globalize.js file the first day is set to 0. But in my code it is set to 1. Would that make a difference. Thanks
August 29, 2014 at 11:03 am in reply to: Filter date calendar not displaying Filter date calendar not displaying #58936Hi nadezhda
I wasn’t aware of that. However, I included globalize.js and still throwing same error. I have tried different versions of jquery up to 1.11.0 but no change. How can I troubleshoot this. Thanks
August 29, 2014 at 9:34 am in reply to: Filter date calendar not displaying Filter date calendar not displaying #58932Hi nadezhda
I did that but still problem persists. I tried to debug and what happens is if I click a date in the calendar, say 6, this triggers an error of:TypeError: an is null
which points to jqx-all.js file. As I said in earlier post, I am using the jqx-all.js file save loading in individual files. Don’t know how to proceed with this. Thanks
August 29, 2014 at 8:11 am in reply to: Filter date calendar not displaying Filter date calendar not displaying #58925Hi nadezhda
I beat you to it and downloaded 3.4.0 but still the problem persists. I have uploaded some grabs so you can possibly see the problem yourself. Many thanks
August 28, 2014 at 6:12 pm in reply to: Filter date calendar not displaying Filter date calendar not displaying #58906Hi nadezhda
I am using jqxwidets 3.2.2 with the jqx-all.js script. I have amended as per your suggestion but it has made no difference. What I find strange, is in the demo, it allows you to select the first date then the second. When my calendar opens and I select the first date it selects all the date ranges and also, there is no Today or Clear buttons in the calendar. As far as my 2nd question is concerned, could it have something to do with the way I am returning the date from php? I shall try to make a fiddle and see if I can get a working demo. Thanks
August 24, 2014 at 8:54 am in reply to: Datatype date displaying incorrect format Datatype date displaying incorrect format #58702Hi Peter
Thank you for that. In your example, you used js to generate the data. Should this example still work based on an mysql datetime field. Many thanksAugust 22, 2014 at 4:45 pm in reply to: Datatype date displaying incorrect format Datatype date displaying incorrect format #58681Peter
Ok. If I use the default grid as per your demos, using the northwind database, How would I display uk datetime format on the HireDate field. ie; 22-08-2014 15:36:23. The reason I ask is because I have tried various format, cellformat but nothing seems to work. So if I can see how I would format a datetime to display this way in a default grid, I can move on. ThanksAugust 22, 2014 at 8:05 am in reply to: Datatype date displaying incorrect format Datatype date displaying incorrect format #58664Hi Peter
I am not sure I understand your answer.It is unknown from the posted code what kind of data you try to load in the Grid and how you try to load it.
The data I am loding is json and I have posted my php script that handles the json data. Or have I totally misunderstood your answer? Thanks
Thank you Peter.
May 3, 2014 at 5:29 pm in reply to: jqxInput throwing jquery TypeError jqxInput throwing jquery TypeError #53900I shall try Peter. I shall try to setup a fiddle. Many thanks
April 23, 2014 at 3:50 pm in reply to: How to name RadioButtons for processing How to name RadioButtons for processing #53499Hi Dimitar
Coming back to naming, this is what the w3.org validator returns:Line 6, Column 41: Attribute name not allowed on element div at this point. <div name="mydiv" class="myclass"></div>
Also, if I include a name in my div, jquery.validator dosen’t recognise it. Does this mean that I have to use jqwidgets validator or is there a workaround. Thanks
-
AuthorPosts