This is a migrated thread and some comments may be shown as answers.

freeze group header in radgridview

0 Answers 105 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nimit
Top achievements
Rank 1
Nimit asked on 26 Aug 2012, 02:58 PM
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 
Tags
GridView
Asked by
Nimit
Top achievements
Rank 1
Share this question
or