Hi mike,
I am binding the list of data to ultragridview.The grid is in hierarchcial structure such as parent,child and grand child in a multiband format. i need to change the grid for format into card view. In card view child list will not be getting displayed. I want to show this hierarchical grid in to card view.
WinGrid Card View currently cannot display child records. It's meant for a quick way to set up a "vertical" layout for a particular row of data, and simply doesn't provide this option.
Instead, you can use the grid's Row Layout functionality. This allows you to show child bands, and also provides you with much more control over the actual layout of the cells for each row of data.