We're currently using Telerik controls for ASP.NET AJAX.
In our application, we have a grid that addresses certain part numbers that have 2 related rows. They are grouped together in the grid, and it looks as below:
____________________________
|Part Number |HasProperty |Price |
----------------------------------------------
| Yes | 1.00 |
Part #1 | --------------------------------
| No | 2.00 |
------------------------------------------------
Is this type of this possible with the Kendo UI grid?
In our application, we have a grid that addresses certain part numbers that have 2 related rows. They are grouped together in the grid, and it looks as below:
____________________________
|Part Number |HasProperty |Price |
----------------------------------------------
| Yes | 1.00 |
Part #1 | --------------------------------
| No | 2.00 |
------------------------------------------------
Is this type of this possible with the Kendo UI grid?