I want to Insert or remove a row on "TelerikGrid RadDataGrid" based on the column value of my "RadDataGrid".
In my grid there is a "Answer" column which can be any type (boolean, text, number, drop down) based on the question type.
And If user change the "Answer" value it'll check and insert a row bellow that answered row or remove it.
What's the best way to implement this.