gijgo
gijgo copied to clipboard
Gijgo - Free Javascript Controls
hi, i want to fire rowDataChanged event on leave cell but not working. i dont want to use update button. thanks
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
hi, no work todayBtn: 'linked' in the datepicker? why?
https://gijgo.com/grid/configuration/grouping.groupBy Bootstrap 3 ` columns: [ { field: 'Name', sortable: true }, { field: 'DateOfBirth', type: 'date' } ] detailTemplate: 'Place Of Birth: {PlaceOfBirth}'` no comma before detailTemplate
How to set maxdate and mindate to datetimepicker? var today = new Date(); $('#date-input').datetimepicker({ modal: true, footer: true, format: 'HH:MM yyyy-dd-mm', maxDate: today, });
Hi. First at all, thank you for these components, they are really useful. Is there any way to know if the tree and all of its nodes are completely loaded?...
Hello i'm using the 1.9.13 version of the component and when the user presses enter on it will break it, it remains broken until re initialization. The component in the...
Bug? I have a main grid with keepExpandedRowsDefault : true and a grid nested in it. When the rows of the upper grid are opened after the update, the nested...
Hello guys. I have been trying to set up a tree with lazy loading that fetches the data from an ApiController, and it does not seem to be working. Setting...
I have 2 grids, one nested in another. How to change data in a first-level grid when changing data in a nested grid without re-reading the entire grid. For example,...