- Home
- Forum
- Xamarin.Forms
- DisplayBinding Property
DisplayBinding Property
Hi,
i'm trying to use the proeprty like in the example of on your site but i have the errror
"Position 87:95. No property, bindable property, or event found for 'DisplayBinding', or mismatching type between value and property. iMioDocPdaEntryCore C:\CMP_Sviluppo\Git\iMioMobile_DocPda\iMioDocPdaEntry\iMioDocPdaEntryCore\Views\DocRigheView.xaml 87
"
here below some pieces of the code :
<ContentPage.Resources>
<ResourceDictionary>
<local:myDataGridStyle x:Key="myGridStyle" />
<localconverter:SfGridTextColumn x:Key="mytextcolumn" />
</ResourceDictionary>
</ContentPage.Resources>
<syncfusion:SfDataGrid.Columns x:TypeArguments="syncfusion:Columns">
<syncfusion:GridTextColumn HeaderText="ARTICOLO" MappingName="IdArticolo" TextAlignment="Start" Width="140"/>
<syncfusion:GridTextColumn HeaderText="DESCRIZIONE" MappingName="RigaDescriz" DisplayBinding="{Binding RigaDescriz,Converter={StaticResource mytextcolumn}}" />
<syncfusion:GridNumericColumn HeaderText="QTA" MappingName="Qta" Width="70" AllowEditing="True" />
</syncfusion:SfDataGrid.Columns>
SIGN IN To post a reply.
12 Replies
JA
Jayaraman Ayyanar
Syncfusion Team
May 8, 2018 12:03 PM UTC
Thanks for contacting Syncfusion support.
We have checked your query. We have analyzed that No property found for the ‘DisplayBinding’ is arise due to the Xamlcompilationoptions. Since the issue is related to the framework setting which is also noted in the Xamarin discussion refer the link : https://forums.xamarin.com/discussion/73628/xaml-compilation-causes-error-no-property-bindable-property-or-event-found-for-converter . However if you set the Xamlcompilationoptions to Skip, the reported issue will get ressolved.
We have attached the tested sample and you can download the same from the below link.
Regards,
Jayaraman.
AL
Alberto
May 9, 2018 06:45 AM UTC
I set in skip in xaml compilation and i don't have error anymore.
Thanks
Alberto C.
JA
Jayaraman Ayyanar
Syncfusion Team
May 10, 2018 11:06 AM UTC
Hi Alberto,
Thanks for the confirmation of the code works. Let us know if you require any further assistance.
Regards,
Jayaraman.
Thanks for contacting Syncfusion support.
We have checked your query. We have analyzed that No property found for the ‘DisplayBinding’ is arise due to the Xamlcompilationoptions. Since the issue is related to the framework setting which is also noted in the Xamarin discussion refer the link : https://forums.xamarin.com/discussion/73628/xaml-compilation-causes-error-no-property-bindable-property-or-event-found-for-converter . However if you set the Xamlcompilationoptions to Skip, the reported issue will get ressolved.We have attached the tested sample and you can download the same from the below link.Regards,Jayaraman.
Hello.
Is there a plan to support the XAML compilation?
VR
Vigneshkumar Ramasamy
Syncfusion Team
September 18, 2018 07:10 AM UTC
Hi Eugen Richter,
Thanks for contacting Syncfusion support.
We have analyzed your query for “Is there a plan to support the XAML compilation?”. We suspect this to be a framework issue and we have reported the same in Xamarin forum issues. Please follow the below link for the solution and we would also follow the same.
As of now, please follow the suggested solution in the previous updates to get this issue resolved.
Regards,
Vigneshkumar R
JL
Jason Leach
April 10, 2019 09:01 PM UTC
Since Xamarin considers this a coding error in your declaration, and have closed the issue https://github.com/xamarin/Xamarin.Forms/issues/3814
is there a chance you may resolve this so that we can use Xaml Compilation to increase app speed...
thanks,
JP
Jagadeesan Pichaimuthu
Syncfusion Team
April 11, 2019 01:00 PM UTC
Hi Jason,
Thank you for contacting Syncfusion support.
Currently we are checking the suggestion from Xamarin instead of defining binding property use BindingBase as type. We will check and update further in details in two business days April 15, 2019.
We appreciate your patience until then.
Regards,
Jagadeesan
SP
Subburaj Pandian Veluchamy
Syncfusion Team
April 15, 2019 01:45 PM UTC
Hi Jason,
Thank you for your patience.
We have analyzed the issue and we had confirmed that the issue with “SfDataGrid does not get build while setting DisplayBinding in XamlCompilation.Compile” is a defect and logged defect report for the same. The fix for this issue will be included in 2019 Volume 1 Service Pack 1 release which is estimated to be available by mid of May 2019. We appreciate your patience until then.
Regards,
Subburaj Pandian V
SP
Subburaj Pandian Veluchamy
Syncfusion Team
May 15, 2019 10:28 AM UTC
Hi Jason,
We regret for the inconvenience caused.
We are still working on this mentioned issue fix, due to its complexity we unable to include this fix in our 2019 Volume 1 SP1 release. We are working on this issue fix with high priority. We will fix this issue and include the issue fix in our upcoming weekly NuGet release update, it will be available by May 21, 2019. We appreciate your patience until then.
Regards,
Subburaj Pandian V
Subburaj Pandian V
SP
Subburaj Pandian Veluchamy
Syncfusion Team
May 21, 2019 09:18 AM UTC
Hi Jason,
We are still working on this mentioned issue fix “SfDataGrid does not get build while setting DisplayBinding in XamlCompilation.Compile”, due to its complexity we unable to fix it as promised. We are working on this issue fix with high priority. We will fix this issue and include the issue fix in our next upcoming weekly NuGet release update, it will be available by May 28, 2019. We appreciate your patience until then.
Regards,
Subburaj Pandian V
Subburaj Pandian V
SP
Subburaj Pandian Veluchamy
Syncfusion Team
May 29, 2019 10:57 AM UTC
Hi Jason,
We deeply regret for the inconvenience caused.
We are still working on this mentioned issue fix, due to its complexity we unable to fix the issue as promised. We will fix this issue and include the issue fix in our Volume 2 release which is expected to be available by end of June 2019. We appreciate your patience until then.
Regards,
Subburaj Pandian V
Subburaj Pandian V
SP
Subburaj Pandian Veluchamy
Syncfusion Team
June 28, 2019 10:03 AM UTC
Hi Jason,
We are glad to announce that our Essential Studio 2019 Volume 2 Beta Release version 17.2.0.28 is rolled out with the mentioned issue fix and is available for download under the following link.
Note: This issue fix will be included in our main release as well, which is expected to be available by mid of July 2019.
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Subburaj Pandian V
Subburaj Pandian V
SIGN IN To post a reply.
- 12 Replies
- 7 Participants
-
AL Alberto
- May 7, 2018 02:46 PM UTC
- Jun 28, 2019 10:03 AM UTC