jQWidgets Forums
Forum Replies Created
-
Author
-
December 22, 2017 at 9:02 am in reply to: In case of mobile device, the jqxNumberInput doesn't hold the new number. In case of mobile device, the jqxNumberInput doesn't hold the new number. #98034
Hello Hristo,
I had already gone through the links mentioned above.
Please try to understand my question. Might be I could not explain it properly.
Let me explain you once again in a very fresh mood.My web app is developed for Desktop PC and it runs very well on PC thru Google Chrome Browser URL (latest).
It also runs fine on mobile device thru Google Chrome Browser (latest).
Point to be noted here is, I am running the same web app on mobile device thru Google Chrome Browser (latest) as if I am running it on desktop PC.
Here no question of Mobile App but the mobile device is used only for the sake of web browser URL.In case of mobile device browser this web app works fine except the jqxdatetimeinput, which doesn’t hold changed date value.
However I discovered one workaround thing to work this on mobile browser that if I set property showCalendarButton: true then I am able to change the date thru the calendar button.
If this thing happens on Desktop browser without calendar button then why not on Mobile browser.
For you infomation. I did not add any special mobile related .js or .css files into the project.
for example:
<link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.windowsphone.css” type=”text/css” />
<link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.blackberry.css” type=”text/css” />
<link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.android.css” type=”text/css” />
<link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.mobile.css” type=”text/css” />Replay awaited
Regards and Thanks
Mahesh
December 20, 2017 at 1:08 pm in reply to: In case of mobile device, the jqxNumberInput doesn't hold the new number. In case of mobile device, the jqxNumberInput doesn't hold the new number. #97989Hello Hristo,
I wrongly mentioned jqxNumberInput actually I should have mentioned jqxdatetimeinput.
This web app is actually developed for desktop PC and not any mobile related .js or .css files are added to the project so far.
This project otherwise runs fine on mobile devices (Andriod 7.0.0) except jqxdatetimeinput box.
The problem is with jqxdatetimeinput box and only when I use the app on Android mobile devices.
Same App works absolutely fine on desktop PC.Problem Description:
I set a default date for the jqxdatetimeinput Widgets and it appears as expected.
When I try to change the default date then it allows me to change but doesn’t hold the new date.
After focusing on the next item (for example dropdownlist) the entered date again changes to the default date.
This happens only on mobile device.Actually I am want to have one app for desktop and mobile devices.
Please reply after reading both the post.
Sorry for the inconvenience.Regards
MaheshDecember 20, 2017 at 9:05 am in reply to: In case of mobile device, the jqxNumberInput doesn't hold the new number. In case of mobile device, the jqxNumberInput doesn't hold the new number. #97983Hello Hristo,
Thanks for the reply. I went through the demo.
I have these questions please answer them.1) Can we have one Web-App for desktop PC and Mobile devices as well.
2) If yes, then what are the additional changes should we do in the existing deskop-PC based web app.
2) If yes, then what are the minimum basic and common .js and .css files required.
Please mention jquery and jquery-mobile compatible versions. (To work on both desktop PC and mobile)3) How the App will determine whether the user is on Desktop PC or Mobile device.
4) Is it necessary to remove these two line from the real web app.
i) var theme = prepareSimulator(“numberInput”);
ii) initSimulator(“numberInput”);Thanks
July 24, 2015 at 12:34 pm in reply to: difference between ComboBox select event and change event. difference between ComboBox select event and change event. #74125Hi Dimitar,
I went through the forum topic suggested by you.
But I could not find any specific.So my question is What is the difference between ComboBox select event and change event?
Please answer this in a specific way.
Regards
Mahesh
June 23, 2015 at 12:08 pm in reply to: Where is the complete list of data types Where is the complete list of data types #72901Hi Peter,
Thanks for the reply and sorry for the duplicate post.
One more question: When must to use dataAdapter and can it be avoided?
Regards
MaheshJune 23, 2015 at 11:07 am in reply to: columntype: combobox not working for numeric datafield update. columntype: combobox not working for numeric datafield update. #72893Hi Ivailo,
Please provide the complete list of all data types mentioned/considered in all your jqwidgets.
for example. (float, int, string, bool etc.) I found them here and there in your documentation.
But not the complete list at one place. Why?
Also tell that, is it “bool” or “boolean” ?Because what I understood is there are only three primitive data types in java script.
And they are (string, number, boolean)Regards
MaheshJune 23, 2015 at 8:50 am in reply to: columntype: combobox not working for numeric datafield update. columntype: combobox not working for numeric datafield update. #72884Hi Ivailo,
After using latest version 3.8.0. the problem persist.
One more thing I did.
For testing purpose I converted numeric field into string in the database. Then it worked fine.
Why can’t it work with numeric field having 5 digits (e.g. 12478 value) Even it worked fine with single digit numeric fields (e.g. 1-9 value)Question : Is it necessary to use dataAdapter for a foreign collection of values for a datafield having combobox.
I have used an array for a foreign collection of values for a data fields having combobox.I am sure somewhere numeric and string type is clashing.
Please answer the question. also tell the solution if you can figure out on the basis of information provided.
I have spent 3 days for finding this bug (16 Hrs a day) without doing anything else, hoping that I am very close to the solution.Warm Regards
MaheshJune 22, 2015 at 2:37 pm in reply to: columntype: combobox not working for numeric datafield update. columntype: combobox not working for numeric datafield update. #72839Hi, Ivailo,
Some additional observation is,
When I select an item from the combobox it appears in the cell but when click on some other cell to get update, the cell doesn’t get updated.
It displays original value.In the background, if i debug the code in cellendedit event the oldvalue and newvalue are perfect.
But after that when control goes to cellvaluechanged event then there is a problem, newvalue becomes 0.Why this is happening only for columns having numeric values ranging (10001 to 10600).
In fact programming code is common for all the columns.Regards
MaheshJune 22, 2015 at 2:07 pm in reply to: columntype: combobox not working for numeric datafield update. columntype: combobox not working for numeric datafield update. #72837Hi Ivailo,
At present, I can’t send a fiddle with my code. (It is more messy and would be difficult to understand).
One more thing to share about the issue is, its working fine even with the numeric data field having value within the range of 1 to 500 (approx).But I have a issue with the column having numeric values ranging (10001 to 10600).
Any idea or guess will also help me.
Regards
Mahesh
-
AuthorPosts