Hello,
Does anyone know of a method of allowing column enable/disable using a popup that shows all column names with a list of tickboxes?
Thanks
Regards,
Craigw.
csnm1 said:Yesterday you sent me a code sample for hiding columns in webdatagrid - I need to use an UltraWebGrid instead - do you have any code that uses UltraWebGrid please?
Hi David,
createDiv appears to be missing - could you please provide that js function? I have attached to this message a zip of the column hiding test app as it stands on my machine at the moment.
Thanks for all your help so far.
Yesterday you sent me a code sample for hiding columns in webdatagrid - I need to use an UltraWebGrid instead - do you have any code that uses UltraWebGrid please?
Thanks.
regards,
craigw.
Many thanks David - much appreciated.
Craigw,
Here is a page that demonstrates using the context menu grid client event to show a grid that has its checkboxes wired to the hidden statuses of the columns. It closes on the button click in the div. It would be simple to close it on the click event of the checkboxes themselves. Hopefully, this will get you started.
-Dave