#pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 53, true);
                WriteLiteral("<span class=\"sampleName\">Grid / InlineEditing</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(97, 161, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains how to edit the records of datagrid in inline mode using Syncfusion ASP.NET Core DataGrid control.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(286, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(292, 1550, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7657451ae57f4fc79038950c781a5dfb", async() => {
                    BeginContext(335, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(345, 170, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "5d2871ca120a4a579a00c3a7f7619d83", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_DataSource.Json = (IEnumerable <object>)ViewBag.datasource;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("json", __Syncfusion_JavaScript_DataSource.Json, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __Syncfusion_JavaScript_DataSource.UpdateURL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_DataSource.InsertURL = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_DataSource.RemoveURL = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_3.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(515, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(525, 129, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9624083491834d08a7ead81613bd64bd", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.EditMode = (EditMode.Normal);

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(654, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(664, 142, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "0ed4253fdb2b424cbfdd53bc4b21e167", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ToolbarSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolbarSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolbarSettings);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems = (new List <string>()
                    {
                        "add", "edit", "delete", "update", "cancel"
                    });

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(806, 12, true);
                    WriteLiteral("  \r\n        ");
                    EndContext();
                    BeginContext(818, 1008, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "515ca33c00664304b988228ccdf52ff9", async() => {
                        BeginContext(829, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(843, 203, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "61a2f2320c9042c4b47d3e22fcdbaebe", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "number", true }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1046, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1060, 168, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c8e4e2c5d4b34a2c94944651dd3b5a15", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "minlength", 3 }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1228, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1242, 136, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "88535bdc4b5842dc94d5683d99c08b09", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.DropdownEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1378, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1392, 306, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6858cc16ae7c4987a24bf246e9671811", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_12.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.NumericEditOptions = new EditorProperties()
                        {
                            DecimalPlaces = 2
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("numeric-edit-options", __Syncfusion_JavaScript_Models_Column.NumericEditOptions, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "range", "[0,1000]" }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.NumericEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1698, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1712, 92, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d9991876f7ef437188116ba67a2c10ed", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_13.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_14.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1804, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1826, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_15);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1842, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
Beispiel #2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 52, true);
                WriteLiteral("<span class=\"sampleName\">Grid / BatchEditing</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(96, 176, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains how to update bulk data changes to data source using Batch Edit mode in Syncfusion ASP.NET Core DataGrid control.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(300, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(306, 1501, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4901814ed58a49e2bb3ced792ac50ee9", async() => {
                    BeginContext(349, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(359, 79, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "aa800d15956a4a4fb05a66008a06bcd6", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_DataSource.BatchURL = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(438, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(448, 128, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "975546815fdd4b5384bc65541960c1b1", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.EditMode = (EditMode.Batch);

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(576, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(586, 142, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7c1aebea22f74adc8c8b2444683d6091", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ToolbarSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolbarSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolbarSettings);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems = (new List <string>()
                    {
                        "add", "edit", "delete", "update", "cancel"
                    });

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(728, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(738, 1053, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "fef97d9fcda542ae94e67c9d0bc5fe87", async() => {
                        BeginContext(749, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(763, 203, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7221c556af60427881dd02d8c8a6adac", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "number", true }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(966, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(980, 168, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "03a171e36b4d4733aa8e12007765a443", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "minlength", 3 }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1148, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1162, 183, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b634a9c48e1543e89087a084e50e6d72", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.DataSource = (IEnumerable <object>)ViewBag.data;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("datasource", __Syncfusion_JavaScript_Models_Column.DataSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.DropdownEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1345, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1359, 304, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3134699b9ac6446c8caef15a0a9cc30b", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.NumericEditOptions = new EditorProperties()
                        {
                            DecimalPlaces = 2
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("numeric-edit-options", __Syncfusion_JavaScript_Models_Column.NumericEditOptions, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "range", "[0,1000]" }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.NumericEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1663, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1677, 92, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "28235e985a1949418bdba478e2a0830f", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_12.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_13.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1769, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1791, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_14);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1807, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 52, true);
                WriteLiteral("<span class=\"sampleName\">Grid / BatchEditing</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(96, 176, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains how to update bulk data changes to data source using Batch Edit mode in Syncfusion ASP.NET Core DataGrid control.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(300, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(306, 1501, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4bae4aaedff142218f1b52b71d616842", async() => {
                    BeginContext(349, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(359, 79, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "9094a61ab55947a8be0956fe86859c63", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_DataSource.BatchURL = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(438, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(448, 128, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "11a29f206abc45ce8075a52e7d0d0b17", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.EditMode = (EditMode.Batch);

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(576, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(586, 142, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "acd687577aa645de9f3a44477f0a1eb9", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ToolbarSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolbarSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolbarSettings);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems = (new List <string>()
                    {
                        "add", "edit", "delete", "update", "cancel"
                    });

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(728, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(738, 1053, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "cb157267c9db46cd8a7b180172fe2fa8", async() => {
                        BeginContext(749, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(763, 203, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "0910e09199dd4992bf5f0709e25e18d9", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "number", true }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(966, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(980, 168, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "fcda03f485764ba59a0f1614fb27e15f", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "minlength", 3 }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1148, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1162, 183, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "947ccb37df4940f4b25614ca53d73c24", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.DataSource = (IEnumerable <object>)ViewBag.data;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("datasource", __Syncfusion_JavaScript_Models_Column.DataSource, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.DropdownEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1345, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1359, 304, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b8862633d0ed45039dce4924ddf3c2d4", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.NumericEditOptions = new EditorProperties()
                        {
                            DecimalPlaces = 2
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("numeric-edit-options", __Syncfusion_JavaScript_Models_Column.NumericEditOptions, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "range", "[0,1000]" }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.NumericEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1663, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1677, 92, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "571ef1220ac543cdbdb45ba60d1b137a", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_12.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_13.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1769, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1791, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_14);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\BatchEditing.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1807, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
Beispiel #4
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 47, true);
                WriteLiteral("<span class=\"sampleName\">Grid / Default</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(91, 155, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains how to render grid view for tabular data using the Syncfusion ASP.NET Core DataGrid control.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(274, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(280, 915, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "13544c179142422bbd35c52769a7694b", async() => {
                    BeginContext(344, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(354, 143, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e7818c400fbc4148a696a9c638dc319b", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                    __Syncfusion_JavaScript_DataSource.Offline = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("offline", __Syncfusion_JavaScript_DataSource.Offline, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(497, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(507, 672, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f74580ff209b48cfa33797fc06706e54", async() => {
                        BeginContext(518, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(532, 90, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7905c682d23546ce984b816c89060a1e", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(622, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(636, 77, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7d9f085fd61544f4a04bed00901653c3", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 10 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(713, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(727, 95, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "55d0db1d86fc4a3891415394c25a9704", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(822, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(836, 103, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "55f3186a1e9348ada23ac77c8b1d4b32", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(939, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(953, 116, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "990ccff1019649abacd1a08bdc748b4b", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_12.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1069, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1083, 74, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "becaf4a0e5104328afdb6aa6ae88778f", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_13.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_14.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1157, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1179, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_15);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowSorting = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-sorting", __Syncfusion_JavaScript_Models_GridProperties.AllowSorting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Default.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1195, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
Beispiel #5
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 79, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">Autocomplete / Data Binding - Remote data</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(130, 70, true);
                WriteLiteral("\r\n    <div class=\"frame\">\r\n        <div class=\"control\">\r\n            ");
                EndContext();
                BeginContext(200, 400, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-combo-box", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e3d7c788d1dd425c86716cfa3ad7ae86", async() => {
                    BeginContext(352, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(370, 123, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bba3a3bd9ce44b5e8744539e5853381b", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\ComboBox\Databindingremote.cshtml"
                    __Syncfusion_JavaScript_DataSource.Offline = false;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("offline", __Syncfusion_JavaScript_DataSource.Offline, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\ComboBox\Databindingremote.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(493, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(511, 60, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-combo-box-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "986cb139b6f649cc8261ab335a713ab3", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ComboBoxFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.ComboBoxFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ComboBoxFields);
                    __Syncfusion_JavaScript_Models_ComboBoxFields.Text = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_ComboBoxFields.Value = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(571, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ComboBoxProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ComboBoxProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ComboBoxProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
                __Syncfusion_JavaScript_Models_ComboBoxProperties.Query = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_ComboBoxProperties.Placeholder = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_ComboBoxProperties.Width = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(600, 30, true);
                WriteLiteral("\r\n        </div>\r\n    </div>\r\n");
                EndContext();
            }
                          );
        }
Beispiel #6
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 79, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">Dropdownlist / Data Binding - Remote data</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(130, 70, true);
                WriteLiteral("\r\n    <div class=\"frame\">\r\n        <div class=\"control\">\r\n            ");
                EndContext();
                BeginContext(200, 380, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-drop-down-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6054d3ca37c440b8ab714bd843fb9964", async() => {
                    BeginContext(330, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(348, 113, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5441d46e9a6c474b8189d8c50e6b1b7b", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\DatabindingRemote.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(461, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(479, 67, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-drop-down-list-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "d2d1f78d93c243e8802c6223e0b54547", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_DropDownListFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListFields);
                    __Syncfusion_JavaScript_Models_DropDownListFields.Text = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_DropDownListFields.TableName = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(546, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DropDownListProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Query = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_DropDownListProperties.WatermarkText = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Width = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(580, 56, true);
                WriteLiteral("\r\n            \r\n                    </div>\r\n    </div>\r\n");
                EndContext();
            }
                          );
        }
Beispiel #7
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"

            ViewBag.Title = "Grid";
            Layout        = "~/Views/Shared/_Layout.cshtml";

#line default
#line hidden
            BeginContext(151, 30, true);
            WriteLiteral("\r\n<div id = \"ControlRegion\">\r\n");
            EndContext();
            BeginContext(181, 1695, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "497c1f74d8384c8aad2c1672c8040c3d", async() => {
                BeginContext(677, 16, true);
                WriteLiteral("\r\n              ");
                EndContext();
                BeginContext(693, 129, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "02ed69ffd5dd422b80020664ad729222", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 16 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 16 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 16 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 16 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                __Syncfusion_JavaScript_Models_EditSettings.EditMode = (EditMode.Dialog);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(822, 10, true);
                WriteLiteral("\r\n        ");
                EndContext();
                BeginContext(832, 153, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "87296030e1e149c9bd2394f4d40329d4", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                __Syncfusion_JavaScript_DataSource.UpdateURL = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __Syncfusion_JavaScript_DataSource.InsertURL = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __Syncfusion_JavaScript_DataSource.RemoveURL = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(985, 13, true);
                WriteLiteral("   \r\n        ");
                EndContext();
                BeginContext(998, 153, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "03cfbe94a0e5447bbbfec7268a3ff7ea", async() => {
                    BeginContext(1120, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ToolbarSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolbarSettings>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolbarSettings);
#line 18 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 18 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems = (new List <string>()
                {
                    "add", "edit", "delete", "update", "cancel"
                });

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1151, 15, true);
                WriteLiteral("     \r\n        ");
                EndContext();
                BeginContext(1166, 694, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "97442ba17bf94d4094fd00fd2596b5dd", async() => {
                    BeginContext(1177, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(1191, 112, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "50ddb86205434596956e981c7bdf8e75", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                    __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                    __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 21 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 21 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 21 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1303, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(1317, 77, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "883c4691b7204c319ba83ee021e75bef", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                    __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                    __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
#line 22 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1394, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(1408, 95, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "348fdacad56e4c6f868ee3faf919b82c", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                    __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_9.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                    __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_10.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
#line 23 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 23 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1503, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(1517, 103, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "41d54c2fef1642c4b5d487ebf560045f", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                    __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_11.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                    __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_12.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                    __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_13.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
#line 24 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 24 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1620, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(1634, 116, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "02a2613e69e54aed914f6290a62873bf", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                    __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_14.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
                    __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_15.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15);
                    __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_16.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_16);
#line 25 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 25 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1750, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(1764, 74, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "fdbdeb044b454f728844f67e62b64a45", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                    __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_17.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_17);
                    __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_18.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_18);
#line 26 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
                    __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1838, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1860, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
            }
                                                                        );
            __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_19);
#line 10 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.AllowSorting = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-sorting", __Syncfusion_JavaScript_Models_GridProperties.AllowSorting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.Selectiontype = global::Syncfusion.JavaScript.SelectionType.Multiple;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("selectiontype", __Syncfusion_JavaScript_Models_GridProperties.Selectiontype, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 12 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.AllowGrouping = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-grouping", __Syncfusion_JavaScript_Models_GridProperties.AllowGrouping, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 12 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.GroupSettings = (new GroupSettings()
            {
                GroupedColumns = new List <string>()
                {
                    "CustomerID"
                }
            });

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("group-settings", __Syncfusion_JavaScript_Models_GridProperties.GroupSettings, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.AllowFiltering = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-filtering", __Syncfusion_JavaScript_Models_GridProperties.AllowFiltering, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.FilterSettings = (new FilterSettings()
            {
                FilterType = FilterType.Excel
            });

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("filter-settings", __Syncfusion_JavaScript_Models_GridProperties.FilterSettings, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.AllowRowDragAndDrop = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-row-drag-and-drop", __Syncfusion_JavaScript_Models_GridProperties.AllowRowDragAndDrop, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.RowDropSettings = (new RowDropSettings()
            {
                DropTargetID = "#FlatGrid"
            });

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("row-drop-settings", __Syncfusion_JavaScript_Models_GridProperties.RowDropSettings, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "C:\IBS Projects 2020\SyncfusionASPNETCoreApplication2\Views\Grid\GridFeatures.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1876, 10, true);
            WriteLiteral("\r\n</div>\r\n");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 60, true);
                WriteLiteral(" <span class=\"sampleName\">TagCloud / DatabindingOdata</span>");
                EndContext();
            }
                          );
            BeginContext(86, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("ControlsSection", async() => {
                BeginContext(113, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(119, 331, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-tag-cloud", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b286b1d143854e6b969033d4070df07f", async() => {
                    BeginContext(216, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(226, 129, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ac5bdd9e0ebc46cb8e8dd68bd8aead5b", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 5 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TagCloud\DatabindingOdata.cshtml"
                    __Syncfusion_JavaScript_DataSource.Offline = false;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("offline", __Syncfusion_JavaScript_DataSource.Offline, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 5 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TagCloud\DatabindingOdata.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(355, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(365, 63, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-tag-cloud-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "b88a68142bcd426786c19003071c5233", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_TagCloudFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.TagCloudFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TagCloudFields);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Text = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_TagCloudFields.Frequency = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(428, 7, true);
                    WriteLiteral(" \r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_TagCloudProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.TagCloudProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TagCloudProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
                __Syncfusion_JavaScript_Models_TagCloudProperties.Title = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_TagCloudProperties.Query = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(450, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
            BeginContext(455, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
        }
Beispiel #9
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(48, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("SampleHeading", async() => {
                BeginContext(73, 64, true);
                WriteLiteral(" <span class=\"sampleName\">XlsIO/GettingStarted/CLRObjects</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(165, 2, true);
                WriteLiteral("\r\n");
                EndContext();
#line 5 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                ViewBag.Title = "    Essential XlsIO (Excel) : CLRObjects : Syncfusion";

#line default
#line hidden
                BeginContext(248, 3, true);
                WriteLiteral("   ");
                EndContext();
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                Html.BeginForm("CLRObjects", "XlsIO", FormMethod.Post);
                {
#line default
#line hidden
                    BeginContext(313, 432, true);
                    WriteLiteral(@"    <div class=""Common"">
        <div class=""tablediv"">
            <div class=""rowdiv"">
                <label>
                    Click the button to view an Excel spreadsheet generated by Essential XlsIO. Please
                    note that Microsoft Excel Viewer or Microsoft Excel is required to view the resultant document.
                </label>
            </div>
            <br />
        </div>
    </div>
");
                    EndContext();
                    BeginContext(747, 914, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "fc99851e60844d738b9d211b1a33b664", async() => {
                        BeginContext(834, 6, true);
                        WriteLiteral("\r\n    ");
                        EndContext();
                        BeginContext(840, 112, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a241a297607b4fa69f9388f7131ad6a8", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
#line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                        __Syncfusion_JavaScript_DataSource.Json = (IEnumerable <object>)ViewBag.datasource;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("json", __Syncfusion_JavaScript_DataSource.Json, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        __Syncfusion_JavaScript_DataSource.UpdateURL = (string)__tagHelperAttribute_0.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                        __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(952, 6, true);
                        WriteLiteral("\r\n    ");
                        EndContext();
                        BeginContext(958, 129, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "088415a6b2044816bae7cd3b541a5e42", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.EditMode = (EditMode.Normal);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1087, 6, true);
                        WriteLiteral("\r\n    ");
                        EndContext();
                        BeginContext(1093, 556, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "268609f0765941b8ab43e89cc4a40c93", async() => {
                            BeginContext(1104, 10, true);
                            WriteLiteral("\r\n        ");
                            EndContext();
                            BeginContext(1114, 102, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ef81880c6e2f4b5e9aa22344fa66885d", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 50;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_2.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_3.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1216, 10, true);
                            WriteLiteral("\r\n        ");
                            EndContext();
                            BeginContext(1226, 92, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7e0b811b1f5949528ea50685f3541ac5", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 160;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_4.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_5.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1318, 10, true);
                            WriteLiteral("\r\n        ");
                            EndContext();
                            BeginContext(1328, 97, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4c568d5477224c499b9b80534534def3", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_6.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_7.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1425, 10, true);
                            WriteLiteral("\r\n        ");
                            EndContext();
                            BeginContext(1435, 97, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9cbe6f03d58a4d06970b221fd16a41db", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_8.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_9.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1532, 10, true);
                            WriteLiteral("\r\n        ");
                            EndContext();
                            BeginContext(1542, 89, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "64cdff8405444ae89e02b94444a64bd8", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 28 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 28 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1631, 6, true);
                            WriteLiteral("\r\n    ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1649, 2, true);
                        WriteLiteral("\r\n");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                    __Syncfusion_JavaScript_Models_GridProperties.AllowScrolling = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-scrolling", __Syncfusion_JavaScript_Models_GridProperties.AllowScrolling, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                    __Syncfusion_JavaScript_Models_GridProperties.Height = 300;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("height", __Syncfusion_JavaScript_Models_GridProperties.Height, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                    __Syncfusion_JavaScript_Models_GridProperties.Width = 540;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_GridProperties.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_13);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1661, 913, true);
                    WriteLiteral(@"
    <br />
    <div class=""rowdiv"">
        <div class=""celldiv"">
            <label>
                <strong> Save As :</strong>
            </label>
            <input id=""rbtnXls"" type=""radio"" name=""SaveOption"" value=""Xls"" />
            <label for=""rbtnXls"">
                XLS
            </label>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            <input id=""rbtnXlsx"" type=""radio"" name=""SaveOption"" value=""Xlsx"" checked=""checked"" />
            <label for=""rbtnXlsx"">
                XLSX
            </label>
        </div>
        <br />
        <div class=""celldiv"">
            <input id=""input"" class=""buttonStyle"" type=""submit"" name=""button"" value=""Input Template"" style=""width:162px;"" />
            <input id=""import"" class=""buttonStyle"" type=""submit"" name=""button"" value=""Import From Excel"" style=""width:162px;"" />
            <input id=""export"" class=""buttonStyle"" ");
                    EndContext();
                    BeginContext(2575, 25, false);
#line 51 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"
                    Write(ViewBag.exportButtonState);

#line default
#line hidden
                    EndContext();
                    BeginContext(2600, 106, true);
                    WriteLiteral(" type=\"submit\" name=\"button\" value=\"Export To Excel\" style=\"width:162px;\" />\r\n        </div>\r\n    </div>\r\n");
                    EndContext();
                    BeginContext(2708, 162, true);
                    WriteLiteral("    <script type=\"text/javascript\">\r\n\r\n        function EnableExport()\r\n        {\r\n            $(\'#export\').prop(\"disabled\", false);\r\n\r\n        }\r\n    </script>\r\n");
                    EndContext();
#line 63 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\CLRObjects.cshtml"

                    Html.EndForm();
                }

#line default
#line hidden
                BeginContext(2899, 4, true);
                WriteLiteral("    ");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(116, 66, true);
                WriteLiteral(" <span class=\"sampleName\">Diagram / Default Functionalities</span>");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(203, 171, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This sample demonstrates generating the diagram from the HTML Table and using ASP.NET CORE diagram’s built-in layout algorithm.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(402, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(408, 1274, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-diagram", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e0c476fcdb834784845bfa4e482d6c58", async() => {
                    BeginContext(533, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(543, 69, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-snap-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "af756dd508c641568ba145558811c5f6", async() => {
                        BeginContext(584, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_SnapSettings = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.SnapSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_SnapSettings);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_SnapSettings.SnapConstraints = global::Syncfusion.JavaScript.DataVisualization.DiagramEnums.SnapConstraints.None;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("snap-constraints", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_SnapSettings.SnapConstraints, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(612, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(622, 71, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-page-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "965516a15b404876b3608eb7acf3c5d1", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_PageSettings = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.PageSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_PageSettings);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_PageSettings.ScrollLimit = ScrollLimit.Diagram;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("scroll-limit", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_PageSettings.ScrollLimit, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(693, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(703, 666, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-default-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5ae0b7e774fc4b37b5763a417e60255f", async() => {
                        BeginContext(723, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(737, 319, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-node", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d720cbc7360045128625929a7efc2d6e", async() => {
                            BeginContext(796, 18, true);
                            WriteLiteral("\r\n                ");
                            EndContext();
                            BeginContext(814, 219, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-labels", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4c4695a1281944af893ce02de3b92c72", async() => {
                                BeginContext(824, 22, true);
                                WriteLiteral("\r\n                    ");
                                EndContext();
                                BeginContext(846, 158, false);
                                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-diagram-label", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3e02f4ea93b94474bbfae43ea5d0d242", async() => {
                                    BeginContext(898, 26, true);
                                    WriteLiteral("\r\n                        ");
                                    EndContext();
                                    BeginContext(924, 40, false);
                                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-margin", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ee1a873e666c491a819f6d36bd7f70d5", async() => {
                                    }
                                                                                                );
                                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramMargin = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.DiagramMargin>();
                                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramMargin);
#line 16 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramMargin.Left = 5;

#line default
#line hidden
                                    __tagHelperExecutionContext.AddTagHelperAttribute("left", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramMargin.Left, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 16 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramMargin.Right = 5;

#line default
#line hidden
                                    __tagHelperExecutionContext.AddTagHelperAttribute("right", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramMargin.Right, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                                    {
                                        await __tagHelperExecutionContext.SetOutputContentAsync();
                                    }
                                    Write(__tagHelperExecutionContext.Output);
                                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                                    EndContext();
                                    BeginContext(964, 22, true);
                                    WriteLiteral("\r\n                    ");
                                    EndContext();
                                }
                                                                                            );
                                __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramLabel = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.DiagramLabel>();
                                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramLabel);
                                __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramLabel.Name = (string)__tagHelperAttribute_0.Value;
                                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                                __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramLabel.FontColor = (string)__tagHelperAttribute_1.Value;
                                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                                if (!__tagHelperExecutionContext.Output.IsContentModified)
                                {
                                    await __tagHelperExecutionContext.SetOutputContentAsync();
                                }
                                Write(__tagHelperExecutionContext.Output);
                                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                                EndContext();
                                BeginContext(1004, 18, true);
                                WriteLiteral("\r\n                ");
                                EndContext();
                            }
                                                                                        );
                            __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Labels = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.Labels>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_Labels);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1033, 14, true);
                            WriteLiteral("\r\n            ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramNode = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.DiagramNode>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramNode);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                        __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramNode.Width = 120;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramNode.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                        __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramNode.Height = 40;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("height", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramNode.Height, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramNode.BorderColor = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1056, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1070, 268, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-connector", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "86d5c385f87144c4897ee7b578a8d08a", async() => {
                            BeginContext(1083, 18, true);
                            WriteLiteral("\r\n                ");
                            EndContext();
                            BeginContext(1101, 106, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-segments", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ed51d8c9c93648ec8c056760beee4fdb", async() => {
                                BeginContext(1113, 22, true);
                                WriteLiteral("\r\n                    ");
                                EndContext();
                                BeginContext(1135, 41, false);
                                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-segment", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "963900937d0d4f42bafa9b3b70f2b51a", async() => {
                                }
                                                                                            );
                                __Syncfusion_JavaScript_DataVisualization_Models_Diagram_SegmentData = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.SegmentData>();
                                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_SegmentData);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                                __Syncfusion_JavaScript_DataVisualization_Models_Diagram_SegmentData.Type = global::Syncfusion.JavaScript.DataVisualization.DiagramEnums.Segments.Orthogonal;

#line default
#line hidden
                                __tagHelperExecutionContext.AddTagHelperAttribute("type", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_SegmentData.Type, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                                if (!__tagHelperExecutionContext.Output.IsContentModified)
                                {
                                    await __tagHelperExecutionContext.SetOutputContentAsync();
                                }
                                Write(__tagHelperExecutionContext.Output);
                                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                                EndContext();
                                BeginContext(1176, 18, true);
                                WriteLiteral("\r\n                ");
                                EndContext();
                            }
                                                                                        );
                            __Syncfusion_JavaScript_DataVisualization_Models_Diagram_ConnectorSegments = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.ConnectorSegments>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_ConnectorSegments);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1207, 18, true);
                            WriteLiteral("\r\n                ");
                            EndContext();
                            BeginContext(1225, 85, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-target-decorator", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "94d28778bc7c4199b1aad5676558a5ac", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramDecorator = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.DiagramDecorator>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramDecorator);
                            __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramDecorator.FillColor = (string)__tagHelperAttribute_3.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                            __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramDecorator.BorderColor = (string)__tagHelperAttribute_4.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1310, 14, true);
                            WriteLiteral("\r\n            ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramConnector = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.DiagramConnector>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_DiagramConnector);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1338, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DefaultSettings = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.DefaultSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_DefaultSettings);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1369, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(1379, 156, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datasource-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9ad24503044b49ca966006206be3d52a", async() => {
                        BeginContext(1435, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1449, 52, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "69deeebf8d1e4afda37a1d31f615a0e1", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                        __Syncfusion_JavaScript_DataSource.Table = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1501, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DataSourceSettings = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_DataSourceSettings);
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DataSourceSettings.Id = (string)__tagHelperAttribute_6.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_DataSourceSettings.Parent = (string)__tagHelperAttribute_7.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1535, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(1545, 118, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-layout", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3a3c16d8301b4a42bfb5d3d64db10d00", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Diagram.Layout>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout);
#line 30 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout.Type = global::Syncfusion.JavaScript.DataVisualization.DiagramEnums.LayoutTypes.HierarchicalTree;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("type", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout.Type, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 30 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout.MarginX = 0;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("margin-x", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout.MarginX, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 30 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout.MarginY = 50;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("margin-y", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout.MarginY, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 30 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout.HorizontalSpacing = 30;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("horizontal-spacing", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout.HorizontalSpacing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 30 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                    __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout.VerticalSpacing = 40;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("vertical-spacing", __Syncfusion_JavaScript_DataVisualization_Models_Diagram_Layout.VerticalSpacing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1663, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_DataVisualization_Models_DiagramProperties = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.DiagramProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_DiagramProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
                __Syncfusion_JavaScript_DataVisualization_Models_DiagramProperties.Width = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __Syncfusion_JavaScript_DataVisualization_Models_DiagramProperties.Height = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                __Syncfusion_JavaScript_DataVisualization_Models_DiagramProperties.EnableContextMenu = false;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("enable-context-menu", __Syncfusion_JavaScript_DataVisualization_Models_DiagramProperties.EnableContextMenu, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Diagram\HtmlDataBinding.cshtml"
                __Syncfusion_JavaScript_DataVisualization_Models_DiagramProperties.Tool = global::Syncfusion.JavaScript.DataVisualization.DiagramEnums.Tool.ZoomPan;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("tool", __Syncfusion_JavaScript_DataVisualization_Models_DiagramProperties.Tool, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_DataVisualization_Models_DiagramProperties.NodeTemplate = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1682, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
            BeginContext(1687, 3427, true);
            WriteLiteral(@"
<script id=""htmlbinding"" type=""text/template"">
    <table style=""display: none"">
        <thead>
            <tr>
                <th>
                    Id
                </th>
                <th>
                    Role
                </th>
                <th>
                    ReportingPerson
                </th>
                <th>
                    Color
                </th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>parent</td>
                <td>Plant Manager</td>
                <td>null</td>
                <td>#0B4268</td>
            </tr>
            <tr>
                <td>11</td>
                <td>Production Manager</td>
                <td>parent</td>
                <td>#D34A4A</td>
            </tr>
            <tr>
                <td>1</td>
                <td>Administrative Officer</td>
                <td>parent</td>
                <td>#D34A4A</td>
            </tr>
            <tr>
    ");
            WriteLiteral(@"            <td>2</td>
                <td>Maintenance manager</td>
                <td>parent</td>
                <td>#D34A4A</td>
            </tr>
            <tr>
                <td>3</td>
                <td>Control Room</td>
                <td>11</td>
                <td>#108D8D</td>
            </tr>
            <tr>
                <td>4</td>
                <td>Plant Operator</td>
                <td>11</td>
                <td>#108D8D</td>
            </tr>
            <tr>
                <td>5</td>
                <td>Foreman</td>
                <td>3</td>
                <td>#108D8D</td>
            </tr>
            <tr>
                <td>6</td>
                <td>Craft Personnel</td>
                <td>5</td>
                <td>#108D8D</td>
            </tr>
            <tr>
                <td>7</td>
                <td>Craft Personnel</td>
                <td>5</td>
                <td>#108D8D</td>
            </tr>
            <tr>
               ");
            WriteLiteral(@" <td>8</td>
                <td>Foreman</td>
                <td>4</td>
                <td>#108D8D</td>
            </tr>
            <tr>
                <td>9</td>
                <td>Craft Personnel</td>
                <td>8</td>
                <td>#108D8D</td>
            </tr>
            <tr>
                <td>10</td>
                <td>Electrical Supervisor</td>
                <td>2</td>
                <td>#108D8D</td>
            </tr>
            <tr>
                <td>111</td>
                <td>Mechanical Supervisor</td>
                <td>2</td>
                <td>#108D8D</td>
            </tr>
            <tr>
                <td>12</td>
                <td>Craft Personnel</td>
                <td>10</td>
                <td>#108D8D</td>
            </tr>
            <tr>
                <td>13</td>
                <td>Craft Personnel</td>
                <td>10</td>
                <td>#108D8D</td>
            </tr>
            <tr>
              ");
            WriteLiteral(@"  <td>14</td>
                <td>Craft Personnel</td>
                <td>111</td>
                <td>#108D8D</td>
            </tr>
            <tr>
                <td>15</td>
                <td>Craft Personnel</td>
                <td>111</td>
                <td>#108D8D</td>
            </tr>
        </tbody>
    </table>
</script>
");
            EndContext();
            DefineSection("ScriptSection", async() => {
                BeginContext(5137, 199, true);
                WriteLiteral("\r\n    <script type=\"text/javascript\">\r\n      function nodeTemplate(diagram, node) {\r\n            node.labels[0].text = node.Role;\r\n            node.fillColor = node.Color;\r\n        }\r\n    </script>\r\n");
                EndContext();
            }
                          );
            BeginContext(5339, 248, true);
            WriteLiteral("<style>\r\n    .svg-rotate-ie:hover {\r\n        cursor: url(\"~/wwwroot/css/content/ej/common-images/rotate.cur\"),default;\r\n    }\r\n\r\n    .svg-rotate {\r\n        cursor: url(\"~/wwwroot/css/content/ej/common-images/rotate.cur\"),default;\r\n    }\r\n</style>\r\n");
            EndContext();
        }
Beispiel #11
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(48, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("SampleHeading", async() => {
                BeginContext(73, 63, true);
                WriteLiteral(" <span class=\"sampleName\">XlsIO/GettingStarted/DataTable</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(164, 2, true);
                WriteLiteral("\r\n");
                EndContext();
#line 5 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                ViewBag.Title = "    Essential XlsIO (Excel) : DataTable : Syncfusion";

#line default
#line hidden
                BeginContext(246, 4, true);
                WriteLiteral("    ");
                EndContext();
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                Html.BeginForm("DataTable", "XlsIO", FormMethod.Post);
                {
#line default
#line hidden
                    BeginContext(319, 520, true);
                    WriteLiteral(@"            <div class=""Common"">
                <div class=""tablediv"">
                    <div class=""rowdiv"">
                        <label>
                            Click the button to view an Excel spreadsheet generated by Essential XlsIO. Please
                            note that Microsoft Excel Viewer or Microsoft Excel is required to view the resultant document.
                        </label>
                    </div>
                    <br />
                </div>
            </div>
");
                    EndContext();
                    BeginContext(841, 12, true);
                    WriteLiteral("            ");
                    EndContext();
                    BeginContext(853, 1040, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a2dc4a7843a6458494659710492b583a", async() => {
                        BeginContext(938, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(956, 120, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "8e321c66db3449ea996204df235787d8", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
#line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                        __Syncfusion_JavaScript_DataSource.Json = (System.Data.DataTable)ViewBag.datasource;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("json", __Syncfusion_JavaScript_DataSource.Json, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        __Syncfusion_JavaScript_DataSource.UpdateURL = (string)__tagHelperAttribute_0.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                        __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1076, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(1094, 129, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4b8cba1d7840419097e953739af763e6", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.EditMode = (EditMode.Normal);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1223, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(1241, 628, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4454e75b50d8450a80f6d54bbfb0081f", async() => {
                            BeginContext(1252, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                            BeginContext(1274, 102, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5be84845cdb74768b3324e3111a58770", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 50;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_2.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_3.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1376, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                            BeginContext(1398, 92, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5f78bfbd088a49948694b5eb6d5f952e", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 160;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_4.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_5.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1490, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                            BeginContext(1512, 97, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2e6c2db6e0804c6685ff97b93f7a252e", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_6.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_7.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1609, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                            BeginContext(1631, 97, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a17e47dc3f894d0c96fc85078de28948", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_8.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_9.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1728, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                            BeginContext(1750, 89, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c5e29a9197cb46158957ddae365c9885", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 28 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 28 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1839, 18, true);
                            WriteLiteral("\r\n                ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1869, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                    __Syncfusion_JavaScript_Models_GridProperties.AllowScrolling = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-scrolling", __Syncfusion_JavaScript_Models_GridProperties.AllowScrolling, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                    __Syncfusion_JavaScript_Models_GridProperties.Height = 300;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("height", __Syncfusion_JavaScript_Models_GridProperties.Height, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                    __Syncfusion_JavaScript_Models_GridProperties.Width = 540;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_GridProperties.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_13);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1893, 1081, true);
                    WriteLiteral(@"
            <br />
            <div class=""rowdiv"">
                <div class=""celldiv"">
                    <label>
                        <strong> Save As :</strong>
                    </label>
                    <input id=""rbtnXls"" type=""radio"" name=""SaveOption"" value=""Xls"" />
                    <label for=""rbtnXls"">
                        XLS
                    </label>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    <input id=""rbtnXlsx"" type=""radio"" name=""SaveOption"" value=""Xlsx"" checked=""checked"" />
                    <label for=""rbtnXlsx"">
                        XLSX
                    </label>
                </div>
                <br />
                <div class=""celldiv"">
                    <input id=""input"" class=""buttonStyle"" type=""submit"" name=""button"" value=""Input Template"" style=""width:162px;"" />
                    <input id=""import"" class=""buttonStyle"" type=""submit"" name=""button"" value=""Import From Excel"" style=""width:162px;"" />
  ");
                    WriteLiteral("                  <input id=\"export\" class=\"buttonStyle\" ");
                    EndContext();
                    BeginContext(2975, 25, false);
#line 51 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                    Write(ViewBag.exportButtonState);

#line default
#line hidden
                    EndContext();
                    BeginContext(3000, 122, true);
                    WriteLiteral(" type=\"submit\" name=\"button\" value=\"Export To Excel\" style=\"width:162px;\" />\r\n                </div>\r\n            </div>\r\n");
                    EndContext();
                    BeginContext(3124, 178, true);
                    WriteLiteral("            <script type=\"text/javascript\">\r\n\r\n        function EnableExport()\r\n        {\r\n            $(\'#export\').prop(\"disabled\", false);\r\n\r\n        }\r\n            </script>\r\n");
                    EndContext();
#line 63 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"

                    Html.EndForm();
                }

#line default
#line hidden
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 74, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">Toolbar / Data Binding - Remote Data</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(125, 70, true);
                WriteLiteral("\r\n    <div class=\"frame\">\r\n        <div class=\"control\">\r\n            ");
                EndContext();
                BeginContext(195, 335, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-toolbar", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bfc458eac8734ca5ba99ea9f1a00bd24", async() => {
                    BeginContext(316, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(334, 38, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-toolbar-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "3a55ff6ba8ce44498e67e950445a3a20", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ToolbarFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolbarFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolbarFields);
                    __Syncfusion_JavaScript_Models_ToolbarFields.Text = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(372, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(390, 113, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1684726eb8ea43ee979910c8796460d9", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Toolbar\DataBindingRemote.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(503, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ToolbarProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolbarProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolbarProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __Syncfusion_JavaScript_Models_ToolbarProperties.Width = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Toolbar\DataBindingRemote.cshtml"
                __Syncfusion_JavaScript_Models_ToolbarProperties.Orientation = Orientation.Horizontal;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("orientation", __Syncfusion_JavaScript_Models_ToolbarProperties.Orientation, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_ToolbarProperties.Query = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(530, 42, true);
                WriteLiteral("            \r\n        </div>\r\n    </div>\r\n");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(597, 209, true);
                WriteLiteral("\r\n    <style type=\"text/css\" class=\"cssStyles\">\r\n        .frame {\r\n            width: 35%;\r\n        }\r\n\r\n        .control {\r\n            color: black;\r\n            font-size: medium;\r\n        }\r\n    </style>\r\n");
                EndContext();
            }
                          );
            BeginContext(809, 2, true);
            WriteLiteral("\r\n");
            EndContext();
        }
Beispiel #13
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 59, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">Dropdownlist / Events</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(110, 70, true);
                WriteLiteral("\r\n    <div class=\"frame\">\r\n        <div class=\"control\">\r\n            ");
                EndContext();
                BeginContext(180, 860, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-drop-down-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f064bcf92871401fa9b820eaca4fa6f2", async() => {
                    BeginContext(781, 19, true);
                    WriteLiteral(" \r\n                ");
                    EndContext();
                    BeginContext(800, 122, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "cd2aaaa64be246a88629df30085099c2", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\Events.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(922, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(940, 66, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-drop-down-list-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "65b1ee4eaf944a408ba3f41705dd000b", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_DropDownListFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListFields);
                    __Syncfusion_JavaScript_Models_DropDownListFields.Text = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_DropDownListFields.Value = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1006, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DropDownListProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\Events.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.ShowCheckbox = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-checkbox", __Syncfusion_JavaScript_Models_DropDownListProperties.ShowCheckbox, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Width = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_DropDownListProperties.PopupWidth = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\Events.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.EnableFilterSearch = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("enable-filter-search", __Syncfusion_JavaScript_Models_DropDownListProperties.EnableFilterSearch, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\Events.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.EnablePopupResize = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("enable-popup-resize", __Syncfusion_JavaScript_Models_DropDownListProperties.EnablePopupResize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Create = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __Syncfusion_JavaScript_Models_DropDownListProperties.PopupHide = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __Syncfusion_JavaScript_Models_DropDownListProperties.PopupShown = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __Syncfusion_JavaScript_Models_DropDownListProperties.BeforePopupShown = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Change = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Select = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Search = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                __Syncfusion_JavaScript_Models_DropDownListProperties.ActionComplete = (string)__tagHelperAttribute_13.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                __Syncfusion_JavaScript_Models_DropDownListProperties.ActionFailure = (string)__tagHelperAttribute_14.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
                __Syncfusion_JavaScript_Models_DropDownListProperties.ActionSuccess = (string)__tagHelperAttribute_15.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15);
                __Syncfusion_JavaScript_Models_DropDownListProperties.DataBound = (string)__tagHelperAttribute_16.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_16);
                __Syncfusion_JavaScript_Models_DropDownListProperties.PopupResizeStart = (string)__tagHelperAttribute_17.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_17);
                __Syncfusion_JavaScript_Models_DropDownListProperties.PopupResize = (string)__tagHelperAttribute_18.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_18);
                __Syncfusion_JavaScript_Models_DropDownListProperties.PopupResizeStop = (string)__tagHelperAttribute_19.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_19);
                __Syncfusion_JavaScript_Models_DropDownListProperties.WatermarkText = (string)__tagHelperAttribute_20.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_20);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1040, 41, true);
                WriteLiteral("\r\n         \r\n        </div>\r\n    </div>\r\n");
                EndContext();
            }
                          );
            DefineSection("EventsDropdown", async() => {
                BeginContext(1108, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(1114, 171, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-drop-down-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "eb6e1b44916a471b9478a879ff41a35e", async() => {
                    BeginContext(1262, 3, true);
                    WriteLiteral("\r\n ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DropDownListProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_21);
                __Syncfusion_JavaScript_Models_DropDownListProperties.TargetID = (string)__tagHelperAttribute_22.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_22);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Width = (string)__tagHelperAttribute_23.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_23);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\Events.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.ShowCheckbox = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("show-checkbox", __Syncfusion_JavaScript_Models_DropDownListProperties.ShowCheckbox, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\Events.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.CheckAll = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("check-all", __Syncfusion_JavaScript_Models_DropDownListProperties.CheckAll, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Change = (string)__tagHelperAttribute_24.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_24);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1285, 790, true);
                WriteLiteral(@" 
    <div id=""evntname"">
        <ul>
            <li value=""change"">change</li>
            <li value=""select"">select</li>
            <li value=""popupHide"">popupHide</li>
            <li value=""popupShown"">popupShown</li>
            <li value=""beforePopupShown"">beforeShown</li>
            <li value=""search"">search</li>           
            <li value=""actionComplete"">actionComplete</li>
            <li value=""actionFailure"">actionFailure</li>
            <li value=""actionSuccess"">actionSuccess</li>           
            <li value=""dataBound"">dataBound</li>
            <li value=""popupResizeStart"">popupResizeStart</li>
            <li value=""popupResize"">popupResize</li>
            <li value=""popupResizeStop"">popupResizeStop</li>
        </ul>
    </div>
");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(2101, 4330, true);
                WriteLiteral(@"
    <script type=""text/javascript"">
        var target;
        function drpcreate(sender) {
            jQuery.addEventLog(""Dropdown control has been <span class='eventTitle'>created</span>.<br/>"");
        }
        function drppopuphide(sender) {
            jQuery.addEventLog(""Dropdown popup is <span class='eventTitle'>closed</span>.<br/>"");
        }
        function drppopupshow(sender) {
            jQuery.addEventLog(""Dropdown popup is <span class='eventTitle'>opened</span>.<br/>"");
        }
        function drpbeforepopupshow(sender) {
            jQuery.addEventLog(""<span class='eventTitle'>BeforePopupShow</span> event is triggered.<br/>"");
        }
        function drpvaluechange(sender) {
            jQuery.addEventLog(""<span class='eventTitle'>Value has changed</span> to "" + sender.value + "".<br/>"");
        }
        function drpselectchange(sender) {
            jQuery.addEventLog(sender.text + "" is <span class='eventTitle'>selected</span>.<br/>"");
        }
        func");
                WriteLiteral(@"tion drpsearch(sender) {
            jQuery.addEventLog(sender.searchString + "" is <span class='eventTitle'>searched</span>.<br/>"");
        }
        function drpdataBound(sender) {
            jQuery.addEventLog(""The value is <span class='eventTitle'>Bounded</span>.<br/>"");
        }
        function drppopupResizeStart(sender) {
            jQuery.addEventLog(""Dropdown control popup<span class='eventTitle'>Resizing has started</span>.<br/>"");
        }
        function drppopupResize(sender) {
            jQuery.addEventLog(""Dropdown control Popup <span class='eventTitle'>is Resizing</span>.<br/>"");
        }
        function drppopupResizeStop(sender) {
            jQuery.addEventLog(""Dropdown control popup <span class='eventTitle'>Resizing has stopped</span>.<br/>"");
        }
        function drpactionComplete(sender) {
            jQuery.addEventLog(""The data fetching action is <span class='eventTitle'>Complete</span>.<br/>"");
        }
        function drpactionFailure(sender) {
   ");
                WriteLiteral(@"         jQuery.addEventLog(""The data fetching action is <span class='eventTitle'>Failure</span>.<br/>"");
        }
        function drpactionSuccess(sender) {
            jQuery.addEventLog(""The data fetching action is <span class='eventTitle'>Success</span>.<br/>"");
        }
        function onClear() {
            jQuery.clearEventLog();
        }

        function evtpropscheckedevent(args) {
            target = $(""#selectCompany"").data(""ejDropDownList"");
            if (args.isChecked) {
                switch (args.selectedValue) {
                    case ""create"":
                        target.option(args.selectedValue, ""drpcreate"");
                        break;
                    case ""popupHide"":
                        target.option(args.selectedValue, ""drppopuphide"");
                        break;
                    case ""change"": target.option(args.selectedValue, ""drpvaluechange""); break;
                    case ""select"": target.option(args.selectedValue, ""drpselectch");
                WriteLiteral(@"ange""); break;
                    case ""popupShown"": target.option(args.selectedValue, ""drppopupshow""); break;
                    case ""beforePopupShown"": target.option(args.selectedValue, ""drpbeforepopupshow""); break;                  
                    case ""search"": target.option(args.selectedValue, ""drpsearch""); break;                                     
                    case ""dataBound"": target.option(args.selectedValue, ""drpdataBound""); break;
                    case ""actionComplete"": target.option(args.selectedValue, ""drpactionComplete""); break;
                    case ""actionFailure"": target.option(args.selectedValue, ""drpactionFailure""); break;
                    case ""actionSuccess"": target.option(args.selectedValue, ""drpactionSuccess""); break;
                    case ""popupResizeStart"": target.option(args.selectedValue, ""drppopupResizeStart""); break;
                    case ""popupResize"": target.option(args.selectedValue, ""drppopupResize""); break;
                    case ""po");
                WriteLiteral("pupResizeStop\": target.option(args.selectedValue, \"drppopupResizeStop\"); break;\r\n                }\r\n            }\r\n            else {\r\n                target.option(args.selectedValue, null);\r\n            }\r\n        }\r\n    </script>\r\n");
                EndContext();
            }
                          );
            BeginContext(6434, 2, true);
            WriteLiteral("\r\n");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 47, true);
                WriteLiteral("<span class=\"sampleName\">Grid / Sorting</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(91, 186, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains how to sort the columns of datagrid in either ascending or descending order using Syncfusion ASP.NET Core DataGrid control.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(305, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(311, 810, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "528b204f3e4c4958b03022c6e4df9cd4", async() => {
                    BeginContext(375, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(385, 143, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "02b607d8191f457b9cc4e2f4fb252a9d", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                    __Syncfusion_JavaScript_DataSource.Offline = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("offline", __Syncfusion_JavaScript_DataSource.Offline, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(528, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(538, 567, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "05439b391f2644008dd3d0614084e49a", async() => {
                        BeginContext(549, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(563, 112, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "80c1f0721f6547edbf790cadd6a9a7db", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(675, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(689, 77, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e36bb7d26d944df5b73c2d98741cc5c2", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 10 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(766, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(780, 96, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1ff3894693d24644a14a86a3f6565c6d", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(876, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(890, 105, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "43a2dbfdf42140b9bc44a1f7296bca5b", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(995, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1009, 74, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "624383c41e5f450ba834e3a67407cbd5", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1083, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1105, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Sorting.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowSorting = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-sorting", __Syncfusion_JavaScript_Models_GridProperties.AllowSorting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1121, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
Beispiel #15
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(0, 66, true);
            WriteLiteral("<!DOCTYPE html>\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n    ");
            EndContext();
            BeginContext(66, 4977, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5588ca8a93054b00b6530b798be2ba12", async() => {
                BeginContext(72, 15, true);
                WriteLiteral("\r\n        <link");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 87, "\"", 133, 1);
#line 4 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                WriteAttributeValue("", 94, Url.Content("~/css/bootstrap.min.css"), 94, 39, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(134, 36, true);
                WriteLiteral(" rel=\" stylesheet\" />\r\n        <link");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 170, "\"", 231, 1);
#line 5 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                WriteAttributeValue("", 177, Url.Content("~/css/ejthemes/ej.widgets.core.min.css"), 177, 54, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(232, 36, true);
                WriteLiteral(" rel=\" stylesheet\" />\r\n        <link");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 268, "\"", 335, 1);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                WriteAttributeValue("", 275, Url.Content("~/css/ejthemes/flat-saffron/ej.theme.min.css"), 275, 60, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(336, 36, true);
                WriteLiteral(" rel=\" stylesheet\" />\r\n        <link");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 372, "\"", 442, 1);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                WriteAttributeValue("", 379, Url.Content("~/css/ejthemes/responsive-css/ej.responsive.css"), 379, 63, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(443, 35, true);
                WriteLiteral(" rel=\"stylesheet\" />\r\n        <link");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 478, "\"", 552, 1);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                WriteAttributeValue("", 485, Url.Content("~/css/ejthemes/responsive-css/ejgrid.responsive.css"), 485, 67, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(553, 66, true);
                WriteLiteral(" rel=\"stylesheet\" />\r\n        <!--[if lt IE 9]>\r\n    <script src=\"");
                EndContext();
                BeginContext(620, 45, false);
#line 10 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                Write(Url.Content("~/Scripts/jquery-1.11.3.min.js"));

#line default
#line hidden
                EndContext();
                BeginContext(665, 79, true);
                WriteLiteral("\"></script>\r\n    <![endif]-->\r\n        <!--[if gte IE 9]><!-->\r\n        <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 744, "\"", 795, 1);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                WriteAttributeValue("", 750, Url.Content("~/Scripts/jquery-3.4.1.min.js"), 750, 45, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(796, 53, true);
                WriteLiteral("></script>\r\n        <!--<![endif]-->\r\n        <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 849, "\"", 895, 1);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                WriteAttributeValue("", 855, Url.Content("~/scripts/jsviews.min.js"), 855, 40, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(896, 27, true);
                WriteLiteral("></script>\r\n        <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 923, "\"", 966, 1);
#line 16 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                WriteAttributeValue("", 929, Url.Content("~/scripts/jsrender.js"), 929, 37, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(967, 27, true);
                WriteLiteral("></script>\r\n        <script");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 994, "\"", 1043, 1);
#line 17 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                WriteAttributeValue("", 1000, Url.Content("~/scripts/ej.web.all.min.js"), 1000, 43, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1044, 3992, true);
                WriteLiteral(@"></script> 
		<style type=""text/css"">
		 ::-ms-clear {
            display: none;
        }
        .e-gridAdaptive {
            border-width: 0px !important;
        }
    </style>
    <script type=""text/javascript"">
		      $(function () {
		          var browserDetails = ej.browserInfo();
		          if (!(browserDetails.name == ""msie"" && parseInt(browserDetails.version, 10) < 9)) {
		              window.addEventListener('message', function (e) {
		                  var gridObj = $(""#FlatGrid"").data('ejGrid');
		                  $(""#FlatGrid"").ejGrid(""model.enableResponsiveRow"", false);
		                  var obj = $(""#FlatGrid"").ejGrid(""instance"");
		                  if (e.data == ""mobile"") {
		                      $('body').css('margin', '0px');
		                      $('body').css('width', '100%');
		                      gridObj.phoneMode = true;
		                      $(""#FlatGrid"").ejGrid(""model.scrollSettings.height"", ""100%"");
		                      $(""#FlatGrid"").ejGr"        );
                WriteLiteral(@"id(""model.pageSettings.pageSize"", 10);
		                      if (gridObj.model.isEdit)
		                          gridObj.cancelEdit();
		                      $(""#Grid"").addClass('e-gridAdaptive');
		                  }
		                  else if (e.data == ""desktop"") {
		                      $('body').css('margin-right', '1%');
		                      $('body').css('width', '99%');
		                      $(""#FlatGrid"").ejGrid(""model.pageSettings.pageSize"", 7);
		                      gridObj.windowonresize();
		                  }
		                  if (typeof e.data == ""boolean"") {
		                      if (obj.model.isEdit)
		                          obj.cancelEdit();
		                      $(""#FlatGrid"").ejGrid(""model.enableResponsiveRow"", e.data);
		                      if (e.data) {
		                          $(""#FlatGrid"").css(""width"", ""303px"");
		                          $('body').css('overflow', 'visible');
		                          $('body').css('overflow-x', 'hidd"        );
                WriteLiteral(@"en');
					              obj.getContent().addClass(""e-widget"");
		                      }
		                      else {
		                          $(""#FlatGrid"").ejGrid(""model.pageSettings.pageSize"", 10)
		                          $('body').css('overflow', 'hidden');
		                      }
		                  }
		                  else
                              changeTheme();
		              });
		              window.onload = function(){
		                  changeTheme();
		              }
		          }
		      });
		      function ActionComplete(args) {
		          var gridObj = $(""#FlatGrid"").ejGrid(""instance"");
		          this.getContent().addClass(""e-widget"");
		          var browserDetails = gridObj.getBrowserDetails();
		          if (browserDetails.browser == ""msie"" && parseInt(browserDetails.version, 10) <= 9)
		              $(""#FlatGrid"").ejGrid(""model.enableResponsiveRow"", false);
		          if (args.requestType == ""filtering"" || args.requestType == ""searching"") {
		   "        );
                WriteLiteral(@"         var proxy = this;
		            setTimeout(function () { proxy.windowonresize(); }, 30);
		          }
		      }
		      function changeTheme() {
		          var links = $(document.head || document.getElementsByTagName('head')[0]).find(""link"");
		          for (var i = 0; i < links.length; i++) {
		              if (links[i].href.indexOf(""ej.theme.min.css"") != -1) {
		                  var cssref = links[i].href,
                              serverconfig = cssref.substr(0, cssref.indexOf(""Content"") - 1), fileref, theme;
		                  theme = window.parent.themes[window.parent.theme]
		                  fileref = $('<link rel=""stylesheet"" type=""text/css"" href=""' + serverconfig + theme + '"" />');
		                  $(fileref).insertAfter(links[i]);
		                  $(links[i]).remove();
		                  break;
		              }
		          }
		      }
    </script>

");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(5043, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(5045, 1437, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4c8e32c3eaa74e6fbbbe56c92799ade8", async() => {
                BeginContext(5075, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(5081, 1347, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8ec3f4bdad03473492c5c84aa461e7e1", async() => {
                    BeginContext(5295, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(5305, 143, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "644370282db246a8886c253fe0ff6fc9", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 103 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_DataSource.Offline = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("offline", __Syncfusion_JavaScript_DataSource.Offline, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 103 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(5448, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(5458, 58, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-filter-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "0f427a5d584a4cabb89cedb11b28a2f2", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_FilterSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.FilterSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_FilterSettings);
#line 104 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_Models_FilterSettings.FilterType = global::Syncfusion.JavaScript.FilterType.Menu;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("filter-type", __Syncfusion_JavaScript_Models_FilterSettings.FilterType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(5516, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(5526, 64, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-page-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e26c9072c4a744adb21e8f4e6c805285", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_PageSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.PageSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_PageSettings);
#line 105 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_Models_PageSettings.PageCount = 3;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("page-count", __Syncfusion_JavaScript_Models_PageSettings.PageCount, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 105 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_Models_PageSettings.PageSize = 7;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("page-size", __Syncfusion_JavaScript_Models_PageSettings.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(5590, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(5600, 117, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "75ae5591f84844f1a376db1dfd52e9cf", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 106 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 106 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 106 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 106 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.EditMode = global::Syncfusion.JavaScript.EditMode.Normal;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(5717, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(5727, 159, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "999ca9552b554484b403e50d7b9095f0", async() => {
                        BeginContext(5855, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ToolbarSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolbarSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolbarSettings);
#line 107 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 107 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems = new List <string>()
                    {
                        "add", "edit", "delete", "update", "cancel", "search"
                    };

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(5886, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(5896, 516, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7d3b80b049c54110b743e4cfada73a64", async() => {
                        BeginContext(5907, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(5921, 110, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "18753511fec1480fa0ddd7e31b2680b2", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 110 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 110 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 110 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 90;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(6031, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(6045, 78, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a3b22b114c5f44279eeeea9a6a8f94d0", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 111 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(6123, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(6137, 120, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f6a00347424b4d8b94ad0e91ace2cccf", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 112 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = global::Syncfusion.JavaScript.EditingType.DropdownEdit;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 112 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 112 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(6257, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(6271, 119, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f48762143b344169b5eddf4ec23cd07a", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
#line 113 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 130;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        __Syncfusion_JavaScript_Models_Column.DataType = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 113 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = global::Syncfusion.JavaScript.EditingType.DropdownEdit;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(6390, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(6412, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10);
#line 102 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowSorting = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-sorting", __Syncfusion_JavaScript_Models_GridProperties.AllowSorting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 102 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 102 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.IsResponsive = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("is-responsive", __Syncfusion_JavaScript_Models_GridProperties.IsResponsive, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GridProperties.ActionComplete = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 102 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.EnableResponsiveRow = false;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("enable-responsive-row", __Syncfusion_JavaScript_Models_GridProperties.EnableResponsiveRow, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 102 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowFiltering = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-filtering", __Syncfusion_JavaScript_Models_GridProperties.AllowFiltering, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 102 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowMultiSorting = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-multi-sorting", __Syncfusion_JavaScript_Models_GridProperties.AllowMultiSorting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 102 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\AdaptiveGrid.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.MinWidth = 600;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("min-width", __Syncfusion_JavaScript_Models_GridProperties.MinWidth, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(6428, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(6434, 39, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-script-manager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ace6eb43f26241c99623259bc4b7ba22", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_TagHelperScriptManager = CreateTagHelper <global::Syncfusion.JavaScript.TagHelperScriptManager>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_TagHelperScriptManager);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(6473, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(6482, 11, true);
            WriteLiteral("\r\n</html>\r\n");
            EndContext();
        }
Beispiel #16
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 48, true);
                WriteLiteral("<span class=\"sampleName\">Grid / Grouping</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(92, 195, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains the basic functionalities of grouping and how to group a column in the initial rendering of Syncfusion ASP.NET Core DataGrid control\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(315, 2, true);
                WriteLiteral("\r\n");
                EndContext();
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"

                var GroupedCols = new List <string>()
                {
                    "CustomerID"
                };


#line default
#line hidden
                BeginContext(394, 4, true);
                WriteLiteral("    ");
                EndContext();
                BeginContext(398, 888, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "951e2286bfcc41beabd728702eb95bed", async() => {
                    BeginContext(463, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(473, 67, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-group-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4563c82e78014218bfb64226d39c24d4", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_GroupSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.GroupSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GroupSettings);
#line 10 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                    __Syncfusion_JavaScript_Models_GroupSettings.GroupedColumns = GroupedCols;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("grouped-columns", __Syncfusion_JavaScript_Models_GroupSettings.GroupedColumns, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(540, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(550, 143, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2058a186f01f488d8e8f9995c9322326", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                    __Syncfusion_JavaScript_DataSource.Offline = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("offline", __Syncfusion_JavaScript_DataSource.Offline, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(693, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(703, 567, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "badd5341ad0e43c391b0c129307d9b36", async() => {
                        BeginContext(714, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(728, 112, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c27d2ca605174ef1889d2a2603416bb8", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(840, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(854, 77, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7c6e5da15d2343a09d4e91401b55068c", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(931, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(945, 96, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "974d81069d764d55b6ef3e2fc59ac078", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1041, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1055, 105, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ab632c974d6743588afc48cba3bfc6ab", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 16 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 16 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1160, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1174, 74, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8c8ff540e4704df58f0721b35794e839", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 17 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1248, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1270, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowGrouping = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-grouping", __Syncfusion_JavaScript_Models_GridProperties.AllowGrouping, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1286, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 74, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">ListBox / Data Binding - Remote data</span>");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(118, 172, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This example demonstrates how to bind the remote data source key value mapping in the Syncfusion ASP.NET Core ListBox component.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(318, 123, true);
                WriteLiteral("\r\n    <div class=\"control frame\">\r\n        <div class=\"ctrllabel\">\r\n            Select a customer\r\n        </div>\r\n        ");
                EndContext();
                BeginContext(441, 276, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-list-box", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "23319df4bef04d91bf5d9890fc70cdff", async() => {
                    BeginContext(518, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(532, 108, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a8545853f57e49fd9ded5954e0780a06", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\ListBox\RemoteData.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(640, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(654, 39, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-list-box-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "68a45ab6629a431ab0c6ac2dd62ef149", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ListBoxFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.ListBoxFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ListBoxFields);
                    __Syncfusion_JavaScript_Models_ListBoxFields.Text = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(693, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ListBoxProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ListBoxProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ListBoxProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __Syncfusion_JavaScript_Models_ListBoxProperties.Query = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(717, 22, true);
                WriteLiteral("        \r\n    </div>\r\n");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(764, 235, true);
                WriteLiteral("\r\n    <style type=\"text/css\" class=\"cssStyles\">\r\n        .ctrllabel {\r\n            padding: 0px 0px 12px 3px;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .e-ddl-popup {\r\n            margin: 0 auto;\r\n        }\r\n\r\n    </style>\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(54, 56, true);
                WriteLiteral("<span class=\"sampleName\">Default Functionalities</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(131, 188, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This example demonstrates using the Syncfusion ASP.NET Core Kanban component to visualize a workflow at each stage along its path to completion.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(347, 2, true);
                WriteLiteral("\r\n");
                EndContext();
                BeginContext(349, 811, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-kanban", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b0734af5cf324610b8b521c26fdb815c", async() => {
                    BeginContext(438, 7, true);
                    WriteLiteral("\r\n     ");
                    EndContext();
                    BeginContext(445, 118, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a9ce27a917eb4907ac6f386d2225e823", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(563, 8, true);
                    WriteLiteral(" \r\n     ");
                    EndContext();
                    BeginContext(571, 471, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbancolumns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "004a699a2f5b4928a5068e8a9fa45839", async() => {
                        BeginContext(588, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                        BeginContext(598, 107, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbancolumn", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2d294ec7c60f43b7b9cafeee5fcb09a5", async() => {
                            BeginContext(670, 18, true);
                            WriteLiteral("        \r\n        ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_KanbanColumn = CreateTagHelper <global::Syncfusion.JavaScript.Models.KanbanColumn>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_KanbanColumn);
                        __Syncfusion_JavaScript_Models_KanbanColumn.HeaderText = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
#line 10 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                        __Syncfusion_JavaScript_Models_KanbanColumn.Key = (new List <string>()
                        {
                            "Open"
                        });

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("key", __Syncfusion_JavaScript_Models_KanbanColumn.Key, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(705, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                        BeginContext(715, 100, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbancolumn", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2d96426c9dcf4d74b30fb50f68ae5868", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_KanbanColumn = CreateTagHelper <global::Syncfusion.JavaScript.Models.KanbanColumn>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_KanbanColumn);
                        __Syncfusion_JavaScript_Models_KanbanColumn.HeaderText = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                        __Syncfusion_JavaScript_Models_KanbanColumn.Key = (new List <string>()
                        {
                            "InProgress"
                        });

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("key", __Syncfusion_JavaScript_Models_KanbanColumn.Key, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(815, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                        BeginContext(825, 93, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbancolumn", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "06a2f6ccf75a49ba8902cc6e9c022ef2", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_KanbanColumn = CreateTagHelper <global::Syncfusion.JavaScript.Models.KanbanColumn>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_KanbanColumn);
                        __Syncfusion_JavaScript_Models_KanbanColumn.HeaderText = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                        __Syncfusion_JavaScript_Models_KanbanColumn.Key = (new List <string>()
                        {
                            "Testing"
                        });

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("key", __Syncfusion_JavaScript_Models_KanbanColumn.Key, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(918, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                        BeginContext(928, 89, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbancolumn", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c8cb472ed21b4ff1b4be4ee1c861a070", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_KanbanColumn = CreateTagHelper <global::Syncfusion.JavaScript.Models.KanbanColumn>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_KanbanColumn);
                        __Syncfusion_JavaScript_Models_KanbanColumn.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                        __Syncfusion_JavaScript_Models_KanbanColumn.Key = (new List <string>()
                        {
                            "Close"
                        });

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("key", __Syncfusion_JavaScript_Models_KanbanColumn.Key, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1017, 7, true);
                        WriteLiteral("\r\n     ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_KanbanCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.KanbanCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_KanbanCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1042, 7, true);
                    WriteLiteral("\r\n     ");
                    EndContext();
                    BeginContext(1049, 97, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbanfield", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8c17bda5f73445a389841a47ab79c27f", async() => {
                        BeginContext(1123, 7, true);
                        WriteLiteral("\r\n     ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_CardFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.CardFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_CardFields);
                    __Syncfusion_JavaScript_Models_CardFields.Content = (string)__tagHelperAttribute_5.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                    __Syncfusion_JavaScript_Models_CardFields.PrimaryKey = (string)__tagHelperAttribute_6.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                    __Syncfusion_JavaScript_Models_CardFields.SwimlaneKey = (string)__tagHelperAttribute_7.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1146, 2, true);
                    WriteLiteral("\r\n");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_KanbanProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.KanbanProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_KanbanProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                __Syncfusion_JavaScript_Models_KanbanProperties.AllowSelection = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-selection", __Syncfusion_JavaScript_Models_KanbanProperties.AllowSelection, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                __Syncfusion_JavaScript_Models_KanbanProperties.AllowTitle = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-title", __Syncfusion_JavaScript_Models_KanbanProperties.AllowTitle, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_KanbanProperties.KeyField = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1160, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 61, true);
                WriteLiteral("<span class=\"sampleName\">Grid / DialogTemplateEditing</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(105, 203, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains how to edit a datagrid record in a dialog box that is rendered using predefined custom template in Syncfusion ASP.NET Core DataGrid control.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(336, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(342, 1515, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c0474875e6004d27b9983390a64b82b8", async() => {
                    BeginContext(412, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(422, 152, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "b3fe958ab0e543a3bc82a4e20105d92e", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                    __Syncfusion_JavaScript_DataSource.Json = (IEnumerable <object>)ViewBag.datasource;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("json", __Syncfusion_JavaScript_DataSource.Json, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __Syncfusion_JavaScript_DataSource.UpdateURL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_DataSource.InsertURL = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_DataSource.RemoveURL = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_3.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(574, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(584, 175, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f658070cba1b4b5ba92594555307b395", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __Syncfusion_JavaScript_Models_EditSettings.DialogEditorTemplateID = (string)__tagHelperAttribute_4.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.EditMode = (EditMode.DialogTemplate);

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(759, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(769, 142, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f85e7ebeac064bfebed0e1af8642f0bf", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ToolbarSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolbarSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolbarSettings);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems = (new List <string>()
                    {
                        "add", "edit", "delete", "update", "cancel"
                    });

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(911, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(921, 920, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f0dc93b10fa94aebbaae63ac4ba37079", async() => {
                        BeginContext(932, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(946, 203, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "453cf0f1b8b047d989d4e8ffa5682b26", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "number", true }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1149, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1163, 158, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "b7dea3c1d77f4ef6abdcc2fb13d0054e", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "minlength", 3 }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1321, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1335, 267, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "09e00150e5844274b849560440b77ebc", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.NumericEditOptions = new EditorProperties()
                        {
                            DecimalPlaces = 2
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("numeric-edit-options", __Syncfusion_JavaScript_Models_Column.NumericEditOptions, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "range", "[0,1000]" }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1602, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1616, 92, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2c9fea7d8c1942faa91ef6a3cd6763b3", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_12.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_13.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1708, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1722, 97, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3e624ece1891479ba2d4d21ae195d3d6", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_14.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_15.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1819, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1841, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_16);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogTemplateEditing.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_GridProperties.ActionComplete = (string)__tagHelperAttribute_17.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_17);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1857, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(1885, 3380, true);
                WriteLiteral(@"
    <script type=""text/template"" id=""template"">
        <b>Order Details</b>
        <table cellspacing=""10"">
            <tr>
                <td style=""text-align: right;"">
                    Order ID
                </td>
                <td style=""text-align: left"">
                    <input id=""OrderID"" name=""OrderID"" value=""{{: OrderID}}"" disabled=""disabled"" class=""e-field e-ejinputtext valid e-disable""
                           style=""text-align: right; width: 116px; height: 28px"" />
                </td>
                <td style=""text-align: right;"">
                    Customer ID
                </td>
                <td style=""text-align: left"">
                    <input id=""CustomerID"" name=""CustomerID"" value=""{{: CustomerID}}"" class=""e-field e-ejinputtext valid""
                           style=""width: 116px; height: 28px"" />
                </td>
            </tr>
            <tr>
                <td style=""text-align: right;"">
                    Freight
           ");
                WriteLiteral(@"     </td>
                <td style=""text-align: left"">
                    <input type=""text"" id=""Freight"" name=""Freight"" value=""{{:Freight}}"" />
                </td>
                <td style=""text-align: right;"">
                    Ship Country
                </td>
                <td style=""text-align: left"">
                    <select id=""ShipCountry"" name=""ShipCountry"">
                        <option value=""Germany"">Germany</option>
                        <option value=""Mexico"">Mexico</option>
                        <option value=""UK"">UK</option>
                        <option value=""Sweden"">Sweden</option>
                        <option value=""France"">France</option>
                        <option value=""Italy"">Italy</option>
                        <option value=""Spain"">Spain</option>
                    </select>
                </td>
            </tr>
            <tr>
                <td style=""text-align: right;"">
                    Ship City
                </td>
");
                WriteLiteral(@"
                <td style=""text-align: left"">
                    <input id=""ShipCity"" name=""ShipCity"" value=""{{: ShipCity}}"" class=""e-field e-ejinputtext valid""
                           style=""width: 116px; height: 28px"" />
                </td>
                <td style=""text-align: right;"">
                    Ship Name
                </td>
                <td style=""text-align: left"">
                    <input id=""ShipName"" name=""ShipName"" value=""{{: ShipName}}"" class=""e-field e-ejinputtext valid""
                           style=""width: 116px; height: 28px"" />
                </td>
            </tr>
        </table>
    </script>

<script type=""text/javascript"">
    function complete(args) {
        if ((args.requestType == ""beginedit"" || args.requestType == ""add"") && args.model.editSettings.editMode == ""dialogtemplate"") {
            $(""#Freight"").ejNumericTextbox({ value: parseFloat($(""#Freight"").val()), width: ""116px"", height: ""28px"", decimalPlaces: 2 });
            $(""#ShipCo");
                WriteLiteral(@"untry"").ejDropDownList({ width: '116px' });
            if (args.requestType == ""beginedit"") {
                $(""#OrderID"").attr(""disabled"", ""disabled"");
                $(""#ShipCountry"").ejDropDownList(""setSelectedValue"", args.row.children().eq(4).text());
            }
        }
    }
</script>
 ");
                EndContext();
            }
                          );
        }
Beispiel #20
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 65, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">ListBox / Virtual Scrolling</span>");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(109, 163, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This example demonstrates how to load large amounts of data on demand in the Syncfusion ASP.NET Core ListBox component.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(300, 125, true);
                WriteLiteral("\r\n    <div class=\"control frame\">\r\n        <div class=\"ctrllabel\">\r\n            Select a customer\r\n        </div>\r\n\r\n        ");
                EndContext();
                BeginContext(425, 320, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-list-box", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b37dc407563141cd9f106e4b8cfc6649", async() => {
                    BeginContext(546, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(560, 108, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7a9de43597784d5198f68252f47aec43", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\ListBox\VirtualScrolling.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(668, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(682, 39, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-list-box-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e6f1295b901849b6b1c2a313a3452cc2", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ListBoxFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.ListBoxFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ListBoxFields);
                    __Syncfusion_JavaScript_Models_ListBoxFields.Text = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(721, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ListBoxProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ListBoxProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ListBoxProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __Syncfusion_JavaScript_Models_ListBoxProperties.Query = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\ListBox\VirtualScrolling.cshtml"
                __Syncfusion_JavaScript_Models_ListBoxProperties.AllowVirtualScrolling = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-virtual-scrolling", __Syncfusion_JavaScript_Models_ListBoxProperties.AllowVirtualScrolling, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\ListBox\VirtualScrolling.cshtml"
                __Syncfusion_JavaScript_Models_ListBoxProperties.ItemRequestCount = 10;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("item-request-count", __Syncfusion_JavaScript_Models_ListBoxProperties.ItemRequestCount, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(745, 24, true);
                WriteLiteral("        \r\n\r\n    </div>\r\n");
                EndContext();
            }
                          );
            DefineSection("PropertiesSection", async() => {
                BeginContext(799, 122, true);
                WriteLiteral("\r\n    <div class=\"row\">\r\n        <div class=\"col-md-3\">Select Dropdown</div>\r\n        <div class=\"col-md-3\">\r\n            ");
                EndContext();
                BeginContext(921, 135, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-drop-down-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ff35868449464b8695d9bd0877a22519", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DropDownListProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Width = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\ListBox\VirtualScrolling.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.SelectedItemIndex = 0;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("selected-item-index", __Syncfusion_JavaScript_Models_DropDownListProperties.SelectedItemIndex, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Change = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __Syncfusion_JavaScript_Models_DropDownListProperties.TargetID = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1056, 277, true);
                WriteLiteral(@"            

            <div id=""Targetid"">
                <ul>
                    <li value=""disablevirtual"">Normal Mode</li>
                    <li value=""enablevirtual"">Continuous Mode</li>
                </ul>
            </div>
        </div>
    </div>

");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(1358, 233, true);
                WriteLiteral("\r\n    <style type=\"text/css\" class=\"cssStyles\">\r\n        .ctrllabel {\r\n            padding: 0px 0px 12px 3px;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .e-ddl-popup {\r\n            margin: 0 auto;\r\n        }\r\n    </style>\r\n");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(1617, 1200, true);
                WriteLiteral(@"
    <script type=""text/javascript"">
        function onValueChange(args) {
            var target = $('#selectlang').data(""ejListBox"");
            //target.destroy();
            var dataManger = ej.DataManager({
                url: ""//js.syncfusion.com/ejServices/Wcf/Northwind.svc/"", crossDomain: true
            });
            // Query creation
            var query = ej.Query()
                   .from(""Customers"");
            if (args.value == ""enablevirtual"") {
                $(""#selectlang"").ejListBox({
                    dataSource: dataManger,
                    fields: { text: ""CustomerID"" },
                    query: query, allowVirtualScrolling: true, virtualScrollMode: ej.VirtualScrollMode.Continuous

                });
            }
            if (args.value == ""disablevirtual"") {
                $(""#selectlang"").ejListBox({
                    dataSource: dataManger,
                    fields: { text: ""CustomerID"" },
                    query: query, allowVirtu");
                WriteLiteral("alScrolling: true\r\n                });\r\n            }\r\n        }\r\n        $(function () {\r\n            $(\"#sampleProperties\").ejPropertiesPanel();\r\n        });\r\n    </script>\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(48, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("SampleHeading", async() => {
                BeginContext(73, 63, true);
                WriteLiteral(" <span class=\"sampleName\">XlsIO/GettingStarted/DataTable</span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(164, 2, true);
                WriteLiteral("\r\n");
                EndContext();
#line 5 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                ViewBag.Title = "    Essential XlsIO (Excel) : DataTable : Syncfusion";

#line default
#line hidden
                BeginContext(246, 4, true);
                WriteLiteral("    ");
                EndContext();
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                Html.BeginForm("DataTable", "XlsIO", FormMethod.Post);
                {
#line default
#line hidden
                    BeginContext(319, 520, true);
                    WriteLiteral(@"            <div class=""Common"">
                <div class=""tablediv"">
                    <div class=""rowdiv"">
                        <label>
                            Click the button to view an Excel spreadsheet generated by Essential XlsIO. Please
                            note that Microsoft Excel Viewer or Microsoft Excel is required to view the resultant document.
                        </label>
                    </div>
                    <br />
                </div>
            </div>
");
                    EndContext();
                    BeginContext(841, 12, true);
                    WriteLiteral("            ");
                    EndContext();
                    BeginContext(853, 1040, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4c543c9d3c79439b821f0bd1cabcc321", async() => {
                        BeginContext(938, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(956, 120, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "c7f6b782e5cd4c3da179911b38a0137c", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
#line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                        __Syncfusion_JavaScript_DataSource.Json = (System.Data.DataTable)ViewBag.datasource;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("json", __Syncfusion_JavaScript_DataSource.Json, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        __Syncfusion_JavaScript_DataSource.UpdateURL = (string)__tagHelperAttribute_0.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                        __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1076, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(1094, 129, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "29b3f25ab0ae48558bf27cc9f8151758", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                        __Syncfusion_JavaScript_Models_EditSettings.EditMode = (EditMode.Normal);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1223, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(1241, 628, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "efe8aa68050047cb934db230199b86b6", async() => {
                            BeginContext(1252, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                            BeginContext(1274, 102, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "71a55d858cd64e6286688d6dce803d89", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 50;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_2.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_3.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1376, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                            BeginContext(1398, 92, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7470cc9cc8d44d598e2b4639551885b6", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 160;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_4.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_5.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1490, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                            BeginContext(1512, 97, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "72ee962916dc49ae85ef114d9f5f8e65", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_6.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_7.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1609, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                            BeginContext(1631, 97, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "087f4dca4aae451993a91e1524a28e68", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_8.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_9.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1728, 22, true);
                            WriteLiteral("\r\n                    ");
                            EndContext();
                            BeginContext(1750, 89, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "eb75b029ae724717bb532a88c94529e6", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
#line 28 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.Width = 100;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                            __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 28 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                            __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Center;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(1839, 18, true);
                            WriteLiteral("\r\n                ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1869, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                    __Syncfusion_JavaScript_Models_GridProperties.AllowScrolling = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-scrolling", __Syncfusion_JavaScript_Models_GridProperties.AllowScrolling, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                    __Syncfusion_JavaScript_Models_GridProperties.Height = 300;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("height", __Syncfusion_JavaScript_Models_GridProperties.Height, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                    __Syncfusion_JavaScript_Models_GridProperties.Width = 540;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_GridProperties.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_13);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1893, 1081, true);
                    WriteLiteral(@"
            <br />
            <div class=""rowdiv"">
                <div class=""celldiv"">
                    <label>
                        <strong> Save As :</strong>
                    </label>
                    <input id=""rbtnXls"" type=""radio"" name=""SaveOption"" value=""Xls"" />
                    <label for=""rbtnXls"">
                        XLS
                    </label>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    <input id=""rbtnXlsx"" type=""radio"" name=""SaveOption"" value=""Xlsx"" checked=""checked"" />
                    <label for=""rbtnXlsx"">
                        XLSX
                    </label>
                </div>
                <br />
                <div class=""celldiv"">
                    <input id=""input"" class=""buttonStyle"" type=""submit"" name=""button"" value=""Input Template"" style=""width:162px;"" />
                    <input id=""import"" class=""buttonStyle"" type=""submit"" name=""button"" value=""Import From Excel"" style=""width:162px;"" />
  ");
                    WriteLiteral("                  <input id=\"export\" class=\"buttonStyle\" ");
                    EndContext();
                    BeginContext(2975, 25, false);
#line 51 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"
                    Write(ViewBag.exportButtonState);

#line default
#line hidden
                    EndContext();
                    BeginContext(3000, 122, true);
                    WriteLiteral(" type=\"submit\" name=\"button\" value=\"Export To Excel\" style=\"width:162px;\" />\r\n                </div>\r\n            </div>\r\n");
                    EndContext();
                    BeginContext(3124, 178, true);
                    WriteLiteral("            <script type=\"text/javascript\">\r\n\r\n        function EnableExport()\r\n        {\r\n            $(\'#export\').prop(\"disabled\", false);\r\n\r\n        }\r\n            </script>\r\n");
                    EndContext();
#line 63 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\XlsIO\DataTable.cshtml"

                    Html.EndForm();
                }

#line default
#line hidden
            }
                          );
        }
Beispiel #22
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 48, true);
                WriteLiteral("<span class=\"sampleName\">Grid / Grouping</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(92, 195, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains the basic functionalities of grouping and how to group a column in the initial rendering of Syncfusion ASP.NET Core DataGrid control\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(315, 2, true);
                WriteLiteral("\r\n");
                EndContext();
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"

                var GroupedCols = new List <string>()
                {
                    "CustomerID"
                };


#line default
#line hidden
                BeginContext(394, 4, true);
                WriteLiteral("    ");
                EndContext();
                BeginContext(398, 888, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bbe587f570d54ffba7360aeef8289c33", async() => {
                    BeginContext(463, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(473, 67, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-group-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "eef6b6f77c484eaf8bd81b5f0426b6e3", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_GroupSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.GroupSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GroupSettings);
#line 10 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                    __Syncfusion_JavaScript_Models_GroupSettings.GroupedColumns = GroupedCols;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("grouped-columns", __Syncfusion_JavaScript_Models_GroupSettings.GroupedColumns, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(540, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(550, 143, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f99611e1f25f42b99998a1fa0433bf8e", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                    __Syncfusion_JavaScript_DataSource.Offline = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("offline", __Syncfusion_JavaScript_DataSource.Offline, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(693, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(703, 567, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "88745b17a9014703a314650980277b00", async() => {
                        BeginContext(714, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(728, 112, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "72217a3fe8ac42df85d8f59a26e3a8b1", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(840, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(854, 77, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "866d5f47ed1c4b0ab8639782ef25d56f", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(931, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(945, 96, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "607f292b7af44eef8402ac80ecd91dce", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1041, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1055, 105, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f28fe3bab7d547639490fa10ce5e66e4", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 16 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 16 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1160, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1174, 74, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e467a13b51f446f3a11ecd5c6ccb60e0", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 17 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1248, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1270, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\Grouping.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowGrouping = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-grouping", __Syncfusion_JavaScript_Models_GridProperties.AllowGrouping, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1286, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 53, true);
                WriteLiteral("<span class=\"sampleName\">Grid / DialogEditing</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(97, 159, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains how to edit a datagrid record in the Dialog mode using Syncfusion ASP.NET Core DataGrid control.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(284, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(290, 1586, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "dfed138190f74abb90cf6b4a472959e7", async() => {
                    BeginContext(333, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(343, 170, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "25d744c40b404cbc95a85b7060116e14", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                    __Syncfusion_JavaScript_DataSource.Json = (IEnumerable <object>)ViewBag.datasource;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("json", __Syncfusion_JavaScript_DataSource.Json, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __Syncfusion_JavaScript_DataSource.UpdateURL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_DataSource.InsertURL = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_DataSource.RemoveURL = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_3.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(513, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(523, 129, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a3d6cf1ebce84fff9d3b55397aa29302", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.EditMode = (EditMode.Dialog);

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(652, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(662, 142, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "912a8b3a0af24daeb27a80842859c180", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ToolbarSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolbarSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolbarSettings);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems = (new List <string>()
                    {
                        "add", "edit", "delete", "update", "cancel"
                    });

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(804, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(814, 1046, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "68009da9f2ea46acab0c11ac82e8a57a", async() => {
                        BeginContext(825, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(839, 203, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "239602b0a70c46659e3e96bed75061e9", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "number", true }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1042, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1056, 168, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "27cef7d8018d44d3be28ffa20c43d490", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "minlength", 3 }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1224, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1238, 136, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d3138e9726b943d78b6af2b0e8b86b80", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.DropdownEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1374, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1388, 304, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a51429a71c374ab8880ff23e29e02490", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_12.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.NumericEditOptions = new EditorProperties()
                        {
                            DecimalPlaces = 2
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("numeric-edit-options", __Syncfusion_JavaScript_Models_Column.NumericEditOptions, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.NumericEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "range", "[0,1000]" }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1692, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1706, 132, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4fff71c7d4554cdd9940a0e9a05283a5", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_13.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_14.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.DropdownEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1838, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1860, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_15);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\DialogEditing.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1876, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
Beispiel #24
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(31, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            DefineSection("SampleHeading", async() => {
                BeginContext(56, 51, true);
                WriteLiteral("\r\n    <span class=\"sampleName\">Remote Data</span>\r\n");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(128, 149, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This example shows the binding of remote services by using the DataManager in the ASP.NET Core Scheduler.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(305, 21, true);
                WriteLiteral("\r\n    <div>\r\n        ");
                EndContext();
                BeginContext(326, 517, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-schedule", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1f0f490aa9e545d883af52817eb365b5", async() => {
                    BeginContext(462, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(476, 343, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-appointment-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c60988a606ed45b1a9f7ed3cb0afa695", async() => {
                        BeginContext(646, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(664, 116, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1554e0a47eea4fdfbd436b05bd5c98bb", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                        __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Schedule\RemoteData.cshtml"
                        __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(780, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ScheduleFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.ScheduleFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ScheduleFields);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Schedule\RemoteData.cshtml"
                    __Syncfusion_JavaScript_Models_ScheduleFields.Subject = "Subject";

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("subject", __Syncfusion_JavaScript_Models_ScheduleFields.Subject, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Schedule\RemoteData.cshtml"
                    __Syncfusion_JavaScript_Models_ScheduleFields.StartTime = "StartTime";

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("start-time", __Syncfusion_JavaScript_Models_ScheduleFields.StartTime, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Schedule\RemoteData.cshtml"
                    __Syncfusion_JavaScript_Models_ScheduleFields.EndTime = "EndTime";

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("end-time", __Syncfusion_JavaScript_Models_ScheduleFields.EndTime, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Schedule\RemoteData.cshtml"
                    __Syncfusion_JavaScript_Models_ScheduleFields.AllDay = "AllDay";

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("all-day", __Syncfusion_JavaScript_Models_ScheduleFields.AllDay, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Schedule\RemoteData.cshtml"
                    __Syncfusion_JavaScript_Models_ScheduleFields.Recurrence = "Recurrence";

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("recurrence", __Syncfusion_JavaScript_Models_ScheduleFields.Recurrence, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Schedule\RemoteData.cshtml"
                    __Syncfusion_JavaScript_Models_ScheduleFields.RecurrenceRule = "RecurrenceRule";

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("recurrence-rule", __Syncfusion_JavaScript_Models_ScheduleFields.RecurrenceRule, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(819, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_ScheduleProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.ScheduleProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ScheduleProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                __Syncfusion_JavaScript_Models_ScheduleProperties.Width = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __Syncfusion_JavaScript_Models_ScheduleProperties.Height = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Schedule\RemoteData.cshtml"
                __Syncfusion_JavaScript_Models_ScheduleProperties.CurrentDate = new DateTime(2017, 6, 5);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("current-date", __Syncfusion_JavaScript_Models_ScheduleProperties.CurrentDate, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_ScheduleProperties.TimeZone = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Schedule\RemoteData.cshtml"
                __Syncfusion_JavaScript_Models_ScheduleProperties.ReadOnly = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("read-only", __Syncfusion_JavaScript_Models_ScheduleProperties.ReadOnly, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(843, 14, true);
                WriteLiteral("\r\n    </div>\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 54, true);
                WriteLiteral("<span class=\"sampleName\">TreeView / RemoteData </span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(105, 45, true);
                WriteLiteral("\r\n    <div style=\"width: 300px;\">\r\n\r\n        ");
                EndContext();
                BeginContext(150, 628, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-tree-view", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e52b49dc862f44668a1d638404823822", async() => {
                    BeginContext(178, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(192, 561, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-tree-view-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "75be4fd5354345f38c72128f6c48f0e4", async() => {
                        BeginContext(329, 19, true);
                        WriteLiteral(" \r\n                ");
                        EndContext();
                        BeginContext(348, 238, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-child", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4bda22e22e5d486eb10f2ae5dea12d9a", async() => {
                            BeginContext(421, 23, true);
                            WriteLiteral(" \r\n                    ");
                            EndContext();
                            BeginContext(444, 113, false);
                            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4b572b951abe4e70b6ba61164eb1079c", async() => {
                            }
                                                                                        );
                            __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                            __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TreeView\RemoteData.cshtml"
                            __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                            __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                            if (!__tagHelperExecutionContext.Output.IsContentModified)
                            {
                                await __tagHelperExecutionContext.SetOutputContentAsync();
                            }
                            Write(__tagHelperExecutionContext.Output);
                            __tagHelperExecutionContext = __tagHelperScopeManager.End();
                            EndContext();
                            BeginContext(557, 19, true);
                            WriteLiteral(" \r\n                ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_TreeViewMocks = CreateTagHelper <global::Syncfusion.JavaScript.Models.TreeViewMocks>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TreeViewMocks);
                        __Syncfusion_JavaScript_Models_TreeViewMocks.TableName = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        __Syncfusion_JavaScript_Models_TreeViewMocks.ParentId = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                        __Syncfusion_JavaScript_Models_TreeViewMocks.Text = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(586, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(604, 113, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ebbbf118dc87494e8f10cf3aa83676c1", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                        __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 10 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\TreeView\RemoteData.cshtml"
                        __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(717, 15, true);
                        WriteLiteral(" \r\n            ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_TreeViewFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.TreeViewFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TreeViewFields);
                    __Syncfusion_JavaScript_Models_TreeViewFields.Query = (string)__tagHelperAttribute_4.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                    __Syncfusion_JavaScript_Models_TreeViewFields.Id = (string)__tagHelperAttribute_5.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                    __Syncfusion_JavaScript_Models_TreeViewFields.Text = (string)__tagHelperAttribute_6.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(753, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_TreeViewProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.TreeViewProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_TreeViewProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(778, 24, true);
                WriteLiteral("        \r\n\r\n    </div>\r\n");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(827, 109, true);
                WriteLiteral("\r\n    <style>\r\n        .e-waitingPopup-panel {\r\n            top: 140px !important;\r\n        }\r\n    </style>\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 53, true);
                WriteLiteral("<span class=\"sampleName\">Grid / InlineEditing</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(97, 161, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains how to edit the records of datagrid in inline mode using Syncfusion ASP.NET Core DataGrid control.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(286, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(292, 1550, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ae8d1a0f6f1741d48262b95be1fa13db", async() => {
                    BeginContext(335, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(345, 170, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "7421a45a30264447a0904490d70802f7", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_DataSource.Json = (IEnumerable <object>)ViewBag.datasource;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("json", __Syncfusion_JavaScript_DataSource.Json, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __Syncfusion_JavaScript_DataSource.UpdateURL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    __Syncfusion_JavaScript_DataSource.InsertURL = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_DataSource.RemoveURL = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_3.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(515, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(525, 129, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1c503c29eaac4940898fe9103f2eb679", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("allow-deleting", __Syncfusion_JavaScript_Models_EditSettings.AllowDeleting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_EditSettings.EditMode = (EditMode.Normal);

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("edit-mode", __Syncfusion_JavaScript_Models_EditSettings.EditMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(654, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(664, 142, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-toolbar-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "65ea9214e8ca4ebb969de1ba4752faf2", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_ToolbarSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.ToolbarSettings>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_ToolbarSettings);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("show-toolbar", __Syncfusion_JavaScript_Models_ToolbarSettings.ShowToolbar, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                    __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems = (new List <string>()
                    {
                        "add", "edit", "delete", "update", "cancel"
                    });

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("toolbar-items", __Syncfusion_JavaScript_Models_ToolbarSettings.ToolbarItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(806, 12, true);
                    WriteLiteral("  \r\n        ");
                    EndContext();
                    BeginContext(818, 1008, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "0b295bbe83f54f4d9fd93856dfbc2296", async() => {
                        BeginContext(829, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(843, 203, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "df38b5b2c30c48e2af361db33e8bca3d", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "number", true }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1046, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1060, 168, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "fe447e631ba44685957967bd605fcb9e", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "minlength", 3 }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1228, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1242, 136, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a2bd7a03fa774057b5257894d5a97a73", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.DropdownEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1378, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1392, 306, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "25dfa2ef423740d38078b89fe27e106f", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_12.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.NumericEditOptions = new EditorProperties()
                        {
                            DecimalPlaces = 2
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("numeric-edit-options", __Syncfusion_JavaScript_Models_Column.NumericEditOptions, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.ValidationRules = new Dictionary <string,  object>()
                        {
                            { "required", true }, { "range", "[0,1000]" }
                        };

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("validation-rules", __Syncfusion_JavaScript_Models_Column.ValidationRules, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.SingleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.EditType = (EditingType.NumericEdit);

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("edit-type", __Syncfusion_JavaScript_Models_Column.EditType, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1698, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                        BeginContext(1712, 92, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "116a34e1b00d41c9a790c48d5c444832", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_13.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_14.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1804, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1826, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_15);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\InlineEditing.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1842, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
Beispiel #27
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(54, 56, true);
                WriteLiteral("<span class=\"sampleName\">Default Functionalities</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(131, 188, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This example demonstrates using the Syncfusion ASP.NET Core Kanban component to visualize a workflow at each stage along its path to completion.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(347, 2, true);
                WriteLiteral("\r\n");
                EndContext();
                BeginContext(349, 811, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-kanban", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9c168765b412406c8ecf0d9ba0df6079", async() => {
                    BeginContext(438, 7, true);
                    WriteLiteral("\r\n     ");
                    EndContext();
                    BeginContext(445, 118, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d75101c77bea437389cca5a9bfe66aa1", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(563, 8, true);
                    WriteLiteral(" \r\n     ");
                    EndContext();
                    BeginContext(571, 471, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbancolumns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9623a9dda1a944e78f237d575966917c", async() => {
                        BeginContext(588, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                        BeginContext(598, 107, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbancolumn", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7a8ec382fb0a48a8aa504a0915b7b992", async() => {
                            BeginContext(670, 18, true);
                            WriteLiteral("        \r\n        ");
                            EndContext();
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_KanbanColumn = CreateTagHelper <global::Syncfusion.JavaScript.Models.KanbanColumn>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_KanbanColumn);
                        __Syncfusion_JavaScript_Models_KanbanColumn.HeaderText = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
#line 10 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                        __Syncfusion_JavaScript_Models_KanbanColumn.Key = (new List <string>()
                        {
                            "Open"
                        });

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("key", __Syncfusion_JavaScript_Models_KanbanColumn.Key, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(705, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                        BeginContext(715, 100, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbancolumn", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ee4be6537eb34517aeac2674434bd2a3", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_KanbanColumn = CreateTagHelper <global::Syncfusion.JavaScript.Models.KanbanColumn>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_KanbanColumn);
                        __Syncfusion_JavaScript_Models_KanbanColumn.HeaderText = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                        __Syncfusion_JavaScript_Models_KanbanColumn.Key = (new List <string>()
                        {
                            "InProgress"
                        });

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("key", __Syncfusion_JavaScript_Models_KanbanColumn.Key, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(815, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                        BeginContext(825, 93, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbancolumn", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c4c150d5e5a742dab1d8f30a708fb14d", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_KanbanColumn = CreateTagHelper <global::Syncfusion.JavaScript.Models.KanbanColumn>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_KanbanColumn);
                        __Syncfusion_JavaScript_Models_KanbanColumn.HeaderText = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                        __Syncfusion_JavaScript_Models_KanbanColumn.Key = (new List <string>()
                        {
                            "Testing"
                        });

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("key", __Syncfusion_JavaScript_Models_KanbanColumn.Key, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(918, 10, true);
                        WriteLiteral("\r\n        ");
                        EndContext();
                        BeginContext(928, 89, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbancolumn", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e3e0d956880a44c68d64931278b109e9", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_KanbanColumn = CreateTagHelper <global::Syncfusion.JavaScript.Models.KanbanColumn>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_KanbanColumn);
                        __Syncfusion_JavaScript_Models_KanbanColumn.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                        __Syncfusion_JavaScript_Models_KanbanColumn.Key = (new List <string>()
                        {
                            "Close"
                        });

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("key", __Syncfusion_JavaScript_Models_KanbanColumn.Key, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1017, 7, true);
                        WriteLiteral("\r\n     ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_KanbanCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.KanbanCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_KanbanCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1042, 7, true);
                    WriteLiteral("\r\n     ");
                    EndContext();
                    BeginContext(1049, 97, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-kanbanfield", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "580aba5bb4c443daa0659286625afa73", async() => {
                        BeginContext(1123, 7, true);
                        WriteLiteral("\r\n     ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_CardFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.CardFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_CardFields);
                    __Syncfusion_JavaScript_Models_CardFields.Content = (string)__tagHelperAttribute_5.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                    __Syncfusion_JavaScript_Models_CardFields.PrimaryKey = (string)__tagHelperAttribute_6.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                    __Syncfusion_JavaScript_Models_CardFields.SwimlaneKey = (string)__tagHelperAttribute_7.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1146, 2, true);
                    WriteLiteral("\r\n");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_KanbanProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.KanbanProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_KanbanProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                __Syncfusion_JavaScript_Models_KanbanProperties.AllowSelection = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-selection", __Syncfusion_JavaScript_Models_KanbanProperties.AllowSelection, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\KanbanBoard\Default.cshtml"
                __Syncfusion_JavaScript_Models_KanbanProperties.AllowTitle = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-title", __Syncfusion_JavaScript_Models_KanbanProperties.AllowTitle, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_Models_KanbanProperties.KeyField = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1160, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 66, true);
                WriteLiteral("<span class=\"sampleName\"> Dropdownlist / Virtual Scrolling </span>");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(117, 137, true);
                WriteLiteral("\r\n    <div class=\"frame\">\r\n        <div class=\"control\">\r\n            <div class=\"ctrllabel\"> Select a Company Name </div> \r\n            ");
                EndContext();
                BeginContext(254, 399, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-drop-down-list", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7e7c2c70f4cd4b9a9bc7ebadf210779e", async() => {
                    BeginContext(396, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(414, 122, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2e67c53e6791435385bba08cb13e3620", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
                    __Syncfusion_JavaScript_DataSource.URL = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\VirtualScrolling.cshtml"
                    __Syncfusion_JavaScript_DataSource.CrossDomain = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("cross-domain", __Syncfusion_JavaScript_DataSource.CrossDomain, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(536, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(554, 65, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-drop-down-list-fields", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "4f10f6deb34f4edb9ad7dbaa483d7855", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_DropDownListFields = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListFields>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListFields);
                    __Syncfusion_JavaScript_Models_DropDownListFields.Text = (string)__tagHelperAttribute_1.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                    __Syncfusion_JavaScript_Models_DropDownListFields.Value = (string)__tagHelperAttribute_2.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(619, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_DropDownListProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.DropDownListProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_DropDownListProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
                __Syncfusion_JavaScript_Models_DropDownListProperties.Width = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\VirtualScrolling.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.AllowVirtualScrolling = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-virtual-scrolling", __Syncfusion_JavaScript_Models_DropDownListProperties.AllowVirtualScrolling, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\VirtualScrolling.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.VirtualScrollMode = VirtualScrollMode.Normal;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("virtual-scroll-mode", __Syncfusion_JavaScript_Models_DropDownListProperties.VirtualScrollMode, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 6 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\VirtualScrolling.cshtml"
                __Syncfusion_JavaScript_Models_DropDownListProperties.ItemsCount = 10;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("items-count", __Syncfusion_JavaScript_Models_DropDownListProperties.ItemsCount, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(653, 40, true);
                WriteLiteral("\r\n                </div>\r\n    </div>\r\n\r\n");
                EndContext();
            }
                          );
            DefineSection("StyleSection", async() => {
                BeginContext(718, 183, true);
                WriteLiteral("\r\n    <style type=\"text/css\" class=\"cssStyles\">\r\n        .e-ddl-popup {\r\n            margin: 0 auto;\r\n        }\r\n        .frame {\r\n            width: 250px;\r\n        }\r\n    </style>\r\n");
                EndContext();
            }
                          );
            DefineSection("PropertiesSection", async() => {
                BeginContext(931, 261, true);
                WriteLiteral(@"
    <div id=""ddl1"">
        <ul>
            <li>Normal</li>
            <li>Continuous</li>
        </ul>
    </div>
    <div class=""row"">
        <div class=""col-md-3"">
            VirtualScroll mode
        </div>
        <div class=""col-md-3"">
");
                EndContext();
#line 36 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Dropdownlist\VirtualScrolling.cshtml"
                (Html.EJ().DropDownList("scrollMode")
                 .TargetID("ddl1")
                 .Width("120px")
                 .SelectedIndex(0)
                 .ClientSideEvents(eve => { eve.Change("selectChange"); })
                )
                .Render();


#line default
#line hidden
                BeginContext(1525, 28, true);
                WriteLiteral("        </div>\r\n    </div>\r\n");
                EndContext();
            }
                          );
            DefineSection("ScriptSection", async() => {
                BeginContext(1579, 862, true);
                WriteLiteral(@"
    <script type=""text/javascript"">

        function selectChange(args) {
            var target = $('#CompanyNames').data(""ejDropDownList"");
            target.destroy();

            var dataManager = ej.DataManager({ url: ""//js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/Customers"", CrossDomain:true });
            
            var controlProperty =
			{
			    dataSource: dataManager,
			    fields: { text: ""CompanyName"", value: 'ContactName' },
			    width: 260,
			    itemsCount: 10,
			    allowVirtualScrolling: true
			};

            controlProperty.virtualScrollMode = args.itemId == 1 ? ""continuous"" : ""normal"";

            $('#CompanyNames').ejDropDownList(controlProperty);
               
        }
        $(function () {
            $(""#sampleProperties"").ejPropertiesPanel();
        });
    </script>
");
                EndContext();
            }
                          );
            BeginContext(2444, 8, true);
            WriteLiteral("\r\n\r\n\r\n\r\n");
            EndContext();
        }
Beispiel #29
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 1 "C:\Users\levin_m\source\repos\isas\Views\Coverages\Grid.cshtml"

            ViewData["Title"] = "Cover Types";

#line default
#line hidden
            BeginContext(47, 80, true);
            WriteLiteral("\r\n<h2>Cover Types</h2>\r\n\r\n<span style=\"color:royalblue\">Grid / Default</span> \r\n");
            EndContext();
            BeginContext(127, 612, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a715c94ce51bfe9e50d8966151acb0b8f18f50c66412", async() => {
                BeginContext(191, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(197, 283, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a715c94ce51bfe9e50d8966151acb0b8f18f50c66801", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
#line 9 "C:\Users\levin_m\source\repos\isas\Views\Coverages\Grid.cshtml"
                __Syncfusion_JavaScript_DataSource.Json = (IEnumerable <object>)ViewBag.data;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("json", __Syncfusion_JavaScript_DataSource.Json, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Syncfusion_JavaScript_DataSource.UpdateURL = (string)__tagHelperAttribute_0.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                __Syncfusion_JavaScript_DataSource.InsertURL = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __Syncfusion_JavaScript_DataSource.RemoveURL = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(480, 7, true);
                WriteLiteral(" \r\n    ");
                EndContext();
                BeginContext(487, 60, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-edit-settings", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "a715c94ce51bfe9e50d8966151acb0b8f18f50c69031", async() => {
                }
                                                                            );
                __Syncfusion_JavaScript_Models_EditSettings = CreateTagHelper <global::Syncfusion.JavaScript.Models.EditSettings>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_EditSettings);
#line 14 "C:\Users\levin_m\source\repos\isas\Views\Coverages\Grid.cshtml"
                __Syncfusion_JavaScript_Models_EditSettings.AllowAdding = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-adding", __Syncfusion_JavaScript_Models_EditSettings.AllowAdding, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "C:\Users\levin_m\source\repos\isas\Views\Coverages\Grid.cshtml"
                __Syncfusion_JavaScript_Models_EditSettings.AllowEditing = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-editing", __Syncfusion_JavaScript_Models_EditSettings.AllowEditing, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(547, 6, true);
                WriteLiteral("\r\n    ");
                EndContext();
                BeginContext(553, 174, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a715c94ce51bfe9e50d8966151acb0b8f18f50c610927", async() => {
                    BeginContext(564, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(574, 71, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a715c94ce51bfe9e50d8966151acb0b8f18f50c611343", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                    __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_4.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 16 "C:\Users\levin_m\source\repos\isas\Views\Coverages\Grid.cshtml"
                    __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 16 "C:\Users\levin_m\source\repos\isas\Views\Coverages\Grid.cshtml"
                    __Syncfusion_JavaScript_Models_Column.Visible = false;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("visible", __Syncfusion_JavaScript_Models_Column.Visible, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(645, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                    BeginContext(655, 54, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a715c94ce51bfe9e50d8966151acb0b8f18f50c613467", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                    __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                    __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(709, 6, true);
                    WriteLiteral("\r\n    ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(727, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                                                                        );
            __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
            __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
#line 8 "C:\Users\levin_m\source\repos\isas\Views\Coverages\Grid.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.AllowSorting = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-sorting", __Syncfusion_JavaScript_Models_GridProperties.AllowSorting, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "C:\Users\levin_m\source\repos\isas\Views\Coverages\Grid.cshtml"
            __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            DefineSection("SampleHeading", async() => {
                BeginContext(23, 54, true);
                WriteLiteral("<span class=\"sampleName\">Grid / RowDragAndDrop</span> ");
                EndContext();
            }
                          );
            DefineSection("MetaTags", async() => {
                BeginContext(98, 202, true);
                WriteLiteral("\r\n    <meta name=\"description\" content=\"This demo explains how to drag and drop rows from one datagrid to another datagrid or any other custom control using Syncfusion ASP.NET Core DataGrid control.\">\r\n");
                EndContext();
            }
                          );
            DefineSection("ControlsSection", async() => {
                BeginContext(328, 57, true);
                WriteLiteral("\r\n<div>\r\n    <div style=\"float:left;width:49%\">\r\n        ");
                EndContext();
                BeginContext(385, 889, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "efef545aa7824eadb67d53b7f5217902", async() => {
                    BeginContext(553, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(567, 85, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6500dcd27d4e4be6af345cac8e68ca54", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
#line 9 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                    __Syncfusion_JavaScript_DataSource.Json = ViewBag.dataSource;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("json", __Syncfusion_JavaScript_DataSource.Json, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(652, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(666, 588, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7e7a186ec04a4ea8ac778976097e4912", async() => {
                        BeginContext(677, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(695, 112, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c4a1c577b195426f8027faf60081fd21", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 11 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(807, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(825, 77, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "00193ebba2b04456a4c97c43f9ad3925", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(902, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(920, 95, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e82576d5585540cebd2538a75ad42cab", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 13 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1015, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(1033, 103, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f95585370ab4410e8dcf5b78404becff", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1136, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(1154, 74, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "045f2f105f7441f0999d4193fa409f25", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1228, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1254, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_12);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.Selectiontype = global::Syncfusion.JavaScript.SelectionType.Multiple;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("selectiontype", __Syncfusion_JavaScript_Models_GridProperties.Selectiontype, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowRowDragAndDrop = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-row-drag-and-drop", __Syncfusion_JavaScript_Models_GridProperties.AllowRowDragAndDrop, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 8 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.RowDropSettings = (new RowDropSettings()
                {
                    DropTargetID = "#destGrid"
                });

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("row-drop-settings", __Syncfusion_JavaScript_Models_GridProperties.RowDropSettings, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1274, 63, true);
                WriteLiteral("\r\n    </div>\r\n    <div style=\"float:right;width:49%\">\r\n        ");
                EndContext();
                BeginContext(1337, 889, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-grid", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d9ae2addc1584f30b126905277e25f49", async() => {
                    BeginContext(1504, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(1518, 86, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-datamanager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "d77c68f853734eeda89a819934606acf", async() => {
                    }
                                                                                );
                    __Syncfusion_JavaScript_DataSource = CreateTagHelper <global::Syncfusion.JavaScript.DataSource>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataSource);
#line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                    __Syncfusion_JavaScript_DataSource.Json = ViewBag.dataSource2;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("json", __Syncfusion_JavaScript_DataSource.Json, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    __Syncfusion_JavaScript_DataSource.Adaptor = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1604, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                    BeginContext(1618, 588, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-columns", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9a2f89e8391f47a89aad43059bf38525", async() => {
                        BeginContext(1629, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(1647, 112, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c578e0d66c0142109171c0d70e5ea586", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_1.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_2.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.IsPrimaryKey = true;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("is-primary-key", __Syncfusion_JavaScript_Models_Column.IsPrimaryKey, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1759, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(1777, 77, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "432c710475e1473d9893129fc885dac6", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_3.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_4.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
#line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 80;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1854, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(1872, 95, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8a679eea4586470a8f91c4acc4c6dd66", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_5.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_6.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Left;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(1967, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(1985, 103, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bcef3eb0f56b47849d5992d31b0545f0", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_7.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_8.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                        __Syncfusion_JavaScript_Models_Column.Format = (string)__tagHelperAttribute_9.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.TextAlign = global::Syncfusion.JavaScript.TextAlign.Right;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("text-align", __Syncfusion_JavaScript_Models_Column.TextAlign, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 26 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 75;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(2088, 18, true);
                        WriteLiteral("\r\n                ");
                        EndContext();
                        BeginContext(2106, 74, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-column", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6f434f36862442cea54709658d856851", async() => {
                        }
                                                                                    );
                        __Syncfusion_JavaScript_Models_Column = CreateTagHelper <global::Syncfusion.JavaScript.Models.Column>();
                        __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_Column);
                        __Syncfusion_JavaScript_Models_Column.Field = (string)__tagHelperAttribute_10.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                        __Syncfusion_JavaScript_Models_Column.HeaderText = (string)__tagHelperAttribute_11.Value;
                        __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
#line 27 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                        __Syncfusion_JavaScript_Models_Column.Width = 110;

#line default
#line hidden
                        __tagHelperExecutionContext.AddTagHelperAttribute("width", __Syncfusion_JavaScript_Models_Column.Width, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(2180, 14, true);
                        WriteLiteral("\r\n            ");
                        EndContext();
                    }
                                                                                );
                    __Syncfusion_JavaScript_GridCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.GridCollectionTag>();
                    __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_GridCollectionTag);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(2206, 10, true);
                    WriteLiteral("\r\n        ");
                    EndContext();
                }
                                                                            );
                __Syncfusion_JavaScript_Models_GridProperties = CreateTagHelper <global::Syncfusion.JavaScript.Models.GridProperties>();
                __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Models_GridProperties);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_13);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowPaging = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-paging", __Syncfusion_JavaScript_Models_GridProperties.AllowPaging, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.Selectiontype = global::Syncfusion.JavaScript.SelectionType.Multiple;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("selectiontype", __Syncfusion_JavaScript_Models_GridProperties.Selectiontype, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.AllowRowDragAndDrop = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("allow-row-drag-and-drop", __Syncfusion_JavaScript_Models_GridProperties.AllowRowDragAndDrop, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Grid\RowDragAndDrop.cshtml"
                __Syncfusion_JavaScript_Models_GridProperties.RowDropSettings = (new RowDropSettings()
                {
                    DropTargetID = "#Grid"
                });

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("row-drop-settings", __Syncfusion_JavaScript_Models_GridProperties.RowDropSettings, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2226, 22, true);
                WriteLiteral("\r\n    </div>\r\n</div>\r\n");
                EndContext();
            }
                          );
        }