I have folllowed the demo at http://demos.telerik.com/aspnet-ajax/grid/examples/programming/listview/defaultcs.aspx in order to format my grid in a listview fashion - and that works fine. However, as soon as I try to edit an item the popup edit form does not show anymore and the problem seems to arise due to the code in the
Thanks
Matthew
protected void RadGrid1_PreRender(object sender, EventArgs e) method since the <table> is being hidden. Could you please suggest a solution or workaround to this?Thanks
Matthew