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

Problem with virtual mode

1 Answer 74 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Truong
Top achievements
Rank 1
Truong asked on 08 Dec 2011, 03:34 PM
I am trying with RadGridView v2011.3  with virtual mode. But I can not fint out ColumnCount and RowCount properties. Is there any change in this version?

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 12 Dec 2011, 05:43 PM
Hello Truong,

We have not made changes to this API and you can access RowCount, ColumnsCount directly from RadGridView control or from MasterTemplate:

radGridView1.RowCount = 10;
radGridView1.ColumnCount = 10;
 
...
 
radGridView1.MasterTemplate.RowCount = 10;
radGridView1.MasterTemplate.ColumnCount = 10;

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

Greetings,
Julian Benkov
the Telerik team

Q3’11 of RadControls for WinForms is available for download (see what's new). Get it today.

Tags
GridView
Asked by
Truong
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or