Hi Seeni,
thank you for reply. İ have an auto generated grid in my project, so i haven't a column to define ctemplate.
My template looks like this:
<template>
<v-app>
<ejs-grid
:height="1000"
ref="grid"
:dataSource="currencies"
:allowPaging="true"
:allowFiltering="true"
:allowTextWrap='true'
:queryCellInfo="onQueryCellInfo"
:toolbar="toolbar"
:editSettings="editSettings"
:dataBound="dataBound"
:actionBegin="actionBegin"
:actionComplete="actionComplete"
:columns="columns"
width="auto"
></ejs-grid>
</v-app>
</template>
How can i do this?
Please look at the attached file (currencies.vue) and the screenshot from the comment before. (newfolder /example2.png)
Attachment:
New_folder_999c5320_(1)_a139202b.zip