Top "Model-view" questions

model-view describes the relationship between the model and the view when using model-view-controller

MVC 5: ViewModel / Passing lists for the create

So I am currently studying and analyzing the use of ViewModels. In my Application (a so called "Restaurant") I want …

c# binding asp.net-mvc-5 model-view
Using QTableView with a model

I have the QVector cars that I want to filter basing on the car's registration number. I want to create …

c++ qt model-view
Load 3D model with HTML5 canvas element and Javascript

I have a simple concept that I want to use HTML5 for, but I'm a total newbie when it comes …

javascript html model-view
How to reset model in Qt?

I am using Qt model/view framework. When I reset the data in the model, I have to reset the …

qt model-view
Qt: start editing of cell after one click

By default the cell in QTableView starts being edited after double click. How to change this behavior. I need it …

c++ qt delegates qtableview model-view
QTableView scroll to new added row

To add new rows to model I am calling beginInsertRows and endInsertRows(). How to configure the view to scroll to …

c++ qt row qtableview model-view
QTreeView or QTreeWidget

I want to implement in my program a tree with nested sub-levels, and I'm looking for which of those two …

qt design-patterns treeview qtreewidget model-view
how to store and retrieve custom data (using QtCore.Qt.UserRole?) with Qtableview /QAbstractTableModel in pyqt?

I'm quite new in the use of model/view framework and I'm having some trouble, I'm using a Qtableview and …

qt pyqt model-view custom-data-type
How to pass data from Razor View Kendo UI DropDownList to Controller Variable?

vs'12 , KendoUI, asp.net C# MVC4 Internet Application EF Code First Would like to see how one would pass values …

asp.net-mvc-4 razor kendo-ui kendo-asp.net-mvc model-view