I have a several grids with toolbars on the page. They rendered dynamically. I mean – I don’t know the count of grids.
And there are buttons on the toolbars of each grid. For example, DeleteRowButton for each grid on the toolbar.
How can I get context for button handler of each grid? Should I make unique Id for buttons? How can I bind it? Rendertoolbar function is out of component context. So I can’t get Id of grid to connect grid and his button. How can I bind button of each grid with the corresponding deleting handler?