I have a tabstrip with two tabs. On each tab, I have one grid with paging. My configuration for the grid is on the client side. When I quickly switch between tabs, I get an exception from javascript:
"throw Error(kendo.format("Cannot call method '{0}' of {1} before it is initialized",t,r))"
Below is the paging configuration section in the grid:
[...] pageable: { pageSizes: [5, 10, 20], input: true }, [...]
Do you know how to prevent this error?
javascript user-interface grid kendo-ui
user2086031
source share