This question is locked. New answers and comments are not allowed.
Hi all,
In the SL version of the rad grid, what is the equivalent technique or event to use inorder to 'do stuff' while a a datagrid row is binding? I have a GridView which is using the heirarchical child table feature; I am using a my own custom template. The child table has a combobox column which i want to apply the ItemsSouce to via code, having never been able to get this to work using a static resource in XAML.
How i would normally acheive what i am after is:
For each Row in Grid
1) Find the child datagrid
2) Retrieve combobox column
3) Specify the appropriate Items Source
With the SL GridView, can anyone clarify how this can be done?
Cheers,
In the SL version of the rad grid, what is the equivalent technique or event to use inorder to 'do stuff' while a a datagrid row is binding? I have a GridView which is using the heirarchical child table feature; I am using a my own custom template. The child table has a combobox column which i want to apply the ItemsSouce to via code, having never been able to get this to work using a static resource in XAML.
How i would normally acheive what i am after is:
For each Row in Grid
1) Find the child datagrid
2) Retrieve combobox column
3) Specify the appropriate Items Source
With the SL GridView, can anyone clarify how this can be done?
Cheers,