Svetoslav Borislavov
Svetoslav Borislavov
**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 documentation for the range slider is outdated. Link: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxrangeselector/jquery-rangeselector-api.htm Examples: labelsOnTicks is missing, labelsFormat is listed as labelFormat, markersFormat is listed as markerFormat, labelsFormatFunction is not listed, markersFormatFunction is...
**Describe the bug** The date time input is set to month-only input (views:["year", "decade"]). When you pick a month for the first time the buttons don`t have padding. After the...
**Describe the bug** In the ev.detail.item (the object of the modified event) there is information only about allDay (boolean), dateStart and dateEnd. There can be more information such as label,...
**Describe the bug** The new row is not added to the top and it is filled with improper data when using virtualDataSource. In the example, the row should only have...
**Describe the bug** In Angular is missing the scrollBarSize property **To Reproduce** Steps to reproduce the behaviour: 1. Go to https://www.jqwidgets.com/angular-components-documentation/documentation/jqxdropdownlist/angular-dropdownlist-api.htm?search=drop 2. Find the scrollBarSize property and copy the example...
**Describe the bug** The first time the editDialogOpen callback is executed the dialog variable correctly references the _editDialog. After that, each time the function gets executed the dialog variable has...