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

how to refresh combobox in the RadGrid?

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
bankey
Top achievements
Rank 1
bankey asked on 01 Sep 2008, 06:07 PM
Hi,

I m using rad grid.here i set the editmode = editforms .
in the edit form there is a combobox means when i click the edit button this edit form template will be open with combobox.these all functionality in rad window.

now my first problem is that i need to redirect to another page with in that radwindow.
and that page have some functionality.
when i close this window it gave a unique no which i take into session.

now my second problem comes
i need my grid should open like when i click of selected index of  combobox and means it's edit template should be open with refresh data.
 
so pls guide me how to resolve it.

1 Answer, 1 is accepted

Sort by
0
Prangadj
Top achievements
Rank 1
answered on 04 Sep 2008, 11:19 AM
For the first problem why not use Response.Redirect on server or window.location.href on client? The value to be stored in Session is your custom solution.

For the second problem - I found this demo about how to refresh controls in row/edit form:

http://demos.telerik.com/ASPNET/Prometheus/Grid/Examples/Programming/AccessingCellsAndRows/DefaultCS.aspx

Prangadj
Tags
Grid
Asked by
bankey
Top achievements
Rank 1
Answers by
Prangadj
Top achievements
Rank 1
Share this question
or