Thursday, October 1, 2009

How to Find Edit value of Lookup

DetailView dv = (DetailView)View; LookupPropertyEditor control1 = (LookupPropertyEditor)dv.FindItem("AccountGroups"); LookupEdit c1 = (LookupEdit)control1.Control; AccountGroup gc = (AccountGroup)c1.EditValue;

No comments:

Post a Comment

Mat Table Angular

Mat Table in Angular Mat table is used to display data . its a material designed styled data-table . For using Material Table MatTableMo...