3.2.0

How I can add hidden column in the grid?

Hello,

How I can add hidden column in my grids? I need to access data that I don't want it to be visible to the user.

Anyone can help me?

Thanks
Mape (Paraguay)
November 15,
thegrid.setColumnIndices([0,1,3]);

Would display columns 0,1 and 3 but not 2.

Karl Thoroddsen
November 15,
Hi Karl

Thank you very much for the response, it was of great usefulness.

Regards
Mape (Paraguay)
November 15,
Karl, the code works correctly in 2.0 version, but I need to implement it on 1.0.2 version.

Anyone have an idea?
Mape (Paraguay)
November 15,
obj.setColumnValues([0,2,4]); is the "setColumnIndices" equivalent command for Ver 1.0.2, but you can also use css.
Check this post
http://www.activewidgets.com/javascript.forum.733.8/hide-an-id-column.html
Carlos
November 15,
Carlos

Thank you very much for your response, it works correctly

Thank you!

Regards
Mape (Paraguay)
November 15,

This topic is archived.

See also:


Back to support forum