Update changes from Dataview to Datasource

 
ADVERTISEMENT

  
  
 
 

Hello Everybody.
I'm trying to take the changes suffered when the data displayed in a
dataview is sorted in the datasource associated to dataview.

I need to reflect this visible order in the datasource.
Here is the code i use

string sort="Name ASC";
myDataview.Sort=sort;

It is suppose that it should work, but it isn't.
I've been debugging the application and i've found a private
property named RowViewCache inside DataView
this property has the items sorted with the sort expression i give
it but items in rows are not being affected with this sort.

what is the mistake here? Thanks everybody, i hope somebody knows
how to solve it
 






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Microsofts_C_Sharp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to