Thursday, October 1, 2009

How To Find GridView From DetailView

ListPropertyEditor lpe = (ListPropertyEditor)dv.FindItem("ShipmentInfo"); GridView gv = (GridView)((GridControl)lpe.ListView.Control).FocusedView; XPCollection xpc = (XPCollection)(gv.DataSource); foreach (object ob in xpc) { if (ob.GetType() == typeof(BillingFormat)) { }

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...