Hello, I'm newbie in telerik component.
I created this RadGrid but on the browser I can see only the border of the grid.
How can I see the name of static column? This is my first example, sorry if this is very very simple.
Thank you very much to all.
I created this RadGrid but on the browser I can see only the border of the grid.
How can I see the name of static column? This is my first example, sorry if this is very very simple.
Thank you very much to all.
<telerik:RadGrid Skin="Vista" ID="GrigliaProgetti" runat="server" Width="500px" Height="400px" AutoGenerateColumns="false" AllowPaging="true" AllowSorting="true"> <PagerStyle Mode="NextPrevAndNumeric" /> <GroupingSettings CaseSensitive="false" /> <MasterTableView TableLayout="Fixed" > <Columns> <telerik:GridNumericColumn HeaderText="Project Id"/> <telerik:GridBoundColumn HeaderText="Project name"/> </Columns> </MasterTableView> </telerik:RadGrid>