Forum Post: Strange Behavior In Accessing Columns In Telerik Gridview

  • Thread starter Thread starter gdb390
  • Start date Start date
Status
Not open for further replies.
G

gdb390

Guest
Hey, OpenEdge 11.5 & Telerik Winform Controls 2015.2.623.40 I have a radgrid on a form with a bindingsource that is connected to the top-nav-query of a dataset . I want to access the two columns (ttCustnum and ttCustname) through code. I am able to use the following code -- syntax correct radGridView1:Columns["ttCustNum"]:HeaderText = "Custnum". If I want to use the gridviewcollection , I get syntax errors on the last line... define var gridColumns as Telerik.WinControls.UI.GridViewColumnCollection no-undo. assign gridColumns = radGridView1:Columns. gridColumns["ttCustNum"]:HeaderText = "Num". Am I doing something wrong ?

Continue reading...
 
Status
Not open for further replies.
Back
Top