Default view

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

1 Reply

AD Administrator 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.

Loader.
Up arrow icon