<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Export admin grid with selected columns	</title>
	<atom:link href="https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/</link>
	<description>We share everything we know</description>
	<lastBuildDate>Thu, 07 Apr 2022 14:48:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Hidro Le		</title>
		<link>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-156</link>

		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Thu, 07 Apr 2022 11:50:34 +0000</pubDate>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=307#comment-156</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-155&quot;&gt;dev&lt;/a&gt;.

I have updated the code block of the file Namespace/AdvancedReport/Model/Export/MetadataProvider.php]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-155">dev</a>.</p>
<p>I have updated the code block of the file Namespace/AdvancedReport/Model/Export/MetadataProvider.php</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dev		</title>
		<link>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-155</link>

		<dc:creator><![CDATA[dev]]></dc:creator>
		<pubDate>Thu, 07 Apr 2022 11:13:29 +0000</pubDate>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=307#comment-155</guid>

					<description><![CDATA[Hello,
I got this error on compilation.
Namespace\AdvancedReport\Model\Export\MetadataProvider
                Incompatible argument type: Required type: string. Actual type: \Magento\Ui\Api\BookmarkManagementInterface; File:
/app/code/Namespace/AdvancedReport/Model/Export/MetadataProvider.php]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
I got this error on compilation.<br />
Namespace\AdvancedReport\Model\Export\MetadataProvider<br />
                Incompatible argument type: Required type: string. Actual type: \Magento\Ui\Api\BookmarkManagementInterface; File:<br />
/app/code/Namespace/AdvancedReport/Model/Export/MetadataProvider.php</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hidro Le		</title>
		<link>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-147</link>

		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Fri, 11 Mar 2022 11:13:02 +0000</pubDate>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=307#comment-147</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-146&quot;&gt;Vijayakumar&lt;/a&gt;.

That mean you have no bookmark, that match the condition identifier = current and user_id = logged_in_user_id and namespace = active_namespace (the grid that you try to export) on the ui_bookmark table, you could try to drag/drop a column on the grid for triggering the update ui_bookmark ajax.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-146">Vijayakumar</a>.</p>
<p>That mean you have no bookmark, that match the condition identifier = current and user_id = logged_in_user_id and namespace = active_namespace (the grid that you try to export) on the ui_bookmark table, you could try to drag/drop a column on the grid for triggering the update ui_bookmark ajax.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vijayakumar		</title>
		<link>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-146</link>

		<dc:creator><![CDATA[Vijayakumar]]></dc:creator>
		<pubDate>Wed, 09 Mar 2022 22:10:11 +0000</pubDate>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=307#comment-146</guid>

					<description><![CDATA[Hi,
I got below error :-

Fatal error: Uncaught Error: Call to a member function getConfig() on null in /app/code/Namespace/AdvancedReport/Model/Export/MetadataProvider.php:46

==========Lines==========
$bookmark = $this-&#062;_bookmarkManagement-&#062;getByIdentifierNamespace(&#039;current&#039;, $component-&#062;getName());
$config = $bookmark-&#062;getConfig();

Please guide me]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
I got below error :-</p>
<p>Fatal error: Uncaught Error: Call to a member function getConfig() on null in /app/code/Namespace/AdvancedReport/Model/Export/MetadataProvider.php:46</p>
<p>==========Lines==========<br />
$bookmark = $this-&gt;_bookmarkManagement-&gt;getByIdentifierNamespace(&#8216;current&#8217;, $component-&gt;getName());<br />
$config = $bookmark-&gt;getConfig();</p>
<p>Please guide me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hidro Le		</title>
		<link>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-75</link>

		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Mon, 01 Mar 2021 13:24:25 +0000</pubDate>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=307#comment-75</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-74&quot;&gt;Friska&lt;/a&gt;.

Hi Friska,

I updated the post.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-74">Friska</a>.</p>
<p>Hi Friska,</p>
<p>I updated the post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Friska		</title>
		<link>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comment-74</link>

		<dc:creator><![CDATA[Friska]]></dc:creator>
		<pubDate>Mon, 01 Mar 2021 12:53:27 +0000</pubDate>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=307#comment-74</guid>

					<description><![CDATA[anw,  could you tell me the content of Namespace\AdvancedReport\Model\Export\ConvertToCsv?]]></description>
			<content:encoded><![CDATA[<p>anw,  could you tell me the content of Namespace\AdvancedReport\Model\Export\ConvertToCsv?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
