jQWidgets Forums
Forum Replies Created
-
Author
-
Hi Peter,
as I’m new to mobile app development, I would need to understand one thing from you: actually my knowledge in your product is based on previous works in jqwidgets + bootstrap + php + mysql.The mobile app that I need to develop must be deployed by the different app stores of iOS and Android.
So to try to reuse some of my skill, I’m thinking to build this app using jqwidgets, bootstrap and package it by phonegap.What do you think about? Is this a possible approach?
King regards,
MattI connect to this older post because I have a similar question…..
I’m beginning to think about a mobile app, that needs to work with off-line data, and I would like to know if the right and only way to build an hybrid app with jqWidgets is to pack it with phonegap.Kind regards,
MattSeptember 24, 2016 at 8:12 am in reply to: jqxTreegrid + jqxGrid master/slave jqxTreegrid + jqxGrid master/slave #87672Hi Hristo,
I’va taken a look at your code and modify accordingly mine.I works!!!
Thanks
September 22, 2016 at 1:52 pm in reply to: jqxTreegrid + jqxGrid master/slave jqxTreegrid + jqxGrid master/slave #87632You can see my sample based on previous code here: https://www.jseditor.io/?key=treegrid-master-slave
we have one main treegrid and a grid
selecting a row on the treegrid it must show inside grid only records related to the row selected in the tree.
the relation between tree and grid records is based on two column UIrow (treegrid) and UIrow_esploso (grid).Now experiment the issue.
Expand the rows in treegrid and select the row with UIrow = 38;
On the grid, instead of showing only the 4 rows with UIrow_esploso = 38, it shows the first 4 rows.The code is taken and adapted from your DEMO code; I checked again but I didn’t understood where I’m wrong.
please check and help me find the solution.Thanks.
September 22, 2016 at 1:39 pm in reply to: jqxTreegrid + jqxGrid master/slave jqxTreegrid + jqxGrid master/slave #87630Hello,
I created the sample in jseditor…. now how I can share with you here?with thanks
June 10, 2016 at 11:44 am in reply to: Posting jqxNumberInput value from a form Posting jqxNumberInput value from a form #85030Hi Peter,
yes I know that in the $_POST array I have input’s value which in my case is “__3″;my question is about how, in my php page that the form post to, I can get directly the numeric value instead of “__3”.
Kind regards,
MattMarch 30, 2016 at 7:21 pm in reply to: Permanently loading state icon if [{"TotalRows":"0","Rows":null}] Permanently loading state icon if [{"TotalRows":"0","Rows":null}] #83018Yeah, it works
thanks a lot
-
AuthorPosts