HI,
I am trying to hide few rows based on some condition. I am able to hide content of the row, but the row is rendered with property display:'table-row'. It should have been 'none'.
I am traversing through mastertableviews.GetItems(GridItemType.Item,GridItemType.AlternatingItem)
to hide the row, i have tried griddataitem.Visible = false and also griddataitem.Display=false.
Please suggest me an approach to hide the row while prerender event handling.
I am trying to hide few rows based on some condition. I am able to hide content of the row, but the row is rendered with property display:'table-row'. It should have been 'none'.
I am traversing through mastertableviews.GetItems(GridItemType.Item,GridItemType.AlternatingItem)
to hide the row, i have tried griddataitem.Visible = false and also griddataitem.Display=false.
Please suggest me an approach to hide the row while prerender event handling.