Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
930
Invert row and columns and other stuff.
posted

Hi

I am trying to use WHDG in a new web application. I am using code-behind for most  of the operations.

I have three questions

1. I want to invert rows and columns of a particular and - basically in cases where there is a single datarow. Is this possible through a class implementing ITemplate ? will it be better to have a usercontrol inside this class which can emit native html or use a table control ? is it possible to maintain the formatting applied to the grid inside this class ?

2. Is there a better option to achieve above ? In WinGrid we used to do these things through cardview or rowlayout ... wonder in which release can we expect these things in WHDG ... 

3. is it possible to hide a band programmatically ?

Thanks

Abhishek