I have a nested Array of Objects and want to show a Custom Row based on condition.
i.e: Say if Condition One is true i show KendoGridGroupHeader ( a custom row) , or if not true i dont.
To show the array object :

If it Array has roomList property length > 1 .
I need to add Header row. (see below (Suite 200 Row )

Problem is 2 layer data handling. what would be the best method to achieve this.
i.e: Say if Condition One is true i show KendoGridGroupHeader ( a custom row) , or if not true i dont.
To show the array object :
If it Array has roomList property length > 1 .
I need to add Header row. (see below (Suite 200 Row )
Problem is 2 layer data handling. what would be the best method to achieve this.
Hello Fawad,
were you able to find a solution for the above issue ?