Hi
I have a RadGrid which works fine.
I have now put a textbox and button above the RadGrid and when the button is clicked then a row should be added to the RadGrid.
But it doesn't do it without a postback.
I try to put the RadGrid into an UpdatePanel like this ...
(all I did was add the UpdatePanel control)
But I get a load of errors ...
Error 1 Type 'System.Web.UI.UpdatePanel' does not have a public property named 'RadGrid'.
Error 2 Type 'System.Web.UI.UpdatePanel' does not have a public property named 'GroupPanel'.
etc
Any ideas?
Thanks
Paul
I have a RadGrid which works fine.
I have now put a textbox and button above the RadGrid and when the button is clicked then a row should be added to the RadGrid.
But it doesn't do it without a postback.
I try to put the RadGrid into an UpdatePanel like this ...
(all I did was add the UpdatePanel control)
<
asp:UpdatePanel ID="upInterimComments" runat="server">
<radG:RadGrid
......
</
radG:RadGrid>
</asp:UpdatePanel>
But I get a load of errors ...
Error 1 Type 'System.Web.UI.UpdatePanel' does not have a public property named 'RadGrid'.
Error 2 Type 'System.Web.UI.UpdatePanel' does not have a public property named 'GroupPanel'.
etc
Any ideas?
Thanks
Paul