Questions tagged [dotvvm]

DotVVM is an ASP.NET Core framework that can build line-of-business applications and SPAs without writing tons of Javascript code. You only have to write a viewmodel in C# and a view in HTML and DotVVM will generate the rest for you.

http://www.dotvvm.com

DotVVM is an OWIN-based ASP.NET framework that can build line-of-business applications and SPAs without writing tons of Javascript code. You only have to write a viewmodel in C# and a view in HTML and DotVVM will generate the rest for you.

89 questions
0
votes
1 answer

A new DotVVM Web Project throws Microsoft.AspNetCore.Authentication.Internal.RequestPathBaseCookieBuilder

I download extension for Visual Studio for DotVVM framework and create a new .net core project. In the wizard, I chose Azure Active Directory Authentification as Identity option. When I run the application, the load ends up with Internal Server…
Daniel Rusnok
  • 449
  • 1
  • 7
  • 14
0
votes
0 answers

VirtualDirectory in DotVVM

I want ask, from which version of DotVVM is support for place application to virtual directory in IIS. We use 1.1.8 version of DotVVM and it's not work for us. Thanks
0
votes
3 answers

DotVVM Static Command Binding - indirect referrence to viewmodel property

I have an ViewModel containing 4 properties (Aaa, Bbb, Value, Focus) and button, that uses static command binding for simple client-only assignments: > This code works…
0
votes
1 answer

Referencing partial view or another master page inside dotvvm masterpage

I am trying to render something like razor's render partial in dotvvm master page. but found nothing from the documentation but the following: Master Page Nesting You can also nest a master page in another master page and so on. Just use the…
Tushar
  • 481
  • 6
  • 26
0
votes
1 answer

DotVVM - What are the possibilities for coloring rows in GridView?

I'm trying to color rows in the GridView based on the state (Enum value) of underlying item in the row, but none of the solutions I've found in docs seems appropriate for me. I have DataSource like this for the GridView public GridViewDataSet
0
votes
1 answer

how correct use FileUpload DOTVVM

I have a problem with "FileUpload" control from DOTVVM. My project is in ASP Core 2 and I use DOTVVM. I added to the project: Folder App_Data / Temp I have added options.AddUploadedFileStorage ("App_Data / Temp") to the DotvvmStartup file in the…
user2881533
  • 39
  • 1
  • 1
  • 4
0
votes
1 answer

Dotvvm - validation errors clear

I have a form in dotvvm 2.0 application. When I do a postback and it validates a viewmodel with errors it sets a css class of associated control to "invalid" (Validator.InvalidCssClass="is-invalid"). Is it possible to clear those validation errors…
Oto Dušek
  • 61
  • 1
  • 11
0
votes
1 answer

DotVVM - GridView binding

I have a problem with binding GridView in DotVVM. I load data from EF Core and fill the GridViewDataSet property and bind the property to GridView. Below the GridView I have form for adding new rows to a table. When I load page it does bind…
Oto Dušek
  • 61
  • 1
  • 11
0
votes
0 answers

DOTVVM: How to implement DraggableList(not working)

I'm currently working on a dotvvmp draggablelist. I have an objects list, Tracks, which is a list of TrackResult objects. I want to be able to drag the tracks within the list and change their positions visually speaking. There must be something…
MarieF
  • 1
  • 1
0
votes
1 answer

DotVVM 2.0 - unable to run trial Business Pack controls

I’ve created a DotVVM Core 2.0 project using Visual Studio and I have activated a trial version of Business Pack that I have added into that project from the private feed. I have registered the Business Pack in DotvvmStartup.cs in ConfigureServices.…
JonV
  • 13
  • 4
0
votes
1 answer

Dotvvm run-time binding to 'object' type

i have this class public class Property{ public string Name {get;set;} public object Value {get;set;} } i want to create list of the above class List and dynamically add Mark Up Controls Code only , so as their website they…
Al-Hanash Moataz
  • 385
  • 4
  • 14
0
votes
1 answer

DotVVM: using custom bindings inside the GridViewTemplateColumn ContentTemplate

I've made a jQuery AutoComplete binding for KO. It allows to perform a server side search for suggestions by term. It also allows to fill a text box or an non-input html element with single value retrieved from the server by ID. So far it works OK.…
0
votes
1 answer

Value binding in