I would like to allow users the option to select the columns they would like to see. Column chooser functions similar to the way it is in
the designer. What do I need to do to acheive this?
Hi,
You can create your own column chooser window by using a div and some check boxes. When checking or unchecking just show or hide columns on the client side.
Is there any out of the box or other options available to do what you folks do in the VS designer and provide all that option to the client in the Web UI
I am looking for this same exact solution, but I can't seem to download the zip file. It isn't showing up as a link but just text in my browser. What can I do to download this? Thanks!
I've attached again.
This is perfect. Thank you.
Hello,
Great post - thanks - but have you got a version that works on child and grandchild bands (from an UltraWebGrid bound to a WebHierarchical data source)?
Regards,
Craig
Hi Craig,
I do not have such a version available; however, you can always build the list of columns dynamically by checking the bands collection. Follow my code in the sample I provided and you should be able add the additional columns as needed. Let me know if you need further instructions.