Ingo Manthey
Ingo Manthey
Hi, When you have bought the product, you can find the code in the kitchen-sink directory
If you run the side on IIS look in the web.config: ` `
Hi, you just have to adjust the connection string in appsettings.json. For example: ``` "ConnectionStrings": { "DefaultConnection": "data source=ServerName;database=DatabaseName;user id=UserName;password=Password;MultipleActiveResultSets=true" }, ``` Regards Ingo
@tonydrake Yes, I have the ultimate version and am also working on it. The template also saved me a lot of work myself. I only asked because the conversion to...
Hi, I also had a problem with the IIS. After I changed the web.config file, the program ran without problems: ` `
If the database exists, add-migration must be called first.
This PR is a breaking change. After this PR, 20 MudDataGrids stopped working for me because ChildRowContent was changed. And this PR cannot be found on the MudBlazor 6.0.17 page.
@nicoarm93 I think this is the best way. I had added a button in my previous version if the child grid has data so that he can see the data....
I don't find the EventCallback HiddenChanged complete. A function must be written for each column. EventCallback where the string = PropertyName. If I have a function to serialize the status...
With Format="p2" is it the same.