I am using Kendo UI grid to render the grid data. I have a column with multiple custom commands(4 custom commands exactly). one of the custom command needs to be conditional custom command i.e. It is functionality(or appearance) depends up on the row data being rendered.
I couldn't get that defined. I tried template approach but the default data is not having the row data. I defined field and template but still I am not getting the field value. Could you somebody help me to solve this problem.
My DataSource is coming from the asp.net web api service via ajax.
Thanks
I couldn't get that defined. I tried template approach but the default data is not having the row data. I defined field and template but still I am not getting the field value. Could you somebody help me to solve this problem.
My DataSource is coming from the asp.net web api service via ajax.
Thanks