ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
GridModCfg does not contain a definition for 'Main'
Title:
B
I
{code}
?
I am using version 6.3 and trying to get inline editing in the following grid: @(Html.Awe().Grid(idGrid) .Mod(o => o.Main(false).InlineEdit(Url.Action("Edit", "e_faqTypicalQuestions"))) ... Reproducing this example: https://demo.aspnetawesome.com/GridInlineEditDemo#Grid-inline-editing-demo as a result i have the error message: GridModCfg<FaqEdit>' does not contain a definition for 'Main'
Save Changes
Cancel
Vladimir Kerzhentsev
asked at 11 Jan 2022
`Main()` was added in 6.7 https://www.aspnetawesome.com/learn/release/Version6-7 it combines PageInfo, PageSize, AutoMiniPager, Loading, and ColumnsSelector into one Mod
at 11 Jan 2022
Omu
Answers
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