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

The pinned row, scrolling does not work

1 Answer 82 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Andrey
Top achievements
Rank 1
Andrey asked on 12 Oct 2013, 01:53 PM
Hi!
 
On some
lines using attribute "IsPinned = true"


GridViewDataRowInfo dataRowInfo = new GridViewDataRowInfo(this.radGridView1.MasterView);
 
    dataRowInfo.Cells[0].Value = string;
 
    dataRowInfo.IsPinned = true;
 
radGridView1.Rows.Insert(0, dataRowInfo);

The problem is this: when is getting a lot of strings attached, and they fill up a working area of ​​the program that stops working scrolling, no strings attached is not visible beneath them. How can I solve this problem? I've seen similar threads in the forum, but they are not answered.

Проблема в следующем: когда закрепленных строк становится много и они заполняют собой рабочую область программы то перестает работать прокрутка, не закрепленные строки становится невидно под ними. Каким образом можно решить эту проблему? Я видел похожи темы на форуме, но они без ответа.

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 16 Oct 2013, 12:11 PM
Hello Andrey,

Thank you for contacting Telerik Support.

If I understand correctly the problem you are facing, when your pinned rows fill the entire visible RadGridView area is that scrolling up/down does not do anything. If so, please note that by design the purpose of the pinned rows is to appear anchored to the top/bottom of the grid. Scrolling up/down scrolls the unpinned rows, but they are actually not visible in this case as the grid height is not enough to show them. If you re-size the grid after scrolling, you will notice that the scroll-bar has scrolled to a certain row.

If it is not the exact issue, do not hesitate to write back with some additional details or a sample project reproducing the problem.

I hope this information helps. Should you have further questions, I would be glad to help.

Regards,
Desislava
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Andrey
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or