ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
readonly column in inline edit grid
Title:
B
I
{code}
?
In fact, I need to render a readonly column in a inline edit grid My goal is to add the disabled attribute but I can't see how I can't see how to use the EditorHtmlAttributes in `Inline(Html.Awe().TextBox` ?
Save Changes
Cancel
vRITHNER
asked at 06 Oct 2018
Answers
B
I
{code}
?
you can see readonly Date column on some rows in this demo: https://demo.aspnetawesome.com/GridInlineEditDemo/ConditionalDemo you can use `o => o.Inline(".(Prop)" + Html.Awe() + .. etc)` in the case of readonly string: .Inline("<input type='hidden' name='Name' value='#Value'/>#Value")
Save Changes
Cancel
Omu
answered at 06 Oct 2018
Ok. I'll check it thanks a lot
at 06 Oct 2018
vRITHNER
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