Find control into template
For sample we will find ASPxListBox into ASPxGridView and control was into tags Templates. If u want find control and u know his name then u must do it:
var listBox = (ASPxListBox) gridNews.FindEditFormTemplateControl("lbLink");
if u will know find control into tags Columns u must do it:
var listBox = (ASPxListBox)grid.FindEditRowCellTemplateControl((GridViewDataColumn)grid.Columns[3], "lbApplication");
Written by GangrenaGastrit
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Asp.net
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#