How Find Child controls in RadGridView once code behind class contructor executed InitializeComponent() method.
When I wanted to find Child controls in the RadGridView it returns null. I came to know that once I click on any button then I can find the child controls of the RadGridView but my requirement is find child controls after InitializeComponent() method executed and update their values as per business rules.
Please help me
Laxman
When I wanted to find Child controls in the RadGridView it returns null. I came to know that once I click on any button then I can find the child controls of the RadGridView but my requirement is find child controls after InitializeComponent() method executed and update their values as per business rules.
Please help me
Laxman