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,
Can you please send us a very small sample so that I can play with it and try to find a way for achieving the described behavior?
Regards,
Stefana
I added a simple project!
and also i have another issue, you can see that i want to handle keydown event for a specific column, but i don't do this, do you know where i do something wrong??
Sorry for the delayed reply. Here is what I would suggest for getting the TextBox:
Thanks for using our controls.
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.