Hello,
I am new to using kendo ui grid. I have a requirement where I want to display data in the grid using kendo ui grid.
I have added a div and using kendo ui grid I am able to display the data in the grid.
All the data is dynamic. All the columns are created at runtime/dynamically.
What I want is to have a first column in the grid which will display an image with click event to it.
Also at the same time after the image column there will be ID column that I want to hide. I want to bind it to grid and hide it as I will require that particular columns value on row click event.
So, I want the first column in the grid to be displaying a image/icon and want to hide the second (next column after the image column).
Please help me on this.
I am new to using kendo ui grid. I have a requirement where I want to display data in the grid using kendo ui grid.
I have added a div and using kendo ui grid I am able to display the data in the grid.
All the data is dynamic. All the columns are created at runtime/dynamically.
What I want is to have a first column in the grid which will display an image with click event to it.
Also at the same time after the image column there will be ID column that I want to hide. I want to bind it to grid and hide it as I will require that particular columns value on row click event.
So, I want the first column in the grid to be displaying a image/icon and want to hide the second (next column after the image column).
Please help me on this.