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

Add Row Problem in 2010.1.10.409

2 Answers 102 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Hugo Hugoslav
Top achievements
Rank 1
Hugo Hugoslav asked on 14 Apr 2010, 02:43 PM
hi,

--------------------------------------------------------------------------
GridViewDataRowInfo row = this.Grid.Rows.NewRow();
row.Cells[0].Value = 4;
row.Cells[1].Value = "test";
row.Cells[2].Value = "hugo";
row.Tag = "key";
this.Grid.Rows.Add(row);
--------------------------------------------------------------------------

I have the problem, that the row.Cells.Values are always null! The Value-Setter doesn't work!

This Problem exists in the new dlls in version 2010.1.10.409! In the last version this was no problem!

thx

2 Answers, 1 is accepted

Sort by
0
Hugo Hugoslav
Top achievements
Rank 1
answered on 16 Apr 2010, 07:55 AM
hi,

is there a solution?

thx
0
Julian Benkov
Telerik team
answered on 19 Apr 2010, 04:39 PM
Hello Hugo Hugoslav,

I made a test with last edition of RadGridView but did not find any problems with adding a new row. If you continue to have this problem issues, please open a support ticket and send us a simple project to debug it locally. Thank you in advance.
 

Kind regards,
Julian Benkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Hugo Hugoslav
Top achievements
Rank 1
Answers by
Hugo Hugoslav
Top achievements
Rank 1
Julian Benkov
Telerik team
Share this question
or