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

error when i'm using radgridview

0 Answers 110 Views
GridView
This is a migrated thread and some comments may be shown as answers.
rizu mussa
Top achievements
Rank 1
rizu mussa asked on 04 Feb 2010, 11:56 AM
' Comunicação com a Camada BLL 
 
        Dim obj As New EspecialidadesBLL 
 
        especialidadesDataGridView.DataSource = obj.Listagem() 
 
 
 
        ' Atualizando os objetos TextBox 
 
        idesp.Text = especialidadesDataGridView(0, especialidadesDataGridView.CurrentRow.Index).Value.ToString() 
 
        TextBox16.Text = especialidadesDataGridView(1, especialidadesDataGridView.CurrentRow.Index).Value.ToString() 
 
        TextBox6.Text = especialidadesDataGridView(2, especialidadesDataGridView.CurrentRow.Index).Value.ToString() 


hi all

now i'm using telerik winform Q3 2009

in this code above, i dont have any error when using datagridview, but when i want to use radgridview i get this error:


Error 1:    Class 'Telerik.WinControls.UI.RadGridView' cannot be indexed because it has no default property. 

 Error 2:    'Index' is not a member of 'Telerik.WinControls.UI.GridViewRowInfo'.   

how can i solve this error????????????


No answers yet. Maybe you can help?

Tags
GridView
Asked by
rizu mussa
Top achievements
Rank 1
Share this question
or