gijgo icon indicating copy to clipboard operation
gijgo copied to clipboard

Gijgo - Free Javascript Controls

Results 131 gijgo issues
Sort by recently updated
recently updated
newest added

Hi, after clicking on detail expand my checkbox is set to true, but when i collapse it and expand it again, the checkbox looks unchecked (but it's still set to...

I have two datepicker date 'StartDate' and 'EndDate' , when I choose a date from 'StartDate' it's automatically minDate to 'EndDate' $('#StartDate').datepicker({ uiLibrary: 'bootstrap', format: 'dd-mmm-yyyy', minDate: new Date() });...

I need the tree object to return all nodes to me when one of them is moved. I have the following code: tree.on('nodeDrop', function (e, id, parentId, orderNumber) { var...

When i try to change year by click on it, i got this error : > Uncaught TypeError: Cannot set property 'style' of undefined on gijgo.js:15186

The timepicker has some incorrect behavior in ampm mode when the selected hour is 12. Here's how to reproduce the problem - initialize the timepicker in ampm mode with an...

This patch is a proposed fix for issue https://github.com/atatanasov/gijgo/issues/666 It fixes the following when mode=ampm: - 12:00 am is now shown in the text box as 12:00 am (not 0:00am)...

First of all, thank you for these awesome free controls. It seems this selector filter `[data-role="row"]` is present in selectAll but missing in unSelectAll function causing issue when grouping is...

This fails with and internal server error. ```javascript $(document).ready(function () { $('#grid').grid({ dataSource: '/Test/GetData', columns: [ { field: 'Seq'}, { field: 'Name'} ] }); }); ``` While this works fine.....

cellDataChanged event is not triggering when clicking on outside the Gridor any other controls. It triggers only when we do mouse click on another editable cell. Can we have any...