<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Telerik - grid in asp.net]]></title><description><![CDATA[<p dir="auto">יש כאן מישהו שמכיר/ עובד עם זה לכמה שאלות??</p>
]]></description><link>https://tchumim.com/topic/14698/telerik-grid-in-asp-net</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 12:52:00 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/14698.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Feb 2023 08:57:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Telerik - grid in asp.net on Tue, 21 Feb 2023 10:49:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%9E%D7%9E">@<bdi>ממ</bdi></a> לחצו פה דבל קליק על המילה: RadGrid1_FilterCheckListItemsRequested, קליק ימני &gt; חיפוש בגוגל &gt; תוצאה ראשונה.</p>
]]></description><link>https://tchumim.com/post/150355</link><guid isPermaLink="true">https://tchumim.com/post/150355</guid><dc:creator><![CDATA[dovid]]></dc:creator><pubDate>Tue, 21 Feb 2023 10:49:05 GMT</pubDate></item><item><title><![CDATA[Reply to Telerik - grid in asp.net on Tue, 21 Feb 2023 10:47:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dovid">@<bdi>dovid</bdi></a> כתב ב<a href="/post/150348">Telerik - grid in asp.net</a>:</p>
<blockquote>
<p dir="auto">OnFilterCheckListItemsRequested</p>
</blockquote>
<p dir="auto">תודה!<br />
תוכל לתת לי קישור מאיפה הבאת את הדוגמא שלהם שאני אבין איך בעצם ליצור את הפילטר??</p>
]]></description><link>https://tchumim.com/post/150354</link><guid isPermaLink="true">https://tchumim.com/post/150354</guid><dc:creator><![CDATA[ממ]]></dc:creator><pubDate>Tue, 21 Feb 2023 10:47:01 GMT</pubDate></item><item><title><![CDATA[Reply to Telerik - grid in asp.net on Tue, 21 Feb 2023 10:48:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%9E%D7%9E">@<bdi>ממ</bdi></a> אני מבין שאת לא עובדת עם WebService.<br />
אם אני צודק, אל תשתמשי בFilterCheckListWebServiceMethod.<br />
שימי באלמנט הRadGrid אירוע של OnFilterCheckListItemsRequested, זה יפעל לכל העמודות ביחד.<br />
את הקוד תכתבי בקוד של הדף. בדוגמה שלהם האירוע נראה ככה:</p>
<pre><code>Protected Sub RadGrid1_FilterCheckListItemsRequested(sender As Object, e As GridFilterCheckListItemsRequestedEventArgs)
    Dim DataField As String = TryCast(e.Column, IGridDataColumn).GetActiveDataField()
    e.ListBox.DataSource = {"A", "B", "C"}
    e.ListBox.DataKeyField = DataField
    e.ListBox.DataTextField = DataField
    e.ListBox.DataValueField = DataField
    e.ListBox.DataBind()
End Sub
</code></pre>
]]></description><link>https://tchumim.com/post/150348</link><guid isPermaLink="true">https://tchumim.com/post/150348</guid><dc:creator><![CDATA[dovid]]></dc:creator><pubDate>Tue, 21 Feb 2023 10:48:47 GMT</pubDate></item><item><title><![CDATA[Reply to Telerik - grid in asp.net on Tue, 21 Feb 2023 09:53:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dovid">@<bdi>dovid</bdi></a><br />
תודה <img src="https://tchumim.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=9d71ebe86e6" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /><br />
אני מנסה ליצור טבלה עם מסננים - אני משתשמשת בזה בצורה הזאת בקובץ ה- aspx בתוך columns</p>
<pre><code>&lt;telerik:GridBoundColumn FilterDelay="200" FilterCheckListWebServiceMethod="LoadCityCode" DataField="CityCode" HeaderText="City Code"&gt;
                            &lt;/telerik:GridBoundColumn&gt;
</code></pre>
<p dir="auto">איפה אני בעצם רושמת את LoadCityCode ?<br />
אני עובדת ע"פ מודל שלושת השכבות כך שהנתונים מגיעים לי מהdb לתוך קובץ ה - aspx.vb<br />
אשמח להסבר  - תודה רבה!!</p>
]]></description><link>https://tchumim.com/post/150347</link><guid isPermaLink="true">https://tchumim.com/post/150347</guid><dc:creator><![CDATA[ממ]]></dc:creator><pubDate>Tue, 21 Feb 2023 09:53:49 GMT</pubDate></item><item><title><![CDATA[Reply to Telerik - grid in asp.net on Tue, 21 Feb 2023 09:28:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%9E%D7%9E">@<bdi>ממ</bdi></a><br />
אני מכיר.</p>
]]></description><link>https://tchumim.com/post/150346</link><guid isPermaLink="true">https://tchumim.com/post/150346</guid><dc:creator><![CDATA[dovid]]></dc:creator><pubDate>Tue, 21 Feb 2023 09:28:17 GMT</pubDate></item></channel></rss>