jQWidgets Forums
Forum Replies Created
-
Author
-
March 7, 2016 at 11:06 am in reply to: jqxDropdown inside jqxPanel issue jqxDropdown inside jqxPanel issue #82164
Hi Florian Auer,
The DropDown is positioned absolutely in the page’s body, not in nested elements. It does not matter whether it is in our Panel or in custom Panel with scrolling. If you would like to close it, then you can close it using the “close” method.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comMarch 7, 2016 at 8:30 am in reply to: Copy and Paste in editor kills Chrome Copy and Paste in editor kills Chrome #82153Thank you for the update.
Hi DuaneC,
We do not see the number of DIV tags to increase after adding/removing the DropDownButton. However, in case we reproduce the reported behavior, we will create a work item for future jQWidgets update. Thank you for feedback!
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Pietervk,
You have probably missed to set the “type” of each data field in the source object.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comJanuary 28, 2016 at 10:44 am in reply to: User defined row id in jqxgrid User defined row id in jqxgrid #80891Hi Natraj,
It’s not possible to manipulate the generated HTML by jqxGrid. You can manipulate the cells rendering through the cellsrenderer function of each column. Example for that is available on the Grid’s Demos page.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Hi Christian,
Thanks. All the best to you, too.
It depends on the interest about these two tools. There are many things which could be done.
Regards,
PeterNovember 25, 2015 at 6:44 pm in reply to: Grid/TreeGrid – Inconsistent method names Grid/TreeGrid – Inconsistent method names #78556There is consistency and the method names are the same as you see. Something as small as camel case is very minor, but As a matter of fact addFilter, removeFilter and clearFilter in jqxGrid will work, too. Example: http://jsfiddle.net/jqwidgets/4s1f6q5q/. All widgets are documented and there is example for each property, method and event so by reading our Documentation and Examples you will learn how to use them.
Hi fritzfrancis,
There is mapping, record and root settings in the adapter’s source object which point where the data array is.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/October 2, 2015 at 5:05 am in reply to: Disable "tab key" navigation in jqxDateTimeInput Disable "tab key" navigation in jqxDateTimeInput #76358Hi Ioana,
No, it is not possible. The feature is built-in.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comSeptember 8, 2015 at 4:31 am in reply to: grid editing for php mysql not save grid editing for php mysql not save #75623Hi amylam,
Unfortunately, I do not see the problem to be on our side here. It should be something specific to your PHP code and Update queries. The Save to DB is a custom server code, not part of jqxGrid. The PHP code should be specific to your DB and Field names and DB Structure and restrictions at all. I would suggest you to debug your PHP code and see what happens after the UPDATE query.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Hi emberq,
You can use jQuery’s append function to dynamically add HTML Elements to your web page and after you have the HTML Elements on the page, you can initialize the widgets.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/September 4, 2015 at 9:47 am in reply to: Grid sortting date format Grid sortting date format #75488Hi Siva,
The Date format is not important, because the Grid always sorts by JavaScript Date objects. It internally works only with JavaScript Dates for Date columns. Demo: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/sorting.htm?arctic
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comSeptember 4, 2015 at 5:51 am in reply to: Undefined Chart.Source.Records Undefined Chart.Source.Records #75472Hi AdamC,
Here is how to handle click events in jqxChart: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxchart/javascript_chart_events.htm?arctic.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHello Thomas,
Due to violation with our Forum Policy and especially:
– Be respectful and courteous to other users.
– Communicate with everyone in a professional manner.Your Forum Account will be Blocked.
Best Regards,
MarkovJuly 11, 2015 at 8:50 am in reply to: Grid does not show the data in a page that is not the start page. Grid does not show the data in a page that is not the start page. #73626Hi t.faroq,
To bind the Grid in .NET, please refer to our .NET examples and documentation. Your problem seems more related to wrong URL or something like that.
Best Regards,
Peter Stoev -
AuthorPosts