The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
Shouldn''t the default view of a datatable always contain the same number of rows unless a filter is applied? I have a child grid that drops down from a databoundhierarchal grid and I''ve noticed that the number of rows in the defaultview of the child grid datasource varies depending on which parent record I drop down from. I am redimensioning the dataview variable and applying a new row filter each time the child grid drops down and it seems that the dataview retains the number of rows from the previous filter. Is there a way around this or is this normal?
Thanks
ADAdministrator Syncfusion Team March 2, 2004 04:43 PM UTC
What is the datasource of the child grid?
Is it, itself, a filtered dataview instead of say, a DataTable? If so, that would explain its defaultview would differ in row count from teh underlying DataTable.