when it comes to RadHtmlChart I can use InvokeLoadData="AfterPageLoad" to load the chart data after page load.
What is the equivalent for RadGrid?
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 24 Mar 2016, 12:18 PM
Hello Michael,
Although that there is no alternative to the InvokeLoadData property in RadGrid, you can use client-side binding, which will populate the grid on client-side after the page loads (which is the behavior of the AfterPageLoad mode). Please take a look at the following online demo and see if this is what you are looking for: