Advanced Forum Search Results
-
Hi,
I did the way you said but the parent grid is refreshed and its back to original page rather than showing the child grid based on the click event of radio button
-
Hi Gunjan,
Thanks for helping me out.
infact today i changed my design template as i expected. and its works fine.....
just i created 2 datagrid..
but i found another issue on that :-)
i've a parent datagrid and binding through collection..
and on RowDetailsTemplate im diplaying a child ...
-
Hi,
i've a parent datagrid and binding through collection.. and on RowDetailsTemplate im diplaying a child datagrid binding through other collection
for eg:
parent datagrid collection :
id name
1 testing
2 programmer
3 analyst
child datagrid ...
-
Hi,
I applied the way u said.. but still im getting the blank spaces...
i feel like changing the design structure itself....
this is my scenario can u pls tell me how to proceed for it
my scenario is: i should list 10 or more (based on database records) records in a datagrid.
on each selection of rows i have to display 3 radio ...
-
any reply pls...
-
Hi Redmond,
my scenario is: i should list 10 or more (based on database records) records in a datagrid.
on each selection of rows i have to display 3 radio buttons.
onclick of each radion button we shall be getting some records from database.
and have to bind this to a datagrid..
can you pls suggest me whether this is possible ...
-
Hi,
sorry by mistake have written as parent datagrid. its child datagrid.
I have to get the child datagrid name to bind this collection on each radio button event
so if i detach RowDetailsVisiblityChanged event thn how can i get the child datagrid name in RoutedEventArgs
-
Hi Bryant
In the nested datagrid,
suppose if i want to find the child datagrid name which is placed inside the parent grid with 3 radio buttons,
whn i click the first radio button the child datagrid has to be bounded with that particular collections
and if i click the second radio button the child datagrid has to be bounded with ...
-
Hi Gunjan,
as per you suggestion i've some problem to achieve that..
im not able to get the parent datagrid on the radio button click event
dgSearchDetails = (DataGrid)e.DetailsElement.FindName("dgSearchDetails");
can you pls check my above code where you can understand it clearly.
if im able to get the ...
-
Hi Gunjan,
I tried as you said but thn thats not working... i think you can point out from code
<data:DataGrid Background="yellow" x:Name="dgListQueueDetails" GridLinesVisibility="All" HorizontalScrollBarVisibility="Disabled" ...