....also I found this solution:
to add this if logic to the line 390 in src/Adapter/Product/AdminProductDataProvider.php
if ($formatCldr && $product['price'] != null && $product['price_final'] != null) {
$product['price'] = $localeCldr->formatPrice($product['price'], $currency->iso_code);
$product['price_final'] = $localeCldr->formatPrice($product['price_final'], $currency->iso_code);
}
I add two solutions mentioned, lets see ))