Just a quick question - when the user clicks the expand button on a row, what event can I use to replace a foreign numeric key from the database used by the grid with a value drawn from a different database (hence I cannot simply do a join)?
Note that I have tried the Item command event - but at that point the data in the nested view is not yet bound - so the foreign key is not there yet... if it is just the ItemDataBound event - then how do I differentiate its data binding from the data binding of all the other elements of the grid?
Thanks
Chris
Note that I have tried the Item command event - but at that point the data in the nested view is not yet bound - so the foreign key is not there yet... if it is just the ItemDataBound event - then how do I differentiate its data binding from the data binding of all the other elements of the grid?
Thanks
Chris