Do you support hiding a column yet in the WebDatGrid? In November you said you were planning to put it into a future release. If not, do you have a slated release for this.
I am currently setting visible column widths to exactly match my grid width and then setting my primary key column equal to 0. This is working but not a desirable solution.
Hi Obrien,
On both situations (Autogenerated columns set to true or false) you can done it at client end script. That will be much better and easier.
Regards,
Assyst
OK Gotcha. Thanks for the clarification.
That is correct. In order to access columns on the server, you must define them. You can access autogenerated columns on the client.
-Dave
So to hide columns in code behind i have to manually go through and add them instead of having them autogenerated on the databind?
Hi obrienm,
When you databind, we do generate columns, but these autogenerated ones are not available on the server. The items in the Columns collection are ones from the aspx or ones explicitly added in the code-behind.
regards,David Young