Hi everyone
I am using XamGrid. I define a TemplateColumnLayout:
<ig:TemplateColumnLayout Key="someKey"> <ig:TemplateColumnLayout.Template> <DataTemplate> <TextBox x:Name="someName"></TextBox> </DataTemplate> </ig:TemplateColumnLayout.Template></ig:TemplateColumnLayout>Do I able having a row get this textbox? I would like to handle RowExpansionChanged event and continue working witn this text box.
Also i would like to do this for TemplateColumn too :)
Thanks.
Hi,
Thanks for using our controls.
Regards,
Stefana
I have already found a solution, thanks a lot. :)
I am glad that the suggested code works for! Do you need additional help for the second problem or you have already managed to find a solution?
nice, thanks. Also, I just catch the loaded event of my inner content.
About the second problem: I thought that key down functionality doesn't work, but I understand that grid handle all key down event and column doesn't do that.
Sorry for the delayed reply. Here is what I would suggest for getting the TextBox: