mysaviors
i use xml as datasource
edit and delete and select when get the table in dataset.
but i need to implement a filter,after which i need to edit and update filtered records.
i use dataview to filter,fetch and display results,but the update couldnot be written back into xml source.
can i find the selected row in original dataset, delete it and insert a new one that proposed(being edited) in filtered mode? or there s any esay way. i m a newbie!
my goal is:
be able to edit and update any rows in normal situation, and
able to edit and update any rows after filtering.
the filter feature prefer to be the same as excel auto-filter(which gives 0~more rows).