or
<
script type="text/javascript">
function ddlPageSize_SelectedIndexChanged(sender, args) {
var obj = $find("<%= LineItemsGrid.ClientID %>")
tableView = obj.get_masterTableView();
tableView.set_pageSize(sender.get_value());
}
</
script>
This has been working great, however, now we have a page requiring multiple grids. We have been trying for a while to get a reference of the grid's MasterTableView by inspecting both sender and args and navegating the hierarchy. Can you provide some insight as to how this can be achieved?
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="RadGrid1"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="RadAjaxLoadingPanel1"/> </UpdatedControls> </telerik:AjaxSetting></AjaxSettings></telerik:RadAjaxManager><telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" InitialDelayTime="200" />HI
i got a website in VS 2005 using telerik controls
but when we open this project it gives me compilation error .'OpenAccessDataSource' is not defined.
do we need to install the telerik demo if yes which one we have to download .