I want to create a grid where second column is split to 3 rows. could you please give me the layout aspx how to create.
grid view is attached here. The grid is linked to a db
thanks
Sabitri Mohanty
1 Answer, 1 is accepted
0
Pavlina
Telerik team
answered on 10 Feb 2015, 10:21 AM
Hi Sabitry Mohanty,
Setting rowspan to grid cells is not supported scenario and although achievable, it could break some of the built-in functionality in complex scenarios.
Nevertheless, for a custom implementation of your requirement you could handle the server-side OnPreRender event of the grid, traverse through each item and determine what rowspan should be set to the first item with a given value. You will also need to hide the other cells, but once again, since this is not a supported scenario, we do not recommend such approach.
Regards,
Pavlina
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.