This question is locked. New answers and comments are not allowed.
Hi,
How to get the TextBox ( or any control ) in Column details using column names(not using the index) in the Gridview , but in any event outside of the GridView events.
This my code :) (the model of your example: How To: Find a control in RowDetailsTemplate) ;
TextBox myTextBox = myRadGridView.FindName("tbInXaml") as TextBox;
return null object myTextBox.
Thanks,
Haklberi
How to get the TextBox ( or any control ) in Column details using column names(not using the index) in the Gridview , but in any event outside of the GridView events.
This my code :) (the model of your example: How To: Find a control in RowDetailsTemplate) ;
TextBox myTextBox = myRadGridView.FindName("tbInXaml") as TextBox;
return null object myTextBox.
Thanks,
Haklberi