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

[Solved] Rad Grid Client Side Binding Problem

1 Answer 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Arabinda Behera
Top achievements
Rank 1
Arabinda Behera asked on 03 Aug 2009, 09:03 PM
I have a grid with template columns.I am trying to add new rows using the following client side code.

var

tableView = $find("<%= MedicationGrid.ClientID %>").get_masterTableView();

 

tableView.set_dataSource(result);

tableView.dataBind();

 

 

var grid = $find("<%= MedicationGrid.ClientID %>");

 

grid.repaint();

When I am debugging, I am able to see the newly added record in the result object, But it is not displaying the newly added row in the grid.In place it is displaying a blank row.When I am clicking on edit button on any of the gridrow it is displaying the record in the grid as I have stored the data in the session.

Am I doing anything wrong ?

Regards,
Arabinda

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 06 Aug 2009, 11:25 AM
Hello Arabinda,

The issue set forth has been addressed in the support ticket, which you have opened on the matter.
To avoid duplicate posts, we can continue our communication there.

All the best,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Arabinda Behera
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or