Hei,
about this example:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=grid
I have problem to show the images upload button. (it dont show at all on the page)
I have also problem with this: (data dont show)
When a replace the <telerik:Radtextbox> with an <asp:TextBox> then the data shown
Is there anyone who can give me some good advice? or is there some better examples that I can use.
Best regards
Rune
about this example:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=grid
I have problem to show the images upload button. (it dont show at all on the page)
I have also problem with this: (data dont show)
<EditItemTemplate>
<telerik:RadTextBox ID="txbDescription" Width="370px" runat="server" TextMode="MultiLine"
Text='<%# Bind("Description") %>' Height="150px" />
</EditItemTemplate>
When a replace the <telerik:Radtextbox> with an <asp:TextBox> then the data shown
Is there anyone who can give me some good advice? or is there some better examples that I can use.
Best regards
Rune