Hi,
My requirement is to create a grid where certain rows need to have the expand collapse feature but the rest of the rows don't, as they do not have child data associated with them.
Requirement screen shot attached.
Thus only a few rows (with child data associated with them) need to have expand collapse feature, not all. This conditional check would need to occur after data is fetched from the DB.
How do i accomplish this.
My implementation is similar to this demo: http://demos.telerik.com/aspnet/Grid/Examples/Programming/DetailTableDataBind/DefaultCS.aspx
Also i need to hide the header from the child table(DetailTableView). how can i do that.
Regards,
Manu
My requirement is to create a grid where certain rows need to have the expand collapse feature but the rest of the rows don't, as they do not have child data associated with them.
Requirement screen shot attached.
Thus only a few rows (with child data associated with them) need to have expand collapse feature, not all. This conditional check would need to occur after data is fetched from the DB.
How do i accomplish this.
My implementation is similar to this demo: http://demos.telerik.com/aspnet/Grid/Examples/Programming/DetailTableDataBind/DefaultCS.aspx
Also i need to hide the header from the child table(DetailTableView). how can i do that.
Regards,
Manu