BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Tejaswini,
We have analyzed the reported query and we suspect that the issue may be due to missing out of the “common-images” folder in the sample location. So please ensure that the common-images folder is included in the sample location. Please refer the below screenshot.
The css files can be found in the below location.
CSS Location: C:\Program Files (x86)\Syncfusion\Essential Studio\XX-XX-XX-XX\JavaScript\assets\css\web\XXX-XXX
Where XX-XX-XX-XX - version number and XXX-XXX – Theme folder
Even after adding the common-images folder if you face the issue, then we suspect custom css styles that you may have used in your project might have overriden our css.
For your convenience, we have created a simple sample in AngularJS with toolbar enabled. The sample can be downloaded from the below location.
Sample Link: http://www.syncfusion.com/downloads/support/directtrac/118379/AngularJS1518138764.zip
The toolbar items can be defined in angularJS as in the below code snippet.
<div ej-grid id="Grid" e-datasource="dataManager" e-toolbarsettings="toolbar" >
<script> angular.module('listCtrl', ['ejangular']) .controller('regularization_controller', function ($scope) { $scope.dataManager = window.gridData; $scope.toolbar = { showToolbar: true, toolbarItems: ["add", "edit", "delete", "update", "cancel"] }; } }); </script> |
The various directives that are associated with the toolbar buttons within a grid are
Directives |
Usage |
e-toolbarsettings-showtoolbar |
To enable the toolbar inside the grid |
e-toolbarsettings-toolbaritems |
To enable the toolbar with default editing actions. Acceptable toolbarItems are "add", "edit", "delete", "update", "cancel" and "search" |
e-toolbarclick |
To trigger an action when the toolbar icons are clicked. |
e-toolbarsettings-customtoolbaritems |
To enable custom toolbar icons for the grid. |
Please get back to us if you need any further assistance.
Regards
Ragavee U S
Hi Sharad,Thank you for contacting Syncfusion Support.
We have analyzed your query and that issue may be due to missing out of “common images” folder in the sample location. Please ensure the solution mentioned in the previous update.
We are unable to reproduce the issue at our end and we have created a sample . Please refer the sample attached.
Before proceeding your query we need below details.
1.Please share the code snippet for this issue.
2.Attach screen shot as like “orientation is vertical”
3.If possible replicate the issue in the above sample and send us back.
The provided information will help to analyze the issue and provide you the response as early as possible.Regards,Farveen.T