{"id":20486,"date":"2019-09-17T09:41:54","date_gmt":"2019-09-17T09:41:54","guid":{"rendered":"https:\/\/www.inogic.com\/blog\/?p=20486"},"modified":"2019-09-17T09:42:16","modified_gmt":"2019-09-17T09:42:16","slug":"get-all-the-records-of-dataset-grid-control-swiftly","status":"publish","type":"post","link":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/","title":{"rendered":"Save Time! Now get all the records of Dataset Grid control Swiftly"},"content":{"rendered":"<h2><strong>Introduction<\/strong><\/h2>\n<p style=\"text-align: justify;\">With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset\u00a0Grid, which\u00a0we can add on any OOB and custom entity to show records that are available in the selected view. We show data for\u00a0the available set\u00a0of columns that are added in\u00a0the selected view. To show all records data in Dataset Grid control, first, we need to load all records in Dataset Context property (context.parameters.sampleDataSet).<\/p>\n<h2><strong>Problem<\/strong><\/h2>\n<p style=\"text-align: justify;\">Recently we developed a PCF Control for Dataset where we have shown all the records of selected view on one page. But for a large set of records it takes a long time to load because at a time we are able to load only the count of records that are set in settings of Dynamics 365 CRM as shown below:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-20487\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF.png\" alt=\"PCF\" width=\"958\" height=\"582\" style=\"border:1px solid #0a0a0a; padding:1px; margin:1px;\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF.png 958w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF-300x182.png 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF-768x467.png 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF-660x401.png 660w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/p>\n<h2><strong>Solution<\/strong><\/h2>\n<p>To overcome this hurdle, we used loadNextPage() method of <a href=\"https:\/\/docs.microsoft.com\/en-us\/powerapps\/developer\/component-framework\/reference\/paging\" target=\"_blank\" rel=\"noopener noreferrer\">Paging<\/a> to load all the records of dataset as illustrated below:<\/p>\n<p>context.parameters.sampleDataSet.paging.loadNextPage();<\/p>\n<p style=\"text-align: justify;\">Using loadNextPage() method, we successfully loaded all the records of selected view in Dataset Context property (context.parameters.sampleDataSet). But when there were large number of records it took a long time to load all the records. This led us to find an alternative to load all the records in lesser time. We found the setPageSize() method of <a href=\"https:\/\/docs.microsoft.com\/en-us\/powerapps\/developer\/component-framework\/reference\/paging\" target=\"_blank\" rel=\"noopener noreferrer\">Paging<\/a>, where we can set the page size of Dataset Context property (context.parameters.sampleDataSet) as mentioned below:<\/p>\n<p>context.parameters.sampleDataSet.paging.setPageSize(number);<\/p>\n<p>To load all the records of selected view in Dataset Grid control it is necessary to make some changes in updateView() function as shown below:<\/p>\n<pre class=\"lang:default decode:true \"> public\u00a0updateView(context:\u00a0ComponentFramework.Context&lt;IInputs&gt;):\u00a0void\u00a0{\r\n\r\nif\u00a0(!context.parameters.sampleDataSet.loading)\u00a0{\r\n\r\nif\u00a0(context.parameters.sampleDataSet.paging\u00a0!=\u00a0null\u00a0&amp;&amp;\u00a0context.parameters.sampleDataSet.paging.hasNextPage\u00a0==\u00a0true)\u00a0{\r\n\r\n\/\/set\u00a0page\u00a0size\r\n\r\ncontext.parameters.sampleDataSet.paging.setPageSize(5000);\r\n\r\n\/\/load\u00a0next\u00a0paging\r\n\r\ncontext.parameters.sampleDataSet.paging.loadNextPage();\r\n\r\n}\u00a0else\u00a0{\r\n\r\n\/\/After\u00a0load\u00a0all\u00a0the\u00a0records,\u00a0render\u00a0the\u00a0HTML\u00a0to\u00a0show\u00a0the\u00a0records\r\n\r\n}\r\n\r\n}\r\n\r\n}<\/pre>\n<h2><strong>Conclusion<\/strong><\/h2>\n<p>In this way, we can easily load all the records of selected view in lesser time by using setPageSize() method of Paging.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset\u00a0Grid, which\u00a0we can add on any OOB and custom entity to show records that are available in the selected view. We show data for\u00a0the available set\u00a0of columns that are added in\u00a0the selected view. To show all records data in Dataset Grid\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/\">Read More: Save Time! Now get all the records of Dataset Grid\u2026 &raquo;<\/a><\/span><\/p>\n","protected":false},"author":13,"featured_media":20489,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16,44,38,1929],"tags":[1170,1941],"class_list":["post-20486","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dynamics-365","category-power-apps","category-microsoft-powerapps","category-pcf","tag-microsoft-powerapps","tag-pcf-control"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset Grid, which we can add on any OOB and custom entity to show records that are available in the selected view. We show data for the available set of columns that are added in the selected view. To show all records data in Dataset Grid\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Tushar\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Save Time! Now get all the records of Dataset Grid control Swiftly - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta property=\"og:description\" content=\"Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset Grid, which we can add on any OOB and custom entity to show records that are available in the selected view. We show data for the available set of columns that are added in the selected view. To show all records data in Dataset Grid\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"958\" \/>\n\t\t<meta property=\"og:image:height\" content=\"582\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-09-17T09:41:54+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-09-17T09:42:16+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inogicindia\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Save Time! Now get all the records of Dataset Grid control Swiftly - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset Grid, which we can add on any OOB and custom entity to show records that are available in the selected view. We show data for the available set of columns that are added in the selected view. To show all records data in Dataset Grid\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF.png\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Tushar\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#blogposting\",\"name\":\"Save Time! Now get all the records of Dataset Grid control Swiftly - Microsoft Dynamics 365 CRM Tips and Tricks\",\"headline\":\"Save Time! Now get all the records of Dataset Grid control Swiftly\",\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/PCF.png\",\"width\":150,\"height\":150,\"caption\":\"PCF\"},\"datePublished\":\"2019-09-17T09:41:54+05:30\",\"dateModified\":\"2019-09-17T09:42:16+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#webpage\"},\"articleSection\":\"Dynamics 365, Microsoft PowerApps, Microsoft PowerApps, PCF, Microsoft PowerApps, PCF Control\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/#listItem\",\"name\":\"Dynamics 365\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/#listItem\",\"position\":2,\"name\":\"Dynamics 365\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/microsoft-powerapps\\\/#listItem\",\"name\":\"Microsoft PowerApps\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/microsoft-powerapps\\\/#listItem\",\"position\":3,\"name\":\"Microsoft PowerApps\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/microsoft-powerapps\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#listItem\",\"name\":\"Save Time! Now get all the records of Dataset Grid control Swiftly\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/#listItem\",\"name\":\"Dynamics 365\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#listItem\",\"position\":4,\"name\":\"Save Time! Now get all the records of Dataset Grid control Swiftly\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/microsoft-powerapps\\\/#listItem\",\"name\":\"Microsoft PowerApps\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"By Inogic\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inogic-logo.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#organizationLogo\",\"width\":1000,\"height\":325,\"caption\":\"inogic logo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/inogicindia\",\"https:\\\/\\\/twitter.com\\\/inogic\",\"https:\\\/\\\/www.instagram.com\\\/inogicindia\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCM4V7ousgLSu1hbOEv4DUuQ\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/inogicindia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/\",\"name\":\"Tushar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/839d9ae7d2b941d2d09e91df322267a429821f2ce5494302b53bd5ca3679f1a0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Tushar\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#webpage\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/\",\"name\":\"Save Time! Now get all the records of Dataset Grid control Swiftly - Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset Grid, which we can add on any OOB and custom entity to show records that are available in the selected view. We show data for the available set of columns that are added in the selected view. To show all records data in Dataset Grid\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/PCF.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#mainImage\",\"width\":150,\"height\":150,\"caption\":\"PCF\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2019\\\/09\\\/get-all-the-records-of-dataset-grid-control-swiftly\\\/#mainImage\"},\"datePublished\":\"2019-09-17T09:41:54+05:30\",\"dateModified\":\"2019-09-17T09:42:16+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"alternateName\":\"Inogic\",\"description\":\"By Inogic\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Save Time! Now get all the records of Dataset Grid control Swiftly - Microsoft Dynamics 365 CRM Tips and Tricks","description":"Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset Grid, which we can add on any OOB and custom entity to show records that are available in the selected view. We show data for the available set of columns that are added in the selected view. To show all records data in Dataset Grid","canonical_url":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#blogposting","name":"Save Time! Now get all the records of Dataset Grid control Swiftly - Microsoft Dynamics 365 CRM Tips and Tricks","headline":"Save Time! Now get all the records of Dataset Grid control Swiftly","author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/PCF.png","width":150,"height":150,"caption":"PCF"},"datePublished":"2019-09-17T09:41:54+05:30","dateModified":"2019-09-17T09:42:16+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#webpage"},"isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#webpage"},"articleSection":"Dynamics 365, Microsoft PowerApps, Microsoft PowerApps, PCF, Microsoft PowerApps, PCF Control"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.inogic.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/#listItem","name":"Dynamics 365"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/#listItem","position":2,"name":"Dynamics 365","item":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/microsoft-powerapps\/#listItem","name":"Microsoft PowerApps"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/microsoft-powerapps\/#listItem","position":3,"name":"Microsoft PowerApps","item":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/microsoft-powerapps\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#listItem","name":"Save Time! Now get all the records of Dataset Grid control Swiftly"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/#listItem","name":"Dynamics 365"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#listItem","position":4,"name":"Save Time! Now get all the records of Dataset Grid control Swiftly","previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/microsoft-powerapps\/#listItem","name":"Microsoft PowerApps"}}]},{"@type":"Organization","@id":"https:\/\/www.inogic.com\/blog\/#organization","name":"Microsoft Dynamics 365 CRM Tips and Tricks","description":"By Inogic","url":"https:\/\/www.inogic.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2023\/02\/inogic-logo.png","@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#organizationLogo","width":1000,"height":325,"caption":"inogic logo"},"image":{"@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/inogicindia","https:\/\/twitter.com\/inogic","https:\/\/www.instagram.com\/inogicindia\/","https:\/\/www.youtube.com\/channel\/UCM4V7ousgLSu1hbOEv4DUuQ","https:\/\/www.linkedin.com\/company\/inogicindia"]},{"@type":"Person","@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author","url":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/","name":"Tushar","image":{"@type":"ImageObject","@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/839d9ae7d2b941d2d09e91df322267a429821f2ce5494302b53bd5ca3679f1a0?s=96&d=mm&r=g","width":96,"height":96,"caption":"Tushar"}},{"@type":"WebPage","@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#webpage","url":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/","name":"Save Time! Now get all the records of Dataset Grid control Swiftly - Microsoft Dynamics 365 CRM Tips and Tricks","description":"Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset Grid, which we can add on any OOB and custom entity to show records that are available in the selected view. We show data for the available set of columns that are added in the selected view. To show all records data in Dataset Grid","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#breadcrumblist"},"author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"creator":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/PCF.png","@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#mainImage","width":150,"height":150,"caption":"PCF"},"primaryImageOfPage":{"@id":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/#mainImage"},"datePublished":"2019-09-17T09:41:54+05:30","dateModified":"2019-09-17T09:42:16+05:30"},{"@type":"WebSite","@id":"https:\/\/www.inogic.com\/blog\/#website","url":"https:\/\/www.inogic.com\/blog\/","name":"Microsoft Dynamics 365 CRM Tips and Tricks","alternateName":"Inogic","description":"By Inogic","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic","og:type":"article","og:title":"Save Time! Now get all the records of Dataset Grid control Swiftly - Microsoft Dynamics 365 CRM Tips and Tricks","og:description":"Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset Grid, which we can add on any OOB and custom entity to show records that are available in the selected view. We show data for the available set of columns that are added in the selected view. To show all records data in Dataset Grid","og:url":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/","og:image":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF.png","og:image:secure_url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF.png","og:image:width":958,"og:image:height":582,"article:published_time":"2019-09-17T09:41:54+00:00","article:modified_time":"2019-09-17T09:42:16+00:00","article:publisher":"https:\/\/www.facebook.com\/inogicindia","twitter:card":"summary_large_image","twitter:site":"@inogic","twitter:title":"Save Time! Now get all the records of Dataset Grid control Swiftly - Microsoft Dynamics 365 CRM Tips and Tricks","twitter:description":"Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset Grid, which we can add on any OOB and custom entity to show records that are available in the selected view. We show data for the available set of columns that are added in the selected view. To show all records data in Dataset Grid","twitter:creator":"@inogic","twitter:image":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2019\/09\/1PCF.png","twitter:label1":"Written by","twitter:data1":"Tushar","twitter:label2":"Est. reading time","twitter:data2":"2 minutes"},"aioseo_meta_data":{"post_id":"20486","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-02-02 07:07:27","updated":"2025-07-04 06:45:02","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/\" title=\"Dynamics 365\">Dynamics 365<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/microsoft-powerapps\/\" title=\"Microsoft PowerApps\">Microsoft PowerApps<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tSave Time! Now get all the records of Dataset Grid control Swiftly\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.inogic.com\/blog"},{"label":"Dynamics 365","link":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/"},{"label":"Microsoft PowerApps","link":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/microsoft-powerapps\/"},{"label":"Save Time! Now get all the records of Dataset Grid control Swiftly","link":"https:\/\/www.inogic.com\/blog\/2019\/09\/get-all-the-records-of-dataset-grid-control-swiftly\/"}],"_links":{"self":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/20486","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/comments?post=20486"}],"version-history":[{"count":0,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/20486\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/media\/20489"}],"wp:attachment":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/media?parent=20486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/categories?post=20486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/tags?post=20486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}