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
This is currently only available for WinGrid. For WebGrid a manual process is needed. A ListBox or WebCombo may be the closest thing to providing the initial UI for this process.
Can you provide me some samples that demonstrate that. I need to provide a prototype to my company to show them, the powers of ultragrid
Sure, I will attach a sample.
Thanks a bunch. That seems to work fine.
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.
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
This is perfect. Thank you.
I've attached again.
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!