Yousif Iyad

Results 3 comments of Yousif Iyad

@puppetSpace performed same steps as you of course it didn't work. What strangely fixed it was creating the code behind files, as in XComponent.razor.cs: public partial class XComponent {} At...

Adding to my previous comment. have your code behind file inherit from the corresponding class. For a normal component for example: public partial class XComponent : ComponentBase {} This seems...

What is strange is that primereact, primevue, and primeng all have the same issue with their DataTable, and it appears when the itemSize value is smaller than 46 (not sure...