<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-4613293258560267848</atom:id><lastBuildDate>Mon, 07 Oct 2024 04:55:03 +0000</lastBuildDate><title>W4IK&#39;s Blog</title><description></description><link>http://w4ik.blogspot.com/</link><managingEditor>noreply@blogger.com (W4IK)</managingEditor><generator>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4613293258560267848.post-9004846608184877849</guid><pubDate>Sun, 12 Sep 2010 23:09:00 +0000</pubDate><atom:updated>2010-09-12T16:09:51.244-07:00</atom:updated><title>My blog has moved!</title><description>Please go to my blog&#39;s new &lt;a href=&quot;http://www.canoecreeksoftware.com/blog&quot;&gt;home&lt;/a&gt;</description><link>http://w4ik.blogspot.com/2010/09/my-blog-has-moved.html</link><author>noreply@blogger.com (W4IK)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4613293258560267848.post-5296391672425339846</guid><pubDate>Thu, 29 Apr 2010 14:14:00 +0000</pubDate><atom:updated>2010-04-29T08:35:17.101-07:00</atom:updated><title></title><description>Using Telerik&#39;s Extensions for ASP.NET MVC&lt;br /&gt;
Specifically the grid component&lt;br /&gt;
&lt;br /&gt;
I was attempting to change the text of the Insert button and it was not obvious, to me at least, how to do so....&lt;br /&gt;
so jquery to the rescue!!&lt;br /&gt;
&lt;br /&gt;
I&#39;m using the Telerik&#39;s grid in an MVC 2 application using Visual Studio 2008&lt;br /&gt;
&lt;br /&gt;
In the view, tie the view to a javascript file&lt;br /&gt;
&amp;lt;script src=&quot;../../Scripts/checkbook.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt; &lt;br /&gt;
&lt;br /&gt;
in the javascript file, type the following...&lt;br /&gt;
$(&quot;.t-grid-add&quot;).text(&quot;Add New Invoice&quot;);&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Note that the class for the insert command in the grid is t-grid-add&lt;br /&gt;
&lt;br /&gt;
as you can see from the firebug screenshot one of the classes for the button/link is t-grid-add&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuwDT-RjoAczO3BXT3KC0UqGywKzHH6y_eyW69WY1-wXBrKBcJOHWS2lfSAShy_81DKtMMQjXD8b_vY5QmyQS1ZpqPzx4hXfvzvv4NAXFkIpsx875ZenDFQWRfnMfOkXlLlrJ5bpzyJFk/s1600/t-grid-add.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;187&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuwDT-RjoAczO3BXT3KC0UqGywKzHH6y_eyW69WY1-wXBrKBcJOHWS2lfSAShy_81DKtMMQjXD8b_vY5QmyQS1ZpqPzx4hXfvzvv4NAXFkIpsx875ZenDFQWRfnMfOkXlLlrJ5bpzyJFk/s400/t-grid-add.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and voila!&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWuVptPU3ghflRGuko2LYGMWtVHy3hKiiWdpbAZaEYSjaBU7s8ztYGUZiQTaUfmC1U-Zn-njKyMs9zFCWum2pb8645NW0lJvzPDxCGVq6ym2yF7BL2tHumdkLEVDaBk0KdbmblxO1jatc/s1600/NewInvoice.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;39&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWuVptPU3ghflRGuko2LYGMWtVHy3hKiiWdpbAZaEYSjaBU7s8ztYGUZiQTaUfmC1U-Zn-njKyMs9zFCWum2pb8645NW0lJvzPDxCGVq6ym2yF7BL2tHumdkLEVDaBk0KdbmblxO1jatc/s200/NewInvoice.PNG&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script src=&quot;../../Scripts/checkbook.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;</description><link>http://w4ik.blogspot.com/2010/04/using-teleriks-extensions-for-asp.html</link><author>noreply@blogger.com (W4IK)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuwDT-RjoAczO3BXT3KC0UqGywKzHH6y_eyW69WY1-wXBrKBcJOHWS2lfSAShy_81DKtMMQjXD8b_vY5QmyQS1ZpqPzx4hXfvzvv4NAXFkIpsx875ZenDFQWRfnMfOkXlLlrJ5bpzyJFk/s72-c/t-grid-add.PNG" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4613293258560267848.post-7391022434633517058</guid><pubDate>Fri, 15 Dec 2006 03:04:00 +0000</pubDate><atom:updated>2006-12-14T19:05:42.585-08:00</atom:updated><title></title><description>Created the Blog Roll and added some blogs.</description><link>http://w4ik.blogspot.com/2006/12/created-blog-roll-and-added-some-blogs.html</link><author>noreply@blogger.com (W4IK)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4613293258560267848.post-5874984528475196928</guid><pubDate>Wed, 06 Dec 2006 23:51:00 +0000</pubDate><atom:updated>2006-12-06T16:01:08.542-08:00</atom:updated><title></title><description>Here&#39;s the first post to W4IK&#39;s Blog World. Check back often for updates or stay updated via the RSS feed</description><link>http://w4ik.blogspot.com/2006/12/heres-first-post-to-w4iks-blog-world.html</link><author>noreply@blogger.com (W4IK)</author><thr:total>0</thr:total></item></channel></rss>