Forums

 
ForumForumMainstream Foru...Mainstream Foru...BugsBugsGridview layout modifications not savingGridview layout modifications not saving
Previous Previous
 
Next Next
New Post
 1/20/2006 5:48 PM
 

Hi Paul,

I can easily edit the Detail and Edit views, thanks to beta 2.

However when I edit a Gridview and click save I get an error that spGridViews_Fields_Update can't be called. I can see in Enterprise Manager that there is a stored procedure called spGridViews_Columns_Update which I am guessing is what should be called. However, when I search the ASP.NET code for the stored procedure, I can't find it listed anywhere so I'm not sure where to try changing the call.

Thanks!

New Post
 1/20/2006 10:24 PM
 
 Modified By Support  on 1/20/2006 11:24:40 PM
spGridViews_Columns_Update is the correct procedure.  Change the file Administration\DynamicLayout\GridViews\ListView.ascx.cs to point to this procedure.
Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...BugsBugsGridview layout modifications not savingGridview layout modifications not saving