ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How to force grid inline CRUD to edit only one row at a time ?
Title:
B
I
{code}
?
form this demo http://demo.aspnetawesome.com/GridInlineEditDemo like section "Edit on row click" "I focus "rowClickEdit: true" But I'd like not to click the whole row, I'd like to just click the edit button
Save Changes
Cancel
nutfergie
asked at 31 Oct 2017
Answers
B
I
{code}
?
you need to set `oneRow:true` @(Html.Awe().Grid("DinnersGrid") .Mod(o => o.InlineEdit(..., oneRow:true))
Save Changes
Cancel
Omu
answered at 31 Oct 2017
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK