
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

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.

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.


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.
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.

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.
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.
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.