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

RadGrid auto postback

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ivan
Top achievements
Rank 1
Ivan asked on 26 Jun 2012, 07:41 AM
Hi Team,

I have implemented RadGrid in a Email Client scenario. Whan I click the RadGridItem I load an user conrol on the same page. Talking about this everything is ok. The problem is that RadGrid not only binds the user controll but also itself which makes everything look dummy. So how can I stop RadGrid from rebinding itself.

Best regards, Ivan.

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 28 Jun 2012, 05:53 AM
Hi Ivan,

RadGrid does not rebind itself unless you make it do so explicitly or trigger an operation that requires rebinding to its data source. If by rebinding you mean recreating its strucutre - that's expected as each asp.net control needs to recreate  its structure be if from ViewState or from the underlying data source.

Hope it helps.

Поздрави,
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
Ivan
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or