FAQ
Last updated
Last updated
index
Frequently asked questions
When working with the grid, you might want to Add / Update or Hightlight an item row from the Datagrid.
Note: This is strictly a client side event, you still have to implement any backend change yourself.
/
When you pass gridOptions to the angular-slickgrid
component, keep in mind that they get overloaded with the . In contrast to what might be expected, this change won't overwrite your provided object.
In cases, where depending on your data you might want to update the options (e.g. make columns readonly based on permissions) make sure to update your reference in the onAngularGridCreated event handler as shown below:
View
Component