R
R
Roman Kuzmenko2021-07-06 14:49:54
Bitrix24
Roman Kuzmenko, 2021-07-06 14:49:54

How to track grid changes in Bitrix24?

Good afternoon. Can you please tell me how to track the change in grid after applying the filter? The data in the grid is drawn dynamically. You need to apply your styles after loading the grid.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Kuzmenko, 2021-07-06
@devrvk

The issue was resolved with a custom event onAjaxSuccess , maybe a crutch, but it works...

A
Andrey Nikolaev, 2021-07-11
@gromdron

There is a `Grid::updated` event that fires when the grid is updated.
The `onAjaxSuccess` event is a rather clumsy event, as it fires in many cases, and each time parsing the response to check that something arrived (or was sent) it was a rather expensive task to update the grid.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question