-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathsdk_wpf.json
24 lines (24 loc) · 18.8 KB
/
sdk_wpf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[{"Name":"Binding LocalDataSourceProvider in MVVM","ExampleInfo":{"Name":"Binding LocalDataSourceProvider in MVVM","DirectoryName":"BindingLocalDataSourceProviderInMVVM","ExampleFileNames":["BindingLocalDataSourceProviderInMVVM_WPF.csproj","AllOrders.cs","App.config","App.xaml","App.xaml.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Order.cs","Readme.md","ViewModel.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/BindingLocalDataSourceProviderInMVVM/","Description":"This example demonstrates how to bind the DataProvider of RadPivotGrid and RadPivotFieldList to a property in the ViewModel and thus to fill the control with data.","KeyWords":"Binding LocalDataSourceProvider in MVVM, DataProvider, ViewModel"},
{"Name":"Local Data Source Calculated Fields","ExampleInfo":{"Name":"Local Data Source Calculated Fields","DirectoryName":"LocalDataSourceCalculatedFields","ExampleFileNames":["LocalDataSourceCalculatedFields_WPF.csproj","App.xaml","App.xaml.cs","CommissionCalculatedField.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Data\\Invoice.cs","Data\\Invoices.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/CalculatedFields/LocalDataSourceCalculatedFields/","Description":"In this example you will find out how to add Calculated Field to your data from LocalDataSourceProvider in order to calculate the commission that will be paid to the salespeople.","KeyWords":"Local Data Source Calculated Fields, LocalDataSourceProvider"},
{"Name":"Queryable Calculated Fields","ExampleInfo":{"Name":"Queryable Calculated Fields","DirectoryName":"QueryableCalculatedFields","ExampleFileNames":["QueryableCalculatedFields_WPF.csproj","App.config","App.xaml","App.xaml.cs","FreightCalculatedField.cs","MainWindow.xaml","MainWindow.xaml.cs","NorthwindDB.mdf","NorthwindDB_log.ldf","NorthwindModel.Context.cs","NorthwindModel.Context.tt","NorthwindModel.cs","NorthwindModel.Designer.cs","NorthwindModel.edmx","NorthwindModel.edmx.diagram","NorthwindModel.tt","Order.cs","packages.config"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/CalculatedFields/QueryableCalculatedFields/","Description":"In this example you will find out how to add Calculated Field to your data from QueryableDataSourceProvider.","KeyWords":"Queryable Calculated Fields, QueryableDataProvider"},
{"Name":"Local Data Source Calculated Items","ExampleInfo":{"Name":"Local Data Source Calculated Items","DirectoryName":"LocalDataSourceCalculatedItems","ExampleFileNames":["LocalDataSourceCalculatedItems_WPF.csproj","App.xaml","App.xaml.cs","CA.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","MenAverageSales.cs","WomenAverageSales.cs","Data\\Invoice.cs","Data\\Invoices.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/CalculatedItems/LocalDataSourceCalculatedItems/","Description":"In this example you will find out how to add Calculated Items to your data from LocalDataSourceProvider.","KeyWords":"Local Data Source Calculated Items, LocalDataSourceProvider"},
{"Name":"Queryable Calculated Items","ExampleInfo":{"Name":"Queryable Calculated Items","DirectoryName":"QueryableCalculatedItems","ExampleFileNames":["QueryableCalculatedItems_WPF.csproj","AmericanOrdersSum.cs","App.config","App.xaml","App.xaml.cs","EuropeanOrdersSum.cs","MainWindow.xaml","MainWindow.xaml.cs","NorthwindDB.mdf","NorthwindDB_log.ldf","NorthwindModel.Context.cs","NorthwindModel.Context.tt","NorthwindModel.cs","NorthwindModel.Designer.cs","NorthwindModel.edmx","NorthwindModel.edmx.diagram","NorthwindModel.tt","Order.cs","OrdersFirstHalfYear.cs","OrdersSecondHalfYear.cs","packages.config"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/CalculatedItems/QueryableCalculatedItems/","Description":"In this example you will find out how to add Calculated Items to your data from QueryableDataSourceProvider.","KeyWords":"Queryable Calculated Items, QueryableDataProvider"},
{"Name":"Custom Cell Template","ExampleInfo":{"Name":"Custom Cell Template","DirectoryName":"CustomCellTemplate","ExampleFileNames":["CustomCellTemplate_WPF.csproj","App.xaml","App.xaml.cs","CellTemplateSelector.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Data\\Order.cs","Data\\SampleOrders.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/CustomCellTemplate/","Description":"This example demonstrates how to create a custom CellTemplate and use CellTemplateSelector to apply it based on a specific condition.","KeyWords":"Custom Cell Template, CellTemplateSelector, custom, selector"},
{"Name":"Custom ContextMenuBehavior","ExampleInfo":{"Name":"Custom ContextMenuBehavior","DirectoryName":"CustomContextMenuBehavior","ExampleFileNames":["CustomContextMenuBehavior_WPF.csproj","AllOrders.cs","App.config","App.xaml","App.xaml.cs","CellTemplateSelector.cs","CellTemplateSettingsWindow.xaml","CellTemplateSettingsWindow.xaml.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","MyCustomContextMenuBehavior.cs","Order.cs","Readme.md","StepSettingsWindow.xaml","StepSettingsWindow.xaml.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/CustomContextMenuBehavior/","Description":"This example demonstrates how to implement a custom ContextMenuBehavior, which will allow you to modify the ContextMenus in RadPivotFieldList.\r\n The following scenarios are covered in the example:\r\n - The Label Filter of the PropertyGroupDescription items is removed\r\n - There is option added to change the step of the DoubleGroupDescription items \r\n - There is option added to color the cells of the AggregateDescription items depending on some condition","KeyWords":"Custom ContextMenuBehavior, RadPivotFieldList, ContextMenu, menu, options, customization, FieldListContextMenuBehavior, FieldList"},
{"Name":"Custom DateTimeGroupDescription","ExampleInfo":{"Name":"Custom DateTimeGroupDescription","DirectoryName":"CustomDateTimeGroupDescription","ExampleFileNames":["CustomDateTimeGroupDescription_WPF.csproj","App.xaml","App.xaml.cs","CustomDateTimeGroup.xaml","CustomDateTimeGroup.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Data\\Order.cs","Data\\SampleOrders.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/CustomDateTimeGroupDescription/","Description":"This example demonstrates how to create a custom DateTimeGroupDescription.","KeyWords":"Custom DateTimeGroupDescription, DateTime, LocalDataSourceFieldDescriptionsProvider, FieldDescriptionsProvider, group, customization"},
{"Name":"Custom Header Template","ExampleInfo":{"Name":"Custom Header Template","DirectoryName":"CustomHeaderTemplate","ExampleFileNames":["CustomHeaderTemplate_WPF.csproj","App.xaml","App.xaml.cs","Example.xaml","Example.xaml.cs","HeaderTemplateSelector.cs","MainWindow.xaml","MainWindow.xaml.cs","ProductToImageConverter.cs","Readme.md","Data\\Order.cs","Data\\SampleOrders.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/CustomHeaderTemplate/","Description":"This example demonstrates how to create a custom HeaderTemplate and use HeaderTemplateSelector to apply it based on a specific condition.","KeyWords":"Custom Header Template, HeaderTemplateSelector, TemplateSelector, DataTemplateSelector, template"},
{"Name":"Customize FieldTree","ExampleInfo":{"Name":"Customize FieldTree","DirectoryName":"CustomizeFieldTree","ExampleFileNames":["CustomizeFieldTree_WPF.csproj","App.xaml","App.xaml.cs","CustomizeDateTimeFieldTreeAndHideProduct.xaml","CustomizeDateTimeFieldTreeAndHideProduct.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Data\\Order.cs","Data\\SampleOrders.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/CustomizeFieldTree/","Description":"This example demonstrates how to customize your dateTime field tree ( hide/show different groups - Month, Minute ) and how to remove a field from the FieldTree.","KeyWords":"Customize FieldTree, tree, RadPivotFieldList, folder, add, remove"},
{"Name":"Custom Localization","ExampleInfo":{"Name":"Custom Localization","DirectoryName":"CustomLocalization","ExampleFileNames":["CustomLocalization_WPF.csproj","App.xaml","App.xaml.cs","CustomLocalizationManager.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Data\\Order.cs","Data\\SampleOrders.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/CustomLocalization/","Description":"In this example you will find out how to localize RadPivotGrid by creating custom Localization Manager.","KeyWords":"Custom Localization, localize, LocalizationManager, customization"},
{"Name":"Expand Behavior","ExampleInfo":{"Name":"Expand Behavior","DirectoryName":"ExpandBehavior","ExampleFileNames":["ExpandBehavior_WPF.csproj","App.xaml","App.xaml.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Data\\Order.cs","Data\\SampleOrders.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/ExpandBehavior/","Description":"In this example you will find out how to change the expand/collapse behavior of RadPivotGrid.","KeyWords":"Expand Behavior, collapse, GroupsExpandBehavior"},
{"Name":"Export PivotGrid","ExampleInfo":{"Name":"Export PivotGrid","DirectoryName":"ExportPivotGrid","ExampleFileNames":["ExportPivotGrid_WPF.csproj","App.xaml","App.xaml.cs","Example.xaml","Example.xaml.cs","ExportType.cs","MainWindow.xaml","MainWindow.xaml.cs","PrintPreview.xaml","PrintPreview.xaml.cs","Readme.md","Data\\Order.cs","Data\\SampleOrders.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/ExportPivotGrid/","Description":"In this example you will find out how to export RadPivotGrid to xlsx (MS Excel file), docx (MS Word file), HTML and pdf.","KeyWords":"Export PivotGrid, xlsx, excel, docx, word, html, pdf"},
{"Name":"Persist AdomdDataProvider","ExampleInfo":{"Name":"Persist AdomdDataProvider","DirectoryName":"AdomdProvider","ExampleFileNames":["AdomdPersistence_WPF.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","PersistAdomdProvider.xaml","PersistAdomdProvider.xaml.cs","Readme.md","ValueProviders\\AdomdValueProvider.cs","ValueProviders\\DataProviderSettings.cs","ValueProviders\\DataProviderValueProvider.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/Persistence/AdomdProvider/","Description":"This example demonstrates how to persist an AdomdDataProvider using the Telerik Persistence Framework.","KeyWords":"Persist AdomdDataProvider, persistence, PersistenceManager, adomd, olap"},
{"Name":"Persist LocalDataSourceProvider","ExampleInfo":{"Name":"Persist LocalDataSourceProvider","DirectoryName":"LocalDataSourceProvider","ExampleFileNames":["LocalDataSourcePersistence_WPF.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","PersistLocalDataSource.xaml","PersistLocalDataSource.xaml.cs","Readme.md","Data\\Order.cs","Data\\SampleOrders.cs","ValueProviders\\DataProviderSettings.cs","ValueProviders\\DataProviderValueProvider.cs","ValueProviders\\LocalDataSourceValueProvider.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/Persistence/LocalDataSourceProvider/","Description":"This example demonstrates how to persist a LocalDataSourceProvider using the Telerik Persistence Framework.","KeyWords":"Persist LocalDataSourceProvider, persistence, PersistenceManager, LocalDataSourceProvider"},
{"Name":"Persist QueryableDataProvider","ExampleInfo":{"Name":"Persist QueryableDataProvider","DirectoryName":"QueryableDataProvider","ExampleFileNames":["QueryableDataProviderPersistence_WPF.csproj","App.config","App.xaml","App.xaml.cs","Category.cs","Customer.cs","CustomerDemographic.cs","Employee.cs","MainWindow.xaml","MainWindow.xaml.cs","NorthwindDB.mdf","NorthwindDBEntities.Context.cs","NorthwindDBEntities.Context.tt","NorthwindDBEntities.cs","NorthwindDBEntities.Designer.cs","NorthwindDBEntities.edmx","NorthwindDBEntities.edmx.diagram","NorthwindDBEntities.tt","NorthwindDB_log.ldf","NorthwindModel.Context.cs","NorthwindModel.Context.tt","NorthwindModel.cs","NorthwindModel.Designer.cs","NorthwindModel.edmx","NorthwindModel.edmx.diagram","NorthwindModel.tt","Order.cs","Order_Detail.cs","PersistQueryableProvider.xaml","PersistQueryableProvider.xaml.cs","Product.cs","Readme.md","Region.cs","Shipper.cs","Supplier.cs","Territory.cs","lib\\EntityFramework.xml","ValueProviders\\DataProviderSettings.cs","ValueProviders\\DataProviderValueProvider.cs","ValueProviders\\QueryableDataSourceValueProvider.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/Persistence/QueryableDataProvider/","Description":"This example demonstrates how to persist a QueryableDataProvider using the Telerik Persistence Framework.","KeyWords":"Persist QueryableDataProvider, QueryableDataProvider, persist"},
{"Name":"Persist XmlaDataProvider","ExampleInfo":{"Name":"Persist XmlaDataProvider","DirectoryName":"XmlaPersistence","ExampleFileNames":["XmlaPersistence_WPF.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","PersistXmlaProvider.xaml","PersistXmlaProvider.xaml.cs","Readme.md","ValueProviders\\DataProviderSettings.cs","ValueProviders\\DataProviderValueProvider.cs","ValueProviders\\XmlaValueProvider.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/Persistence/XmlaPersistence/","Description":"This example demonstrates how to persist a XmlaDataProvider using the Telerik Persistence Framework.","KeyWords":"Persist XmlaDataProvider, persistence, xmla, olap"},
{"Name":"PivotGrid QuickStyles","ExampleInfo":{"Name":"PivotGrid QuickStyles","DirectoryName":"PivotGridQuickStyles","ExampleFileNames":["PivotGridQuickStyles_WPF.csproj","App.xaml","App.xaml.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Data\\Order.cs","Data\\SampleOrders.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/PivotGridQuickStyles/","Description":"In this example you will find out how to create your own QuickStyle and use it to modify RadPivotGrid.","KeyWords":"PivotGrid QuickStyles, style, appearance, customization"},
{"Name":"Serialize AdomdDataProvider","ExampleInfo":{"Name":"Serialize AdomdDataProvider","DirectoryName":"AdomdProvider","ExampleFileNames":["AdomdSerialization_WPF.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SerializeAdomdProvider.xaml","SerializeAdomdProvider.xaml.cs","DataProviderSerializers\\AdomdProviderSerializer.cs","DataProviderSerializers\\DataProviderSerializer.cs","DataProviderSerializers\\DataProviderSettings.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/Serialization/AdomdProvider/","Description":"This example demonstrates how to serialize an AdomdDataProvider.","KeyWords":"Serialize AdomdDataProvider, serialization, adomd, olap"},
{"Name":"Serialize LocalDataSourceProvider","ExampleInfo":{"Name":"Serialize LocalDataSourceProvider","DirectoryName":"LocalDataSourceProvider","ExampleFileNames":["LocalDataSourceSerialization_WPF.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SerializeLocalDataSource.xaml","SerializeLocalDataSource.xaml.cs","Data\\Order.cs","Data\\SampleOrders.cs","DataProviderSerializers\\DataProviderSerializer.cs","DataProviderSerializers\\DataProviderSettings.cs","DataProviderSerializers\\LocalDataSourceSerializer.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/Serialization/LocalDataSourceProvider/","Description":"This example demonstrates how to serialize a LocalDataSourceProvider.","KeyWords":"Serialize LocalDataSourceProvider, serialization, LocalDataSourceProvider"},
{"Name":"Serialze QueryableDataProvider","ExampleInfo":{"Name":"Serialze QueryableDataProvider","DirectoryName":"QueryableDataProvider","ExampleFileNames":["QueryableDataProviderSerialization_WPF.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","NorthwindDB.mdf","NorthwindDB_log.ldf","NorthwindModel.Context.cs","NorthwindModel.Context.tt","NorthwindModel.cs","NorthwindModel.Designer.cs","NorthwindModel.edmx","NorthwindModel.edmx.diagram","NorthwindModel.tt","Order.cs","Readme.md","SerializeQueryableProvider.xaml","SerializeQueryableProvider.xaml.cs","DataProviderSerializers\\DataProviderSerializer.cs","DataProviderSerializers\\DataProviderSettings.cs","DataProviderSerializers\\QueryableProviderSerializer.cs","lib\\EntityFramework.xml"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/Serialization/QueryableDataProvider/","Description":"This example demonstrates how to serialize a QueryableDataProvider.","KeyWords":"Serialze QueryableDataProvider, QueryableDataProvider, serialize"},
{"Name":"Serialize XmlaDataProvider","ExampleInfo":{"Name":"Serialize XmlaDataProvider","DirectoryName":"XmlaProvider","ExampleFileNames":["XmlaSerialization_WPF.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SerializeXmlaProvider.xaml","SerializeXmlaProvider.xaml.cs","DataProviderSerializers\\DataProviderSerializer.cs","DataProviderSerializers\\DataProviderSettings.cs","DataProviderSerializers\\XmlaProviderSerializer.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/Serialization/XmlaProvider/","Description":"This example demonstrates how to serialize a XmlaDataProvider.","KeyWords":"Serialize XmlaDataProvider, serialization, xmla, olap"},
{"Name":"Style Ragged Hierarchies AdomdDataProvider","ExampleInfo":{"Name":"Style Ragged Hierarchies AdomdDataProvider","DirectoryName":"AdomdDataProvider","ExampleFileNames":["AdomdStyleRaggedHierarchies_WPF.csproj","App.xaml","App.xaml.cs","CellTemplateSelector.cs","MainWindow.xaml","MainWindow.xaml.cs","RowHeaderStyleSelector.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/StyleRaggedHierarchies/AdomdDataProvider/","Description":"This example demonstrates how you can customize RadPivotGrid in order to show Ragged Hierarchies in different ways.","KeyWords":"Style Ragged Hierarchies AdomdDataProvider, adomd, olap, customization"},
{"Name":"Style Ragged Hierarchies XmlaDataProvider","ExampleInfo":{"Name":"Style Ragged Hierarchies XmlaDataProvider","DirectoryName":"XmlaDataProvider","ExampleFileNames":["XmlaStyleRaggedHierarchies_WPF.csproj","App.xaml","App.xaml.cs","CellTemplateSelector.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","RowHeaderStyleSelector.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/PivotGrid/StyleRaggedHierarchies/XmlaDataProvider/","Description":"This example demonstrates how you can customize RadPivotGrid in order to show Ragged Hierarchies in different ways.","KeyWords":"Style Ragged Hierarchies XmlaDataProvider, xmla, olap, customization"}]