Creating empty column without model-relation with mvc
New DiscussionUsing MVC (Razor), how can I get in igGrid a empty column like:
{ headerText: "", key: "Delete", dataType: "string", width: "20%", unbound: true, template: "" }Code from: http://www.igniteui.com/grid/column-template
What I need is something like this:
.Columns(column => {
column.For(x => x.ModelX1.First().ID).HeaderText("Meeting ID"));
column.For(" ... ")......);
column(" ... ")......);
});
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
3 Created On
Jun 23, 2015 Last Post
10 years, 9 months ago