I placed an user control in radgrid CommandItemtemplate. I have to access and get the reference of this User Control in Need DataSource. Is it possible ?
NeedDataSource event is too early to get reference of the controls. .You can access controls in ItemDataBound or ItemCreated event.
Check the following help documentation which explains event sequence of radgrid. Event sequence