Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141147 | Nov 27,2018 07:33 AM UTC | Nov 30,2018 09:03 AM UTC | ASP.NET MVC - EJ 2 | 7 |
![]() |
Tags: Grid |
Hi Team,I am new to EJS and have added EJS grid in my project and works fine. when i give AllowGrouping True for record (less than 800) grouping works fine.When the record count is large (say 1500) and when try to drag and drop the column in the header for grouping the page got hanged.......col.Field("ILOOKUP_AKS").HeaderText("ILOOKUP AKS").TextAlign(Syncfusion.EJ2.Grids.TextAlign.Left).Add();).AllowMultiSorting(true).PageSettings(page => page.PageSizes(new List<object>() { 5, 10,15,20,25,30 })).AllowTextWrap(true).AllowPaging(false).AllowExcelExport(true).AllowResizing(true).Height("400").AllowExcelExport().ToolbarClick("toolbarClick").Toolbar(new List<string>() { "ExcelExport" }).FilterSettings(filter => { filter.Type(Syncfusion.EJ2.Grids.FilterType.Excel); }).AllowGrouping(true).FrozenColumns(3).Render()
Hi Team,I am new to EJS and have added EJS grid in my project and works fine. when i give AllowGrouping True for record (less than 800) grouping works fine.When the record count is large (say 1500) and when try to drag and drop the column in the header for grouping the page got hanged.......col.Field("ILOOKUP_AKS").HeaderText("ILOOKUP AKS").TextAlign(Syncfusion.EJ2.Grids.TextAlign.Left).Add();).AllowMultiSorting(true).PageSettings(page => page.PageSizes(new List<object>() { 5, 10,15,20,25,30 })).AllowTextWrap(true).AllowPaging(false).AllowExcelExport(true).AllowResizing(true).Height("400").AllowExcelExport().ToolbarClick("toolbarClick").Toolbar(new List<string>() { "ExcelExport" }).FilterSettings(filter => { filter.Type(Syncfusion.EJ2.Grids.FilterType.Excel); }).AllowGrouping(true).FrozenColumns(3).Render()
attache the screenshot
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.