我已经使用 Telerik Controls 几个月了,但尚未将 AJAX 应用于我的任何 UserControls。在我学习的过程中,每次需要更新 RadGrid 或插入数据时,我都会进行完整的回发。在让我的 Web 应用程序看起来像我想要的那样后,我意识到进行完整的回发不仅看起来很糟糕,而且速度相当慢。
目前我想做的就是使用 RadToolBar 上的刷新按钮重新绑定 RadGrid。我确信一旦掌握了这一点,我就能够将 AJAX 应用到我页面上的其他地方。
我当前正在运行一个母版页,其中包含我的主页,并且我的主页包含一个链接到其他一些用户控件的 RadTabStrip。
有谁知道任何好的(基础)教程可以帮助我使用 Telerik 学习 AJAX,因为我对 AJAX 和 Java 都不熟悉,但愿意学习...
I've been using Telerik Controls for a couple months now, and have yet to apply AJAX to any of my UserControls. While I've been learning, I've been doing full Postback's every time I need to Update a RadGrid or insert data. After getting my Web App looking the way I want it, I've realized that doing full Postback's not only looks bad, but it is quite slow.
At the moment all I am looking to do is ReBind a RadGrid using a refresh button on a RadToolBar. I am sure that once I grasp this, I will be able to apply AJAX to other places on my page.
I am currently running a Master Page, which consists of my Main Page, and my Main Page holds a RadTabStrip linked to a few other UserControls.
Does anyone know of any good (basic) tutorials that will aid me in learning AJAX with Telerik, as I am unfamiliar with both AJAX and Java, but am open to learning...
发布评论
评论(1)
我最近在他们的博客上看到了有关 AJAX 和 telerik ajax 的一系列博客文章 - 您可以阅读它们 此处。我还知道一个演示可以满足您的要求 - 工具栏合并到网格的命令项中,查看一下。
I recently run up into series of blog posts about AJAX and telerik ajax on their blogs - you can read them here. Also I know about a demo that does what you are asking for - toolbar incorporated into grid's command item, check it out.