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

Q1 2008 GridView grouping issue

1 Answer 66 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 21 May 2008, 01:30 PM

Hi,

I am currently testing the Q1 2008 gridview and I'm facing this issue :
Each time that I remove a column from the grouping panel, I loose all grouping information displayed in the row like :  "Compagny : TESTABC ; "

Here's what I do :

Fist, I'm accessing data through LINQ doing something like this :

string connString = @"Data Source=SERVER;Initial Catalog=DB;Persist Security Info=True;User ID=user;Password=password";  
 
context = new DomainDataContext(connString);  
//test 1 -- Binding grid view  
radGridView1.DataSource = context.Orders;  
 

Then I group using 2 or more columns and I remove one of them.

Any idea what code is missing ?




I configured (in designer) the gridview like this :

enableSorting : false;
MasterGridViewTemplate.AllowAddNewRow : false;
MasterGridViewTemplate.AllowDeleteRow : false;
MasterGridViewTemplate.AllowEditRow : false;

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 22 May 2008, 03:33 PM
Hello Eric ,

This was an issue in Q1 2008, which is already addressed in Q1 2008 Service Pack 1. Please download the latest version from your Client.Net account.

If you have additional questions, do not hesitate to contact me.

Greetings,
Nikolay
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Eric
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or