I have a kendo ui grid with custom button which adds a new row.
In that, I want to disable 2nd column when 1st row is inserted.
From 2nd row on wards, I want that column to be enabled.
I Also want to insert count in 1st column on every insert in the grid.
For example: If the first row is inserted, I want 1st column to be "Tier 1".
If 2nd row is inserted, then I want 1st column of 2nd row to be as "Tier 2".
If out of 3, 2nd row is deleted... I want the 3rd row 1st column to be converted from "Tier 3" to "Tier 2".
Can someone please help me achieve this?
I am struggling to have this much of control in kendo grid.
In that, I want to disable 2nd column when 1st row is inserted.
From 2nd row on wards, I want that column to be enabled.
I Also want to insert count in 1st column on every insert in the grid.
For example: If the first row is inserted, I want 1st column to be "Tier 1".
If 2nd row is inserted, then I want 1st column of 2nd row to be as "Tier 2".
If out of 3, 2nd row is deleted... I want the 3rd row 1st column to be converted from "Tier 3" to "Tier 2".
Can someone please help me achieve this?
I am struggling to have this much of control in kendo grid.