We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Hiding Some rows upon giving rownumbers

Hi I am using databoundgrid i want to hide some rows? I find Model.HideRows and/or Model.rows.Hidden can be used i dont find any sample. Can you help me? Thanks Rajaraman

1 Reply

AD Administrator Syncfusion Team March 5, 2003 10:41 AM UTC

To hide row 3, try //C# this.gridDataBoundGrid1.Model.Rows.Hidden[3] = true; 'VB.NET Me.GridDataBoundGrid1.Model.Rows.Hidden(3) = True

Loader.
Live Chat Icon For mobile
Up arrow icon