GetCell doesn't work with Hierarchical Grid

7 replies. Last post: November 4, 2009 8:10 AM by Michael Giger
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi

This code works fine in flat grid:

grd.GetChanges("Deleted")[i].Row.GetCell("<Column>").Value

 

But in Hierarchical Grid the following code doesn't work:

grd.Tables["<Table>"].GetChanges("Deleted")[i].Row.GetCell("<Column>").Value

grd.Tables.<Table>.GetChanges("Deleted")[i].Row.GetCell("<Column>").Value

How can i get changes for each table in Hierarchical Grid?

 

Best regards

Michael

All times are GMT -5. The time now is 3:28 AM.
Previous Next