thrace-project / datagrid-bundle

The ThraceDataGridBundle integrates the jqgrid jQuery
MIT License
18 stars 9 forks source link

[Docs] - DataGrids events #1

Open zender opened 10 years ago

zender commented 10 years ago

Add more documentation about DataGrid events.

Lewik commented 9 years ago

In your js i found jQuery('#thrace-datagrid-container-' + gridName).next().trigger(gridComplete); I use it for additional settings for grid (for example: file upload) And I need to place empty element for next() after container. Why next()?