Hey
What is the best way to get instance of Syncfusion component (for instance: ejGrid) without using ID?
At the moment I'm using this:
I get some kind of instance, but there are no methods which would be useful for me. None of them from API page. At the moment, my goal is to reload grid by using refreshContent.
How can I do that?
ie: myGridComponent.widget.refreshContent(true); <-- not working