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 use textarea for inline CRUD Grid ?
Title:
B
I
{code}
?
I type code below new Column { Bind = "date_force_default"}.Mod(o => o.Inline("<textarea class='awe-display awe-txt' id='date_force_default' rows='3'></textarea>")) but date_force_default field is not send to post action when view-source for see I observe you create hidden input tag name id = gridName+rowId+filedName eg. LawsGrid13law_name But I can't get rowId . Pls suggest me
Save Changes
Cancel
nutfergie
asked at 19 Oct 2017
Answers
B
I
{code}
?
could be done like this: new Column { Bind = "Name" } .Mod(o => o.Inline("<textarea id='#PrefixName' name='Name'>#Value</textarea>", "Name")),
Save Changes
Cancel
Omu
answered at 19 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