jQWidgets Forums
Forum Replies Created
-
Author
-
April 10, 2013 at 7:01 am in reply to: Dropping nodes from tree into grid Dropping nodes from tree into grid #18956
any ideas on this?
March 21, 2013 at 8:46 am in reply to: DataAdapter issue with Firefox and Chrome DataAdapter issue with Firefox and Chrome #17608Okay thanks Peter – I will try jsonp and let you know what I find.
Thanks again
Mark
March 21, 2013 at 7:51 am in reply to: DataAdapter issue with Firefox and Chrome DataAdapter issue with Firefox and Chrome #17600Thanks for this Peter, but isn’t my webpage on http://leadmesh.cloudapp.net:8080 not on the same domain as my call to the server on http://leadmesh.cloudapp.net/Admin.svc/Elements?filterscount=0&groupscount=0&pagenum=0&pagesize=10&recordstartindex=0&recordendindex=18 ?
Thanks
Mark
March 20, 2013 at 2:53 pm in reply to: DataAdapter issue with Firefox and Chrome DataAdapter issue with Firefox and Chrome #17571Hi Peter,
I have been doing some research on this today following on from your feedback and I am unfortunately still confused why I am seeing this issue as I am visiting the same domain – the only difference is the port, and from what I have read this issue only occurs when you are going to different domains. As mentioned, this works fine in IE, but not Chrome or Firefox.
The reason I have this as a GET is because the call is idempotent and I want to show this to my consumers if possible.
Any pointers would be greatly appreciated.
Cheers
Mark
March 20, 2013 at 7:34 am in reply to: DataAdapter issue with Firefox and Chrome DataAdapter issue with Firefox and Chrome #17525Excellent – thanks for the quick response Peter.
Excellent – thanks Peter – I added the second DIV and it worked straight away.
Interestingly, this issue doesn’t seem to affect a popup window when you are just using basic HTML capture elements. i.e. below is a popup on the same page that works but doesn’t have both DIVS, which is why I didn’t go back to the documentation.
<div id="wnd_advertiser" style="display:none"> <div style="overflow: hidden;"> <table> <tr> <td align="right">Name:</td> <td align="left"> <input id="advertisername" /></td> </tr> <tr> <td align="right"></td> <td style="padding-top: 10px;" align="right"> <input style="margin-right: 5px;" type="button" id="advertisersave" value="Save" /><input id="advertisercancel" type="button" value="Cancel" /> </td> </tr> </table> </div> </div>
Anyway, thanks so much for your help – I have a complex page and this is the last issue I had.
Thanks
Mark
January 3, 2013 at 10:11 pm in reply to: Data Adapter async: false issue Data Adapter async: false issue #13102Excellent – will do
Thanks for your help.
Mark
January 3, 2013 at 9:39 pm in reply to: Data Adapter async: false issue Data Adapter async: false issue #13097Hi Peter,
Thank you for such a quick response. Just checking my understanding of your response – the data adapter passes through the async flag to an $.ajax call and as such I need to have a callback to handle the request regardless of the async: false?
The purpose of my function was to return da_campaigndetail.records so that the calling function could take out the top level data (always expecting only one top level object) for some ui elements, and bind the .Delivery collection to a grid.
I was struggling with scope / closures to return da_campaigndetail.records so I thought this could be a good solution, but it looks like I cannot get away from the callback
If you have any suggestions on how I can return the records from the loadComplete callback function in the above code I would really appreciate the direction.
Thanks
Mark
November 28, 2012 at 7:27 am in reply to: ValueMember in dropdown list column ValueMember in dropdown list column #11580Thanks Dimitri
Do you know if this will be added to the product roadmap as I suspect that a lot of people will find this very useful?
Cheers
Mark
November 26, 2012 at 12:48 pm in reply to: ValueMember in dropdown list column ValueMember in dropdown list column #11470Thanks Dimitar,
Can you think of a workaround I can apply here to ultimately store the data from the valueMember in the underlying dataAdapter, or is the only way I can do this is to capture the display data and look up it’s ID in code on the server side?
Thanks
Mark
September 4, 2012 at 6:48 am in reply to: drop down list not refreshing from json source drop down list not refreshing from json source #7386Hi Dimitar
Thanks for this. I could get your sample to work but still not mine. In the end I have reduced the form to be just the dropdown (still not refreshing), and have found the problem on my json side as the response was being cached, so not a jqwidgets issue.
Adding this code in my wcf json service
WebOperationContext.Current.OutgoingResponse.Headers.Add("Cache-Control", "no-cache");
resolved the problem. Thanks for your helpMark
September 2, 2012 at 10:42 pm in reply to: How to add additional item to dropdownlist when sourced from json How to add additional item to dropdownlist when sourced from json #7365Excellent Peter – apologies for my basic mistake.
Thanks
Mark
September 2, 2012 at 5:35 pm in reply to: How to add additional item to dropdownlist when sourced from json How to add additional item to dropdownlist when sourced from json #7363I am using version v2.34 in case that is important and testing in IE9
Excellent Dimitar – I have just tested this and it was exactly what I was looking for. Thanks again
-
AuthorPosts