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

VWD 2008 not showing Grid properties

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 30 Jan 2009, 12:50 PM
I'm new to Telerik.  I'm trying to use the Grid control and I cannot get the properties to appear in the Properties window in Visual Web Developer 2008.  I've provided a screen shot at http://www.safetservices.com/screen_shot.doc.  I'm also using the Editor control and the properties display fine.  I can't find any other posts that describe this issue.  Thanks for any help you can provide.

1 Answer, 1 is accepted

Sort by
0
Matt
Top achievements
Rank 1
answered on 30 Jan 2009, 10:56 PM
I resolved this problem.  Apparently, I cannot use this control from within an asp table structure like:

 

<asp:TableRow>

 

 

<asp:TableCell ColumnSpan="2">

 

 

 

<

 

telerik:RadGrid ID="RadGrid1" runat="server"/>

 

 

 

</

 

asp:TableCell>

 

 

</asp:TableRow>

Once I moved it outside the table, it worked fine.

 

Tags
Grid
Asked by
Matt
Top achievements
Rank 1
Answers by
Matt
Top achievements
Rank 1
Share this question
or