jQWidgets icon indicating copy to clipboard operation
jQWidgets copied to clipboard

Angular, Vue, React, Web Components, Blazor, Javascript, jQuery and ASP .NET Framework,

Results 206 jQWidgets issues
Sort by recently updated
recently updated
newest added

The grid jerks when it is scrolled if rowdetails are enabled. The behavior is the same regardless of content of the rowdetails. The jerk appears only with rows, which are...

**Describe the bug** After disabling the grid it clears its state (page, sorting, filtering, etc.) **To Reproduce** Steps to reproduce the behaviour: 1. Go to https://codesandbox.io/s/disabling-grid-resets-to-page-1-nbkxv5?file=/src/app/app.component.ts 2. Scroll to any...

**Describe the bug** When entering a NEGATIVE number in the number input and then remove some digit from it the cursor places itself before the last digit before the decimal...

**Describe the bug** When the listbox is filterable and you apply some filter the returned value from the getSelectedItem method is wrong **To Reproduce** Steps to reproduce the behaviour: 1....

**Describe the bug** When a custom word for filterchoosestring is set the filter starts working incorrectly. When you filter the data and then try to remove the filter (set the...

The issue can be reproduced with the arctic demo: https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/dataexport.htm?arctic The non-working themes are: Arctic, Web, Fresh, Black and Le Frog For these themes, xlsx export doesn't work with exportdata...

Link to code: https://github.com/jqwidgets/jQWidgets/blob/master/jqwidgets/jqxkanban.js The following handler is added/removed without taking into account the id of the kanban: `(".jqx-kanban-item-color-status, .jqx-kanban-item-avatar, .jqx-kanban-item-text, .jqx-kanban-item-content, .jqx-kanban-item-keyword, .jqx-kanban-item-template-content") ` This leads to mismatch of...

The jqxForm documentation is missing for the Vue section of the website Link to website: https://www.jqwidgets.com/vue-components-documentation/

jqxGrid returns error if the source in jqxdataAdapter contains a datafield called 'group' example: https://jsfiddle.net/swy91e5o/1/ `'group' is a reserved word` can be added as a note to the jqxdataAdapter's documentation