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

function loadData() { Grid = $('#Grid').grid({ primaryKey: 'ID', dataSource: '/Dealer/GetData', uiLibrary: 'bootstrap4', columns: [ { field: 'ID',hidden:true }, { title: 'Code', field: 'Code', sortable: false }, { title: 'Action', field:...

Hi, In Gijgo Grid's site for connected grid, there's an issue when you first load the page to view the connected grid page cuz there's no row selected in first...

In a Tree, I need to set a parent node to indeterminate state in the back-end, but I can't find a property for that. I can set a node to...

As the title described, I'm trying to take advantage of the 'checkboxChange' event, but it will triggered twice when I try to click a tree node which is the only...

How to call my function on row reorder event?

enhancement

The messages files for Italian, spanish and french have capitalized month names and shortnames when the standard requires lowercase names. This represents a problem when Datepicker (or datetimepicker) is used...

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. Release notes *Sourced from [bootstrap's releases](https://github.com/twbs/bootstrap/releases).* > ## v3.4.1 > * **Security:** Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by...

dependencies

The tree component getNodeById / getNodeByText methods return only a single node even if there are multiple nodes in the tree with the same Id/Text. Is there a way to...

i can't reinitialize datepicker after destroyed, need your assistance for this issue