|
<assemblies>
<add assembly="Syncfusion.EJ.Web, Version=14.1400.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89"/>
<add assembly="Syncfusion.EJ, Version=14.1400.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89"/>
</assemblies> |
Queries |
Response |
“on grid paging the arrow signs are not visible for some reason”
|
We suspect that you have missed to include the common-images folder in your application. While installing the Essential Studio, we will include all the common font icons and other images required for the control to render in the common-images folder.
Location : C:\ InstalledLocation\ Syncfusion\Essential Studio\xx.x.x.xx \JavaScript\assets\css\web\
So, please include the mentioned folder in the below structure.
Find the Screenshot:
|
“Is there a way to send you our entire project (50MB) so you could help?”
|
While attaching your project delete the bin, obj and packages folder it will reduce the size of the file or attach your sample in Github or Google drive.
|
Queries |
Response | ||
“Cultural Globalization” |
In the attached sample, you have not mentioned the columns in the aspx page. So, mention the columns and format which has to be applied to the column.
For your convenience, we attached the modified sample
| ||
“common - images” |
In your sample, you have set EnableOptimizations as true in the Global.aspx page. If you set as true, apply the CssRewriteUrlTransformation in the bundle config or disable the EnableOptimization in the Global.aspx page
Find the code example:
In other way if you need to refer “ej.widgets.all.min.css” file, then it add as a separate bundle and by applying a CssRewriteUrlTransformation in it . Please refer to the following code example.
| ||
“export to excel”
|
In the sample, you have used the Syncfusion.EJ.ReportViewer namespace for the Excel version. So, use Syncfusion.XlsIO for the excel version.
Find the code example:
|