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
60
Hidden property for WebDataGrid Columns BoundDataField does not work
posted

I have followed the sample provided then tried to hide a column that I do not need like this:

<ig:BoundDataField Width="50" Header-Text="Id" DataFieldName="Id" Key="Id" Hidden="true" />

But this does not work. Is there anyhting else I need to do?