This question is locked. New answers and comments are not allowed.
Hi,
I have the below scenerio
In a radgridview in Silverlight, I have 2 columns 'A' and 'B'.Rows in gridview should be grouped by column A by default.
The Group Header should show the column 'A' value along with a link button clicking on which will open a new pop up(need to send the column 'A' value to new popup).Also user should not be able to remove the column 'A ' from group header or add any other column to group header.
I have following question regarding the implementation.
1) how to set default grouping
2) how to include link button in group header.
3) how to pass the Column 'A'(column used for grouping)value to the new popup when the link button is clicked.
4) how to freeze the column 'A' in group header(means user should not be able to remove that column from group header)
Thanks in advance
Nimit
I have the below scenerio
In a radgridview in Silverlight, I have 2 columns 'A' and 'B'.Rows in gridview should be grouped by column A by default.
The Group Header should show the column 'A' value along with a link button clicking on which will open a new pop up(need to send the column 'A' value to new popup).Also user should not be able to remove the column 'A ' from group header or add any other column to group header.
I have following question regarding the implementation.
1) how to set default grouping
2) how to include link button in group header.
3) how to pass the Column 'A'(column used for grouping)value to the new popup when the link button is clicked.
4) how to freeze the column 'A' in group header(means user should not be able to remove that column from group header)
Thanks in advance
Nimit