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

RadGrid Edit UserControl with Autopostback

3 Answers 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joseph Lechman
Top achievements
Rank 1
Joseph Lechman asked on 19 Mar 2009, 12:45 PM
Is it possible to use a UserControl edit form that does an autopostback with a radgrid configured as an update control in the ajax manager? Has anyone done this? I have a sample that works but when the combobox does the autopostback the page does a full postback.

3 Answers, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 23 Mar 2009, 03:14 PM
Hi Joseph Lechman,

I am not sure I understand your point. Are you trying to make the combo in the user control execute an asynchronous postback to the server? If this is the case, it is possible to achieve, you just need to properly configure the RadAjaxManager:

            <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">  
                <AjaxSettings> 
                    <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">  
                        <UpdatedControls> 
                            <telerik:AjaxUpdatedControl ControlID="RadGrid1" /> 
                        </UpdatedControls> 
                    </telerik:AjaxSetting> 
                </AjaxSettings> 
            </telerik:RadAjaxManager> 


Best Regards,
Tsvetoslav
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Rohan
Top achievements
Rank 1
answered on 20 Dec 2012, 12:39 PM

Hi All,

 

 I have one user control with rad grid and rad window . The rad Grid is generated dynamically on page load of user control in is postback. This is user control works in all my conditions with defined functionally …… My problem is – whenever i put this user control to to rad grid edit user control –then my user control (rad grid) columns are not created because of postback of radgrid edit …..

Please provide any way of solution to work out …….
Thanks You

0
Tsvetoslav
Telerik team
answered on 21 Dec 2012, 08:52 AM
Hello Joseph,

Please, open up a formal support ticket and send your files as it is not clear how exactly you are building the inner grid and what you are trying to achieve.

Greetings, Tsvetoslav
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
Joseph Lechman
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Rohan
Top achievements
Rank 1
Share this question
or