jQWidgets Forums
Forum Replies Created
-
Author
-
March 4, 2013 at 7:58 pm in reply to: Passing variables to webmethod in ASP.NET forms Passing variables to webmethod in ASP.NET forms #16326
Sorry Peter, I’m just not getting it from the posts provided – just not enough information provided to give me a clear idea of what I need to do. I’m used to using ASP.NET MVC, but for a specific project, I’m forced to use webforms. Perhaps a more direct answer / example?
February 17, 2013 at 6:42 pm in reply to: 2 dropdown column types in grid? 2 dropdown column types in grid? #15376Thanks Peter! Any chance I can get an advanced version with the fix in it?
Rob
February 17, 2013 at 6:40 pm in reply to: Code fires JSON data request twice Code fires JSON data request twice #15375Thanks Peter! Unfortunately, if I remove the autoBind: true, the dataAdapter contains no records, even though I can see the JSON string returning data in FireBug. Did I forget something else?
Rob
October 17, 2012 at 6:08 pm in reply to: Exporting zip codes to XLS renders as date? Exporting zip codes to XLS renders as date? #9646Yep, completely lost what you were talking about. Thankfully your example proved useful, and the use of
type: 'string'
in the datafields collection indeed fixed the issue.
October 17, 2012 at 5:54 pm in reply to: Exporting a grid with grouping fires off javascript error Exporting a grid with grouping fires off javascript error #9643Thanks! Any plans to include grouped grids in the export in the future?
October 17, 2012 at 5:52 pm in reply to: Exporting zip codes to XLS renders as date? Exporting zip codes to XLS renders as date? #9641Thanks Peter. According to the documentation there are only two options: number and checkbox. I tried string as an option, thinking perhaps the docs were not updated with that option, but no luck. It still exports as a date (and all the same, regardless of the value of the zip code – 12/31/1969
September 29, 2012 at 12:41 am in reply to: Displaying other text with pie chart Displaying other text with pie chart #8670Thanks Dimitar, but not exactly what I was looking for. Rather, I would like to use the toolTipFormatFunction, but include the count there. The count is one of my datafields, but based on the samples, I’m not sure how to get access to the count field.
September 14, 2012 at 4:00 pm in reply to: Down Arrow not showing on parent menus Down Arrow not showing on parent menus #7966Duh! As soon as I post it I find the answer… Here’s the answer for those who need it:
$("#jqxMenu2").jqxMenu({ height: '40px', theme: 'darkblue', showTopLevelArrows: true });
Disregard – it was refreshing too quickly and not getting the changes from the database – lol!
Thanks Dimitar – this sample is a good sample but does not accomplish what I am looking for. I would like the entire grid refreshed.
September 12, 2012 at 3:38 pm in reply to: Enabling edit for certain checkbox columns Enabling edit for certain checkbox columns #7816Awesome!
August 18, 2012 at 10:37 pm in reply to: NumberInput on input types? NumberInput on input types? #6867Bummer. I would really like to apply this to textboxes (I could do without the spin buttons – not practical in many circumstances, such as latitude / longitude, etc.).
July 5, 2012 at 12:15 pm in reply to: Performance issue with larger scales Performance issue with larger scales #5695Confirmed working. Not sure what I was doing
July 5, 2012 at 2:22 am in reply to: Performance issue with larger scales Performance issue with larger scales #5678Ah yes, I should have been more specific. I was attempting to implement the linear gauge horizontally. I tried the above sample and it indeed worked fine… However, the linear gauge appears to have the issues.
June 19, 2012 at 5:32 pm in reply to: Custom tool tips and other issues Custom tool tips and other issues #5120Customizing chart tooltips would be a great future enhancement. I have the need to do so as well.
-
AuthorPosts