Dusan Janosik
Dusan Janosik
As of now every DotVVM application uses inline scripts and unsafe functions like `new Function(...)`, `eval(...)`, `setTimeout(string)`, etc. It means you need to specify `unsafe-inline` and `unsafe-eval` options when you...
When a row is being edited in GridView it should be possible to save changes with enter or cancel changes with escape.
There are several properties on GridViewColumns ending with Binding suffix. I can take `ValueBinding` on `GridViewTextColumn` as an example. Why do we use the Binding suffix here? I understand why...
I have a property of type `IconBase` allowing users to change icon displayed inside control. ```html ``` It works as expected until you need to use the icon multiple times....
I would like to use Scripty to generate TypeScript file from C# file. In other words, I need to generate a file with `.ts` extension with build action set to...