Working on the final part of the CRM Demo and getting weird namespace errors when following the tutorial.
Here is the page property:
Here is the location in the tutorial:
Here is the autogenerated code in VS:
Thanks in advance!
Working on the final part of the CRM Demo and getting weird namespace errors when following the tutorial.
Here is the page property:
Here is the location in the tutorial:
Here is the autogenerated code in VS:
Thanks in advance!
For some reason the inferred type of the DataGrid is wrong. It should not be HomeComponent. Try deleting the DataGrid and adding it again.
I'm not sure what I'm doing wrong here. I created an new application, connected to the same database and still unable to get the datagrid to work.
It seems like the TItem is set to dynamic and causing compilation errors. If I manually change to a "double" or "string" type, the datagrid will return results. Once I update using the Radzen tool, the type is set back to "dynamic" and no longer compiles in VS. The datagrid will show no results in the UI.
It looks as all type inferring fails for you for some unknown reason. The TItem of the column should never be set to dynamic and Radzen is supposed to set TItem of the DataGrid when its Data property is set. For whatever reason this does not happen for you and we are not sure why. I suspect the Radzen analysis of the project either fails or takes too long to complete. Could you try the following and report if it makes a difference:
We have found one possible cause that will set the wrong type and will release a fix. Still it should happen very rarely.
Thank you for the quick responses. I tried what you suggested and it seems to work now. An update notification appeared when I opened the Radzen tool but didn't update it before testing. Without updating your suggestion worked.
Thank you again for the prompt support. I finished going through your "How to" videos. I still have a lot to learn but from what I have seen so far, you really have created an amazing tool.