Wednesday, December 8, 2010

Infragistics Ultra Web grid Hidden property

in web application we need to hide show rows in an infragistics. web grid initially property hidden was used for this purpose however in version 10.2 now its a method setHidden which is used to hide or show a Row in infragitcs web grid.

as per documentation

setHidden

Sets the row visibility.

Parameters
h

Boolean. True to hide row.

Source

No comments:

Post a Comment