简体   繁体   中英

Telerik Kendo Grid Rebind Issue

I am trying to filter the data from outside kendo grid. After getting right data, I am not able to see filtered data on UI.

$scope.kendogridOptions.dataSource.read(); - Not working out

Thanks in advance !

从数据源读取后,需要刷新网格UI:

$scope.kendogridOptions.refresh();

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM