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

Where is this radgrid getting data from?

1 Answer 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Max
Top achievements
Rank 1
Max asked on 07 Apr 2016, 07:54 PM

I am new to working with Telerik stuff, can someone tell me how this RadGrid is getting populated:

 

<telerik:RadGrid ID="ActivityTypeSkillGrid" runat="server" AllowAutomaticDeletes="True" AllowAutomaticInserts="True"
    AllowAutomaticUpdates="True" AllowPaging="True" AutoGenerateColumns="False" GridLines="None"
    Skin="WebBlue" Width="822px" PageSize="20" Visible="false" OnItemCommand="Grid_ItemCommand"
    OnItemInserted="Grid_ItemInserted" OnItemDeleted="Grid_ItemDeleted" OnItemUpdated="Grid_ItemUpdated"
    AllowFilteringByColumn="true" OnItemDataBound="Grid_ItemDataBound" AllowSorting="true">

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 08 Apr 2016, 10:47 AM
Hi Max,

Based on the provided information it would be hard to determine how is the RadGrid bound to data. You can examine the code-behind of the page and see if where the DataSource or DataSourceID property is set.

If you would like additional information on the different ways to data-bind a RadGrid control you would find the data binding section in the documentation interesting.



Regards,
Viktor Tachev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Max
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or