Creating columns in manual way (using designer) make them only visible in Designer.cs file, because declaration is in InitializeComponent() function.
How to avoid that, so for example ill able to call cell value like that:
GridView.Rows[4].Cells[myColumn.name].Value
2 Answers, 1 is accepted
0
Accepted
Plamen
Telerik team
answered on 13 Dec 2012, 03:53 PM
Hi Dominik,
Due to certain specifics of the Property Builder architecture, exposing the columns' declarations globally is not a trivial task and it would require major changes in the design-time tool. Therefore, I am not able to preovide any specific time frame in which such a change would be made.
In this situation, I can only suggest associating the design-time created columns with globally declared variables only once and then use these variables later whenever needed: