The RadGrid on the following demo page appears to be broken: http://demos.telerik.com/aspnet-ajax/tabstrip/examples/multipage/dynamic-pageview-creation/defaultcs.aspx
You cannot page the grid, change page size, add a new record, refresh the grid, or edit records. Sorting *does* work though.
3 Answers, 1 is accepted
0
Nencho
Telerik team
answered on 20 Feb 2015, 11:32 AM
Hello Philip,
The RadGrid in the referenced demo is disabled, because the purpose of the demo is to demonstrate the technique for dynamically loading the PageViews with the nested user controls.
If you need to test the functionality if the RadGrid in this demo locally, you should simple set the Enabled property of the RadGrid to true.
Regards,
Nencho
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Still slightly confused. I can understand disabling some of the properties for demonstrative purposes. I see though that AllowPaging is set to true. Is this accurate in the build out of this demo or is it changed behind the scenes?
0
Nencho
Telerik team
answered on 25 Feb 2015, 08:52 AM
Hello Phillip,
The demonstrated settings of the RadGrid are meant to be for a real-life scenario with some given configurations of that grid. As previously mentioned the RadGrid is placed in the PageView simply for sake of the example. You can still isolate this demo locally and enabled the RadGrid for testing purposes.
Regards,
Nencho
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.