I have a hierachical grid view that binds to a datasource with autogenerate columns set to true.
I have a timer on my screen that the user can switch on and off to 'auto refresh' the grid
I have noticed that when i next cycle trhough and fetch data and bind, the data in the child tables doesnt get cleared
for example i have 4 rows in my table, each with 2 rows underneath .. next time i refresh i still have 4 rows but they each have 4 underneath
I can clear this by clearing them all before i rebind .. by i thought that binding would sort this out without having to clear them
is the working as it should?
I have a timer on my screen that the user can switch on and off to 'auto refresh' the grid
I have noticed that when i next cycle trhough and fetch data and bind, the data in the child tables doesnt get cleared
for example i have 4 rows in my table, each with 2 rows underneath .. next time i refresh i still have 4 rows but they each have 4 underneath
I can clear this by clearing them all before i rebind .. by i thought that binding would sort this out without having to clear them
is the working as it should?