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

Adding new record to RadGridView

2 Answers 112 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Trond Nybakk
Top achievements
Rank 1
Trond Nybakk asked on 04 Aug 2008, 11:29 AM
Hi,

I enter some data in a column (new row) and then I will automaticly fill out some information in other columns when event CellEndEdit is fired.

Until the new release of Telerik I could use 

Me

.RadGridView1.CurrentRow.Cells("Price").Value = 100

but if I use this now I get error message.

I could use 

Me.RadGridView1.CurrentColumn = Me.RadGridView1.CurrentRow.Cells("Price").ColumnInfo

Me.RadGridView1.CurrentCell.Value = 100

But this doesen't work on invisible columns



Trond

2 Answers, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 06 Aug 2008, 09:41 AM
Hi Trond,

We made some tests and could not find any problem when setting values of current row cells for visible and invisible columns. If you continue experiencing the problem, please send us a simple project to reproduce problem locally.

Thank you in advance.

Regards,
Julian Benkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Trond Nybakk
Top achievements
Rank 1
answered on 06 Aug 2008, 01:05 PM
 
Tags
GridView
Asked by
Trond Nybakk
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Trond Nybakk
Top achievements
Rank 1
Share this question
or