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

GridView and pinned rows

9 Answers 391 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Court Philippe
Top achievements
Rank 1
Court Philippe asked on 08 Feb 2010, 09:04 AM

Hello,
I have a problem with the isPinned property on the radGrid rows :

I have to pin the first row and the first column of my grid, this works great with the first column (the first column is locked on the left of my grid) but with the first row… the first row is duplicated.

And, of course, edit of the first line don’t work like all others rows of the radGrid (click on the first or the second row edit the first row).

 

For pin rows and column I use this code (c#) :

 

if (radGridViewGrille.MasterGridViewTemplate.Rows.Count > 0 )

{radGridViewGrille.MasterGridViewTemplate.Rows[0].IsPinned = true;

}

 

if (radGridViewGrille.MasterGridViewTemplate.Columns.Count > 0 )               

{radGridViewGrille.MasterGridViewTemplate.Columns[0].IsPinned = true;

}


So the question is : How can i remove the duplication of the first row to have the same behavior than the pinned collumn? 

Regards.

 

9 Answers, 1 is accepted

Sort by
0
Court Philippe
Top achievements
Rank 1
answered on 09 Feb 2010, 08:06 AM
Up
0
Svett
Telerik team
answered on 09 Feb 2010, 08:31 AM
Hi Court Philippe,

Thank you for your report. It's an issue which will be addressed in the next major release -- Q1 2010. In the meantime, I cannot give your temporary solution, because there is public access to grid traverser which is responsible for enumeration of rows.

I have updated your Telerik points. If you have further questions feel free to contact us back.

Greetings,
Svett
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Court Philippe
Top achievements
Rank 1
answered on 19 Feb 2010, 08:55 AM
Hello,
I have just downloaded the new version of the Telerik Winforms components (Q1 2010 Beta) but nothings changed for pinning rows.

Regards.

0
Nick
Telerik team
answered on 19 Feb 2010, 11:05 AM
Hello Court Philippe,

Thank you for contacting us. We have currently released a Beta of the new Visual Style Builder and the new features of RadScheduler. We will release the new RadGridView in the official release - Q1 2010 - expected at the beginning of March.

Greetings,
Nick
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Court Philippe
Top achievements
Rank 1
answered on 11 Mar 2010, 09:47 AM
Hello,

This problem persist in the release : 2010.1.10.308
I really need to know if this problem is going to be solved shortly.

Regards.
0
Mathieu Yargeau
Top achievements
Rank 1
answered on 11 Mar 2010, 08:13 PM
I was trying to pin a row too and faced the same difficulties. The Q1 2010 doesn't seem to solve the issue.

Also, is there a way to pin a row at the bottom of the grid. If not, that would be a nice feature to add

I managed to do it by adding a sort on a numeric column which sole purpose is to place that line at the bottom, but when I have many rows, I have to scroll down the grid to access that "pinned" row.

I also use that sorted column to custom pin the first row, with the same effects when I have a great number of rows, I have to scroll up to access it.
0
Nick
Telerik team
answered on 12 Mar 2010, 12:21 PM
Hello Mathieu Yargeau,

We are working on extending the pinned rows functionality in Q2 2010. There will be a new grid for this release written almost entirely from scratch. We also plan to provide some improvements in the current grid for the upcoming service pack. We will consider all suggestions in this forum thread when we work for the service pack and for the new release so I would like to thank you for the feedback. It has always been important for us to listen closely to our customers.

Best wishes,
Nick
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Court Philippe
Top achievements
Rank 1
answered on 12 Mar 2010, 04:08 PM

Hello,

I have to know when you expect to publish the Q2 2010.

Keep this bug in the Q1 2010 may force us to put to the trash 1 month development with telerik controls...

I am very disappointed about all of that...

Regards.

Ps : copy past from word to your text box remove the first space of every line.

0
Jack
Telerik team
answered on 15 Mar 2010, 08:42 AM
Hi Court Philippe,

We always try to help our customers to resolve the show-stopper issues, so that they can provide a stable and quality product.

Q2 2010 will be ready in the middle of this summer. As my colleague said, it will contain a new version of RadGridView with many new features. You can read more about this in the following blog article. Nevertheless, we will address the issue reported by you in our upcoming service pack, which will be available within a month.
 
Greetings,
Jack
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Court Philippe
Top achievements
Rank 1
Answers by
Court Philippe
Top achievements
Rank 1
Svett
Telerik team
Nick
Telerik team
Mathieu Yargeau
Top achievements
Rank 1
Jack
Telerik team
Share this question
or