SvetoslavjQWidgets

Results 23 issues of SvetoslavjQWidgets

**Describe the bug** When the grid width is set to 100% and there is one column width set to pixels, the calculation of the other columns' width is incorrect. A...

**Describe the bug** When validations are enabled, the order of the messages is not correct **To Reproduce** Steps to reproduce the behavior: 1. Go to https://jsfiddle.net/jpeszleny/fowqrm1L/4/ 2. Double-click on the...

**Describe the bug** If you try changing the columnresize property dynamically, the value will be changed but the behaviour will be as initially set. **To Reproduce** Steps to reproduce the...

**Describe the bug** There is a situation where the grid's filter row is a custom widget and is a drop-down with checkboxes. When you search for an item in the...

**Describe the bug** When the filter row is enabled and there are columns of type date, the input element does not respond on typing in it Grid demo: https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/datefilter.htm **To...

A client has suggested that searchAppointments could be added. He has provided a code example of the function: ``` searchAppointments: function (f) { var e = this; for (var d...

**Describe the bug** A user copied and pasted a demo from the website in Vue3 but an error is received: jqxDataTable: Column Groups initialization Error. Please, check the initialization of...

**Describe the bug** If the grid is in grid mode, you highlight any row in the grid, copy it with Ctrl + C and paste it, you will see correct...

**Describe the bug** There is a grid which is editable and has aggregates as well as grouping aggregates. When you edit a cell, only the aggregates are updated, the grouping...

**Describe the bug** Column widths are set in percentages in the column definition object. But when there is a autosavestate, it saves the state to the local storage and there...