jQWidgets Forums
Forum Replies Created
-
Author
-
November 13, 2014 at 8:02 am in reply to: How to have nested Splitters inside the tab How to have nested Splitters inside the tab #62661
Hi Nadezhda,
Thank you So much ….
What I needed…..Its Exactly There…..
November 12, 2014 at 1:00 pm in reply to: Nested Splitter inside Tabs Nested Splitter inside Tabs #62578Hi, There
Is there any way to have a nested Splitters inside the tab..
I have drawn the tab in Paint attaching it below….
Is it Possible Now in 3.5 !!
Hi,HardCode
Can you please Provide me the Code to make readonly true afterwards…..
November 4, 2014 at 1:16 pm in reply to: Grid Is not Populating with Dynamic JSON Data,Columns and Datafeilds Grid Is not Populating with Dynamic JSON Data,Columns and Datafeilds #62112I have Successfully achieved ..what I wanted Thanks …… but the solution given is not to the point…..
Again Thanks …thanks for responding….
November 4, 2014 at 11:58 am in reply to: Grid Is not Populating with Dynamic JSON Data,Columns and Datafeilds Grid Is not Populating with Dynamic JSON Data,Columns and Datafeilds #62108I am receiving Data in JSON format …the format is —->
[{ “name”=”FROM_KG”, “type”=”number”},
{ “name”=”TO_KG”, “type”=”number”},
{ “name”=”ZONE1”, “type”=”number”},
{ “name”=”ZONE2”, “type”=”number”},
{ “name”=”ZONE3”, “type”=”number”},
{ “name”=”ZONE4”, “type”=”number”},
{ “name”=”ZONE5”, “type”=”number”},
{ “name”=”ZONE6”, “type”=”number”},
{ “name”=”ZONE7”, “type”=”number”}]which is not working….
How to Convert { “name”=”TO_KG”, “type”=”number”} format to
{ name=’TO_KG’, type=’number’} dynamically ….or plz help me to bind
dynamically …I mean I donot know the number of columns as well as row ….
How to achive that….pls suggest…
November 4, 2014 at 11:01 am in reply to: Grid Is not Populating with Dynamic JSON Data,Columns and Datafeilds Grid Is not Populating with Dynamic JSON Data,Columns and Datafeilds #62100The Columns I Am generating is —>
[Object { text="FROM_KG", datafield="From_Kg", columntype="textbox"}, Object { text="TO_KG", datafield="To_Kg", columntype="textbox"}, Object { text="ZONE1", datafield="Zone1", columntype="textbox"}, Object { text="ZONE2", datafield="Zone2", columntype="textbox"}, Object { text="ZONE3", datafield="Zone3", columntype="textbox"}, Object { text="ZONE4", datafield="Zone4", columntype="textbox"}, Object { text="ZONE5", datafield="Zone5", columntype="textbox"}, Object { text="ZONE6", datafield="Zone6", columntype="textbox"}, Object { text="ZONE7", datafield="Zone7", columntype="textbox"}, Object { text="ZONE8", datafield="Zone8", columntype="textbox"}, Object { text="ZONE9", datafield="Zone9", columntype="textbox"}]
The Datafeild I am generating is —–>
[ Object { name="FROM_KG", type="number"}, Object { name="TO_KG", type="number"}, Object { name="ZONE1", type="number"}, Object { name="ZONE2", type="number"}, Object { name="ZONE3", type="number"}, Object { name="ZONE4", type="number"}, Object { name="ZONE5", type="number"}, Object { name="ZONE6", type="number"}, Object { name="ZONE7", type="number"}, Object { name="ZONE8", type="number"}, Object { name="ZONE9", type="number"} ]
-
AuthorPosts