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

Radgrid Refresh in parent popup, with datasource

1 Answer 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Yetrus
Top achievements
Rank 1
Yetrus asked on 31 Oct 2012, 09:11 PM
I got a problem with a PopUp (radwindow)
there a radgrid in the parent (main), in the radgrid there a imagebutton than open de popup.
in the popup. in the popup I modifi the data that it's displayed in the radgrid.
So I tried to do to refresh only de radgrid, but it refresh all page and de radgrid show no records
this happend when I close de popup, I'm using this in the button in popup


ScriptManager.RegisterStartupScript(this, typeof(Page), "CloseAndRebind", "", true);

I want to do this, but using Datasource , without SqlDataSource

http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window


greetings !

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 05 Nov 2012, 04:55 PM
Hello Yetrus,

Based on the information I can not tell for sure what is causing this problem at your end. The fact that you are using Datasource and not SqlDataSource should not cause different behaviour. Please open a formal support ticket with a project attached so we could investigate the problem more thoroughly.

All the best,
Angel Petrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Yetrus
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or