The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have a section where I use data binding to display available products ....
Then I have an admin section where I allow the admin to modify the available products ... I am using a separate currency manager for both ... however when I click on either one ... both sections who the same data ... which might be acceptable ... but when I add a new entry ... I get a weird error ... that is Product Name cannot be empty ... however both the fields have data ... any ideas ? or work arounds ?
TIA,
Shardool.
I think its a bug....
when I used DataView, it worked just fine ...
> I have a section where I use data binding to display available products ....
> Then I have an admin section where I allow the admin to modify the available products ... I am using a separate currency manager for both ... however when I click on either one ... both sections who the same data ... which might be acceptable ... but when I add a new entry ... I get a weird error ... that is Product Name cannot be empty ... however both the fields have data ... any ideas ? or work arounds ?
>
> TIA,
> Shardool.