J
jdlwright
Hi, I need my control to access other controls that are located in the
ItemTemplate of a GridView - at designtime.
I had success in the past with DataGrid, doing this by calling
FindControl at design-time - however it doesn't work with GridView.
So basically in the EditValue method of my UITypeEditor I would access
the DataGrid with FindControl and then call FindControl on it to get at
the control I was after.
Is there anyway to access controls that are in a GridView template?
Many thanks,
Jim
ItemTemplate of a GridView - at designtime.
I had success in the past with DataGrid, doing this by calling
FindControl at design-time - however it doesn't work with GridView.
So basically in the EditValue method of my UITypeEditor I would access
the DataGrid with FindControl and then call FindControl on it to get at
the control I was after.
Is there anyway to access controls that are in a GridView template?
Many thanks,
Jim