Hello,
I Have a RadGrid that loads data from a tablaAdapter,
how can I insert a new row as the first or last row of the grid.
example:
TableAdapter Bounded Grid.
Name Phone
Bruno 1111111
Jonh 1111111
Now I want to add programmatically a new row as the first row before the bounded collumns are loaded.
Name Phone
>> NewName NewPhone
Bruno 1111111
Jonh 1111111
There is some method like :
RadGrid1.Rows.Add('Name',Phone') ??
Thanx
I Have a RadGrid that loads data from a tablaAdapter,
how can I insert a new row as the first or last row of the grid.
example:
TableAdapter Bounded Grid.
Name Phone
Bruno 1111111
Jonh 1111111
Now I want to add programmatically a new row as the first row before the bounded collumns are loaded.
Name Phone
>> NewName NewPhone
Bruno 1111111
Jonh 1111111
There is some method like :
RadGrid1.Rows.Add('Name',Phone') ??
Thanx