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

Ragrid not updating properly

1 Answer 23 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MM MM
Top achievements
Rank 1
MM MM asked on 07 Aug 2010, 07:49 AM
I have updated a cell text in my Radgrid by
1. finding out the selected row and then the particular cell
2. setting the text property of cell to some new value

RadGrid1.SelectedItems[0].Cells[RadGrid1.SelectedItems[0].Cells.Count - 1].Text = tbxEditRowWghtg.Text +

 

" %";

 


the problem is the new value only gets displayed when i select another row or when a postback is fired

how do i make it display the new value after closing my popup form?


note that i purposefully didn't use the automatic update command in radgrid for a reason... so what I have done is I've allowed row click selection and then i open a modalpopup form to edit/enter new values to my grid.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 11 Aug 2010, 12:12 PM
Hello,

To achieve your goal you can refer to the following online demo which demonstrates on how to use RadWindow for editing/inserting records in RadGrid using Ajax Requests.
Grid edited through pop-up

Greetings,
Pavlina
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
Grid
Asked by
MM MM
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or