vtfuture / BForms

Bootstrap Forms for ASP.NET MVC
MIT License
62 stars 33 forks source link

BsGridColumnAttribute.IsEditable and InlineEditing #217

Open lvv83 opened 9 years ago

lvv83 commented 9 years ago

I made check references for IsEditable property of BsGridColumnAttribute and found that it is just stub and doesn't work with helpers anywhere.

Also I found InlineEditable() method which as described enables editing of the cell. But I can't toggle it to the editable state, because domNode with toggle_edit class still unvisible with display:none style and again there are no program logic in the project which take account for this.

Is there some way to make rows being inline editable without detail template?

cristipufu commented 9 years ago

Not yet, work in progress..

lvv83 commented 9 years ago

Thanks, Cristi. Very interesting how this functionality will work?

Expected scenario: