jQWidgets Forums
Forum Replies Created
-
Author
-
November 4, 2015 at 1:00 pm in reply to: couldn't save grid with first row as datepicker couldn't save grid with first row as datepicker #77750
Hi Hristo,
Thanks for the reply. But i am not able to understand with the example you provided and i tried the things you said in my example and getting the same error. Could you help me by correcting the example i have posted earlier??
Thanks,
MonishNovember 4, 2015 at 4:53 am in reply to: couldn't save grid with first row as datepicker couldn't save grid with first row as datepicker #77720Hi
I was wrong in my previous post. I’m getting the same error in demo i mentioned too. Kindly help in why i’m getting that error.
October 29, 2015 at 11:29 am in reply to: cells with date picker in first row of the grid alone cells with date picker in first row of the grid alone #77499Hi Ivailo,
Thank you very much. I understood where i went wrong. It’s working fine now.
Thanks,
MonishOctober 29, 2015 at 7:10 am in reply to: cells with date picker in first row of the grid alone cells with date picker in first row of the grid alone #77479Hi,
I tried with the above mentioned example, Here is code i tried, jseditor. Kindly correct me where i have gone wrong.
I’m facing following problems:
1. Datepicker icon not showing in the cell, but the cell is a jqxdateinput cell.
2. The calendar is not showing and could not able to select date. I have to type the date in cell instead.
3. When i edit the date cell and change the date, it is not changing and instead the value is saved in the some other cell which i click.Thanks,
MonishOctober 16, 2015 at 1:09 pm in reply to: could not save jqxTreeGrid data to database could not save jqxTreeGrid data to database #77004Hi Peter,
I just now read your post. In the meantime, i was trying the exact same thing you mentioned in the previous post. I used the traverse to get rows and pushed the data to an array and got the result i was expecting. I really appreciate your patience on me and guiding to get my result. Thank you very much Peter.
Thanks,
MonishOctober 16, 2015 at 10:57 am in reply to: could not save jqxTreeGrid data to database could not save jqxTreeGrid data to database #76993Hi Peter,
I could not understand and don’t know to proceed further. Thanks for the support.
Thanks,
MonishOctober 16, 2015 at 7:16 am in reply to: could not save jqxTreeGrid data to database could not save jqxTreeGrid data to database #76959Hi,
Could you please help me out with an example??
Thanks,
MonishOctober 14, 2015 at 12:36 pm in reply to: could not save jqxTreeGrid data to database could not save jqxTreeGrid data to database #76859Hi Peter,
Thanks for the idea. But getRows method returning hierarchy row data alone and not its sub rows. My doubt is, the downloded json file contains both hierarchy and sub rows, when i change the file name to null as u suggested and check it through script alert, it just shows the hierarchy row data alone. Why there is a difference here?? I’m badly stuck here. Kindly help.
Note : collapsedRecords – Boolean value. Determines whether the collapsed records would be included in the export.
collapsedRecords is not making any difference even though value set to true or false in the downloaded file as well as the alert which i’m using.
Thanks,
MonishOctober 14, 2015 at 10:30 am in reply to: could not save jqxTreeGrid data to database could not save jqxTreeGrid data to database #76855Hi,
Even though i set collapsedRecords: true in exportSettings, the sub rows are not added to the exportData. Kindly help.
Thanks,
MonishOctober 14, 2015 at 7:35 am in reply to: could not save jqxTreeGrid data to database could not save jqxTreeGrid data to database #76843Hi Peter,
Its working, but the sub rows are not exporting. In your example, it shows the data of hierarchical row alone and not its sub rows. Is there any way to get the sub row data too??
Thanks,
MonishOctober 14, 2015 at 6:44 am in reply to: could not save jqxTreeGrid data to database could not save jqxTreeGrid data to database #76836Hi Peter,
Thanks. I tried now, still its downloading. I used the following export settings
exportSettings : {columnsHeader: true, hiddenColumns: false, serverURL: null, characterSet: null, collapsedRecords: false, recordsInView: true,fileName: null}
And when i do the following:
itemData = $('#reportGrid').jqxTreeGrid('exportData','json');
the alert value of itemData comes as undefined. How to proceed further to save the data to database?
Thanks,
MonishHi Peter,
Thanks. I got a solution using that “records”
Hi Ivailo,
Thanks for the support. Its working fine now
Regards,
MonishMarch 25, 2015 at 9:42 am in reply to: How to export Grid data in Excel format other than MS – Excel How to export Grid data in Excel format other than MS – Excel #69128Hi Dimitar,
Its working in updated version.
Thanks,
MonishMarch 23, 2015 at 12:25 pm in reply to: How to export Grid data in Excel format other than MS – Excel How to export Grid data in Excel format other than MS – Excel #68995Hi,
When i try to open your example in OpenOffice Calc from data export grid, it is not opening properly. Kindly check it.Thanks,
Monish -
AuthorPosts