<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>TelerikASPNETMVC Issue Tracker Rss Feed</title><link>http://telerikaspnetmvc.codeplex.com/WorkItem/List.aspx</link><description>TelerikASPNETMVC Issue Tracker Rss Description</description><item><title>Created Issue: A circular reference was detected while serializing an object of type 'System.Reflection.RuntimeModule'. [10743]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/10743</link><description>When I bind my datatable to your grid, I get this&lt;br /&gt;A circular reference was detected while serializing an object of type &amp;#39;System.Reflection.RuntimeModule&amp;#39;.&lt;br /&gt;&lt;br /&gt;However, when I run your datatable example, it works fine. Then I replace the hardcoded piece from your example that builds the data table, and use db call to load actual real data, and it fails again.&lt;br /&gt;&lt;br /&gt;So, I am not sure how your example works, but it is misleading and I wouldn&amp;#39;t recommend it to anyone.&lt;br /&gt;</description><author>stefanveliki</author><pubDate>Tue, 15 Jan 2013 19:18:37 GMT</pubDate><guid isPermaLink="false">Created Issue: A circular reference was detected while serializing an object of type 'System.Reflection.RuntimeModule'. [10743] 20130115071837P</guid></item><item><title>Created Issue: Master with two details issue [10699]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/10699</link><description>I have requirement of one master having two detail grids, with both the detail grids on same level.&lt;br /&gt;So, one master and one detail grid gets rendered properly. But one master with two detail grids, only renders 2nd one. Not able to render 1st detail grid. What is the issue&amp;#63;&lt;br /&gt;</description><author>heta</author><pubDate>Fri, 21 Dec 2012 06:45:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Master with two details issue [10699] 20121221064537A</guid></item><item><title>Created Issue: StyleSheetRegistrar and ScriptRegistrar don't properly support browser caching when CacheDurationInDays is used and debug=false [10110]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/10110</link><description>I have struggled to get the chrome browser to state that it is caching results from the scriptRegistrar or stylesheetregistrar. I did everything I according to the documents but it doesn&amp;#39;t work. This is explained really well on this forum post &amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.telerik.com&amp;#47;community&amp;#47;forums&amp;#47;aspnet-mvc&amp;#47;general&amp;#47;js-shared-group-not-caching-properly.aspx&amp;#35;1118165&lt;br /&gt;</description><author>JonathanTech</author><pubDate>Wed, 18 Apr 2012 20:56:09 GMT</pubDate><guid isPermaLink="false">Created Issue: StyleSheetRegistrar and ScriptRegistrar don't properly support browser caching when CacheDurationInDays is used and debug=false [10110] 20120418085609P</guid></item><item><title>Created Issue: Telerik grid doesn't load locales for 'Delete' and 'Edit' buttons when records are loaded using AJAX (JSON) [9971]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/9971</link><description>I have a grid and custom class implementing &amp;#39;Telerik.Web.Mvc.Infrastructure.ILocalizationService&amp;#39; interface. This grid has &amp;#39;Edit&amp;#39; and &amp;#39;Delete&amp;#39; buttons. Everything works fine when a page is requested via &amp;#39;GET&amp;#39; and all records for the grid are returned with HTML. But buttons could not be translated when my GET request returns only a grid without any records. Then records are requested via AJAX &amp;#40;JSON&amp;#41;, but buttons are not localized&lt;br /&gt;</description><author>AndreyMaz</author><pubDate>Mon, 27 Feb 2012 06:47:42 GMT</pubDate><guid isPermaLink="false">Created Issue: Telerik grid doesn't load locales for 'Delete' and 'Edit' buttons when records are loaded using AJAX (JSON) [9971] 20120227064742A</guid></item><item><title>Created Issue: Cross-browser layout incompat in Menu [9809]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/9809</link><description>Hi, the default style&amp;#40;s&amp;#41; result in different immage layouts in chrome and FF&amp;#47;IE9. Take a look at the two attached images&amp;#58; one is chrome, the other is Firfox &amp;#40;or IE9&amp;#41;, all newest releases. Or just use the demo. Note that the Icon images in the menus are in siginficantly differen places&amp;#58; one is centered, the other is align-top. A simple, non-invasive fix is not possible for the developer, and if the icons are not large and square &amp;#40;as they are in the demo&amp;#41;, then it the difference is quite evident to the beholder. It is probably a browser CSS inconsistencey, but...&lt;br /&gt;&lt;br /&gt;Thanks for a great set of extensions&amp;#33;&lt;br /&gt;R&lt;br /&gt;</description><author>GGLeGrand</author><pubDate>Thu, 12 Jan 2012 10:19:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Cross-browser layout incompat in Menu [9809] 20120112101904A</guid></item><item><title>Commented Issue: Grid date datatype sorting and filtering errors [8961]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8961</link><description>After upgrade to version 2011.Q2.712 the next problems appear &amp;#40;Grid in ajax mode&amp;#41;&amp;#58;&lt;br /&gt;1. Trying to filter by date type column throws the following exception &amp;#34;Microsoft JScript runtime error&amp;#58; Object doesn&amp;#39;t support property or method &amp;#39;indexOf&amp;#39;&amp;#34; in file telerik.grid.filtering.min.js in the next part of code&amp;#58; &amp;#34;if&amp;#40;h.indexOf&amp;#40;&amp;#34;Date&amp;#40;&amp;#34;&amp;#41;&amp;#62;-1&amp;#41;&amp;#34; &amp;#40;col 7121&amp;#41;&lt;br /&gt;2. Wheh sort mode of grid is&amp;#58; &lt;br /&gt;.Sortable&amp;#40;sorting &amp;#61;&amp;#62; sorting&lt;br /&gt;        .SortMode&amp;#40;GridSortMode.MultipleColumn&amp;#41;&lt;br /&gt;        .OrderBy&amp;#40;sortOrder &amp;#61;&amp;#62; sortOrder.Add&amp;#40;t &amp;#61;&amp;#62; t.Id&amp;#41;.Descending&amp;#40;&amp;#41;&amp;#41;&amp;#41;&amp;#34;&lt;br /&gt;all date type columns of grid cannot be sorted. When sortmode is single column - all works.&lt;br /&gt;Comments: ** Comment from web user: jaxjax ** &lt;p&gt;That works for the filtering,  great &amp;#33;&lt;br /&gt; - But after applying the filter I get an error&amp;#58; &amp;#34;Microsoft JScript runtime error&amp;#58; Object doesn&amp;#39;t support this property or method&amp;#34; when changing page on the grid, Studio highlights this &amp;#34;var aY&amp;#61;ax.substr&amp;#40;aO&amp;#41;.match&amp;#40;a0&amp;#41;&amp;#34;. I belive it&amp;#39;s in the the telerik.common.min.js&lt;/p&gt;</description><author>jaxjax</author><pubDate>Fri, 11 Nov 2011 13:39:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Grid date datatype sorting and filtering errors [8961] 20111111013921P</guid></item><item><title>Commented Issue: Grid date datatype sorting and filtering errors [8961]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8961</link><description>After upgrade to version 2011.Q2.712 the next problems appear &amp;#40;Grid in ajax mode&amp;#41;&amp;#58;&lt;br /&gt;1. Trying to filter by date type column throws the following exception &amp;#34;Microsoft JScript runtime error&amp;#58; Object doesn&amp;#39;t support property or method &amp;#39;indexOf&amp;#39;&amp;#34; in file telerik.grid.filtering.min.js in the next part of code&amp;#58; &amp;#34;if&amp;#40;h.indexOf&amp;#40;&amp;#34;Date&amp;#40;&amp;#34;&amp;#41;&amp;#62;-1&amp;#41;&amp;#34; &amp;#40;col 7121&amp;#41;&lt;br /&gt;2. Wheh sort mode of grid is&amp;#58; &lt;br /&gt;.Sortable&amp;#40;sorting &amp;#61;&amp;#62; sorting&lt;br /&gt;        .SortMode&amp;#40;GridSortMode.MultipleColumn&amp;#41;&lt;br /&gt;        .OrderBy&amp;#40;sortOrder &amp;#61;&amp;#62; sortOrder.Add&amp;#40;t &amp;#61;&amp;#62; t.Id&amp;#41;.Descending&amp;#40;&amp;#41;&amp;#41;&amp;#41;&amp;#34;&lt;br /&gt;all date type columns of grid cannot be sorted. When sortmode is single column - all works.&lt;br /&gt;Comments: ** Comment from web user: stefh ** &lt;p&gt;Official solution can be found here &amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.telerik.com&amp;#47;community&amp;#47;forums&amp;#47;aspnet-mvc&amp;#47;general&amp;#47;q2-2011-sp1.aspx&lt;/p&gt;</description><author>stefh</author><pubDate>Fri, 11 Nov 2011 08:27:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Grid date datatype sorting and filtering errors [8961] 20111111082723A</guid></item><item><title>Commented Issue: Grid date datatype sorting and filtering errors [8961]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8961</link><description>After upgrade to version 2011.Q2.712 the next problems appear &amp;#40;Grid in ajax mode&amp;#41;&amp;#58;&lt;br /&gt;1. Trying to filter by date type column throws the following exception &amp;#34;Microsoft JScript runtime error&amp;#58; Object doesn&amp;#39;t support property or method &amp;#39;indexOf&amp;#39;&amp;#34; in file telerik.grid.filtering.min.js in the next part of code&amp;#58; &amp;#34;if&amp;#40;h.indexOf&amp;#40;&amp;#34;Date&amp;#40;&amp;#34;&amp;#41;&amp;#62;-1&amp;#41;&amp;#34; &amp;#40;col 7121&amp;#41;&lt;br /&gt;2. Wheh sort mode of grid is&amp;#58; &lt;br /&gt;.Sortable&amp;#40;sorting &amp;#61;&amp;#62; sorting&lt;br /&gt;        .SortMode&amp;#40;GridSortMode.MultipleColumn&amp;#41;&lt;br /&gt;        .OrderBy&amp;#40;sortOrder &amp;#61;&amp;#62; sortOrder.Add&amp;#40;t &amp;#61;&amp;#62; t.Id&amp;#41;.Descending&amp;#40;&amp;#41;&amp;#41;&amp;#41;&amp;#34;&lt;br /&gt;all date type columns of grid cannot be sorted. When sortmode is single column - all works.&lt;br /&gt;Comments: ** Comment from web user: stefh ** &lt;p&gt;Replace this&amp;#58;&lt;br /&gt;case&amp;#34;Date&amp;#34;&amp;#58;var i&amp;#59;if&amp;#40;h.indexOf&amp;#40;&amp;#34;Date&amp;#40;&amp;#34;&amp;#41;&amp;#62;-1&amp;#41;&amp;#123;i&amp;#61;new Date&amp;#40;parseInt&amp;#40;h.replace&amp;#40;&amp;#47;&amp;#94;&amp;#92;&amp;#47;Date&amp;#92;&amp;#40;&amp;#40;.&amp;#42;&amp;#63;&amp;#41;&amp;#92;&amp;#41;&amp;#92;&amp;#47;&amp;#36;&amp;#47;,&amp;#34;&amp;#36;1&amp;#34;&amp;#41;&amp;#41;&amp;#41;&amp;#125;else&amp;#123;i&amp;#61;b.datetime.parse&amp;#40;&amp;#123;value&amp;#58;h,format&amp;#58;f&amp;#40;g&amp;#41;&amp;#125;&amp;#41;.toDate&amp;#40;&amp;#41;&amp;#125;return&amp;#34;datetime&amp;#39;&amp;#34;&amp;#43;b.formatString&amp;#40;&amp;#34;&amp;#123;0&amp;#58;yyyy-MM-ddTHH-mm-ss&amp;#125;&amp;#34;,i&amp;#41;&amp;#43;&amp;#34;&amp;#39;&amp;#34;&amp;#125;return h&amp;#125;&lt;/p&gt;&lt;p&gt;By this&amp;#58;&lt;br /&gt;case &amp;#34;Date&amp;#34;&amp;#58; var i&amp;#59; &amp;#47;&amp;#42;alert&amp;#40;&amp;#39;h &amp;#61; &amp;#39; &amp;#43; h&amp;#41;&amp;#59;&amp;#42;&amp;#47; if &amp;#40;&amp;#33;&amp;#40;h instanceof Date&amp;#41; &amp;#38;&amp;#38; h.indexOf&amp;#40;&amp;#34;Date&amp;#40;&amp;#34;&amp;#41; &amp;#62; -1&amp;#41; &amp;#123; i &amp;#61; new Date&amp;#40;parseInt&amp;#40;h.replace&amp;#40;&amp;#47;&amp;#94;&amp;#92;&amp;#47;Date&amp;#92;&amp;#40;&amp;#40;.&amp;#42;&amp;#63;&amp;#41;&amp;#92;&amp;#41;&amp;#92;&amp;#47;&amp;#36;&amp;#47;, &amp;#34;&amp;#36;1&amp;#34;&amp;#41;&amp;#41;&amp;#41;&amp;#59; &amp;#47;&amp;#42;alert&amp;#40;&amp;#39;if&amp;#58;&amp;#39; &amp;#43; i&amp;#41;&amp;#59;&amp;#42;&amp;#47; &amp;#125; else &amp;#123; &amp;#40;h instanceof Date&amp;#41; &amp;#63; i &amp;#61; h &amp;#58; i &amp;#61; b.datetime.parse&amp;#40;&amp;#123; value&amp;#58; h, format&amp;#58; f&amp;#40;g&amp;#41; &amp;#125;&amp;#41;.toDate&amp;#40;&amp;#41;&amp;#59; &amp;#47;&amp;#42;alert&amp;#40;&amp;#39;else&amp;#58;&amp;#39; &amp;#43; i&amp;#41;&amp;#59;&amp;#42;&amp;#47; &amp;#125; var returnValue &amp;#61; &amp;#34;datetime&amp;#39;&amp;#34; &amp;#43; b.formatString&amp;#40;&amp;#34;&amp;#123;0&amp;#58;yyyy-MM-ddTHH-mm-ss&amp;#125;&amp;#34;, i&amp;#41; &amp;#43; &amp;#34;&amp;#39;&amp;#34;&amp;#59; &amp;#47;&amp;#42;alert&amp;#40;&amp;#39;returnValue&amp;#61;&amp;#39; &amp;#43; returnValue&amp;#41;&amp;#59;&amp;#42;&amp;#47; return returnValue&amp;#59;&amp;#125; return h &amp;#125;&lt;/p&gt;&lt;p&gt;It works in my application. Please test &amp;#33;&lt;/p&gt;</description><author>stefh</author><pubDate>Thu, 10 Nov 2011 17:07:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Grid date datatype sorting and filtering errors [8961] 20111110050700P</guid></item><item><title>Commented Issue: Grid date datatype sorting and filtering errors [8961]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8961</link><description>After upgrade to version 2011.Q2.712 the next problems appear &amp;#40;Grid in ajax mode&amp;#41;&amp;#58;&lt;br /&gt;1. Trying to filter by date type column throws the following exception &amp;#34;Microsoft JScript runtime error&amp;#58; Object doesn&amp;#39;t support property or method &amp;#39;indexOf&amp;#39;&amp;#34; in file telerik.grid.filtering.min.js in the next part of code&amp;#58; &amp;#34;if&amp;#40;h.indexOf&amp;#40;&amp;#34;Date&amp;#40;&amp;#34;&amp;#41;&amp;#62;-1&amp;#41;&amp;#34; &amp;#40;col 7121&amp;#41;&lt;br /&gt;2. Wheh sort mode of grid is&amp;#58; &lt;br /&gt;.Sortable&amp;#40;sorting &amp;#61;&amp;#62; sorting&lt;br /&gt;        .SortMode&amp;#40;GridSortMode.MultipleColumn&amp;#41;&lt;br /&gt;        .OrderBy&amp;#40;sortOrder &amp;#61;&amp;#62; sortOrder.Add&amp;#40;t &amp;#61;&amp;#62; t.Id&amp;#41;.Descending&amp;#40;&amp;#41;&amp;#41;&amp;#41;&amp;#34;&lt;br /&gt;all date type columns of grid cannot be sorted. When sortmode is single column - all works.&lt;br /&gt;Comments: ** Comment from web user: jaxjax ** &lt;p&gt;I see the same for 2011.2.712 when filtering DateTime type columns in Ajax bound grid. Please help &amp;#33;&lt;/p&gt;</description><author>jaxjax</author><pubDate>Wed, 19 Oct 2011 13:18:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: Grid date datatype sorting and filtering errors [8961] 20111019011846P</guid></item><item><title>Commented Issue: Master Grid with Detail Grid (both untyped datatable as source) - filtering error [9241]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/9241</link><description>Context&amp;#58; I have a Master Grid and each row has its detail with a tabstrip and tabs with others grid &amp;#40;untyped datatable as source&amp;#41;.&lt;br /&gt;When i try to filter a column of type string, i got a exception.&lt;br /&gt;&lt;br /&gt;I come along and try to fix the code and realize that the parameter &amp;#39;memberType&amp;#39; in ExpressionBuilderFactory.MemberAccessExpressionBuilderBase is getting object and not string. &lt;br /&gt;&lt;br /&gt;So for me the following code fix the issue.&lt;br /&gt;I hope telerik add a fix to that in the following versions of this wonderfull product.&lt;br /&gt;&lt;br /&gt;                &amp;#47;&amp;#47;Bug fix&lt;br /&gt;                &amp;#47;&amp;#47;DataRow &amp;#40;from a dynamic datatable&amp;#41;&lt;br /&gt;                if &amp;#40;memberType is object&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    memberType &amp;#61; typeof&amp;#40;string&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;Comments: ** Comment from web user: jvitor83 ** &lt;p&gt;The exception is exactly this one&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.telerik.com&amp;#47;community&amp;#47;forums&amp;#47;aspnet-mvc&amp;#47;grid&amp;#47;filterable-error-when-using-gridcolumnsettings.aspx&lt;/p&gt;&lt;p&gt;The entire code of the fix is this one&amp;#58;&lt;br /&gt;public static MemberAccessExpressionBuilderBase MemberAccess&amp;#40;Type elementType, Type memberType, string memberName&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            memberType &amp;#61; memberType &amp;#63;&amp;#63; typeof&amp;#40;object&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;            if &amp;#40;elementType.IsCompatibleWith&amp;#40;typeof&amp;#40;DataRow&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                &amp;#47;&amp;#47;Bug fix&lt;br /&gt;                &amp;#47;&amp;#47;DataRow din&amp;#226;mico&lt;br /&gt;                if &amp;#40;memberType is object&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    memberType &amp;#61; typeof&amp;#40;string&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;                return new DataRowFieldAccessExpressionBuilder&amp;#40;memberType, memberName&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;/p&gt;&lt;p&gt;            if &amp;#40;elementType.IsCompatibleWith&amp;#40;typeof&amp;#40;ICustomTypeDescriptor&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                return new CustomTypeDescriptorPropertyAccessExpressionBuilder&amp;#40;elementType, memberType, memberName&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;/p&gt;&lt;p&gt;            if &amp;#40;elementType.IsCompatibleWith&amp;#40;typeof&amp;#40;XmlNode&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                return new XmlNodeChildElementAccessExpressionBuilder&amp;#40;memberName&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            &lt;br /&gt;&amp;#35;if MVC3&lt;br /&gt;            if &amp;#40;elementType &amp;#61;&amp;#61; typeof&amp;#40;object&amp;#41; &amp;#124;&amp;#124; elementType.IsCompatibleWith&amp;#40;typeof&amp;#40;System.Dynamic.IDynamicMetaObjectProvider&amp;#41;&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                return new DynamicPropertyAccessExpressionBuilder&amp;#40;elementType, memberName&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&amp;#35;endif      &lt;br /&gt;            return new PropertyAccessExpressionBuilder&amp;#40;elementType, memberName&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;/p&gt;</description><author>jvitor83</author><pubDate>Tue, 27 Sep 2011 21:56:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: Master Grid with Detail Grid (both untyped datatable as source) - filtering error [9241] 20110927095610P</guid></item><item><title>Created Issue: Master Grid with Detail Grid (both untyped datatable as source) - filtering error [9241]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/9241</link><description>Context&amp;#58; I have a Master Grid and each row has its detail with a tabstrip and tabs with others grid &amp;#40;untyped datatable as source&amp;#41;.&lt;br /&gt;When i try to filter a column of type string, i got a exception.&lt;br /&gt;&lt;br /&gt;I come along and try to fix the code and realize that the parameter &amp;#39;memberType&amp;#39; in ExpressionBuilderFactory.MemberAccessExpressionBuilderBase is getting object and not string. &lt;br /&gt;&lt;br /&gt;So for me the following code fix the issue.&lt;br /&gt;I hope telerik add a fix to that in the following versions of this wonderfull product.&lt;br /&gt;&lt;br /&gt;                &amp;#47;&amp;#47;Bug fix&lt;br /&gt;                &amp;#47;&amp;#47;DataRow &amp;#40;from a dynamic datatable&amp;#41;&lt;br /&gt;                if &amp;#40;memberType is object&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    memberType &amp;#61; typeof&amp;#40;string&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;</description><author>jvitor83</author><pubDate>Tue, 27 Sep 2011 21:51:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Master Grid with Detail Grid (both untyped datatable as source) - filtering error [9241] 20110927095143P</guid></item><item><title>Commented Issue: Menu Item will fail to render if decorated with Attribute with no default constructor [6624]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/6624</link><description>I implemented Mvc&amp;#39;s built in AuthorizeAttribute &amp;#40;as is described in Pro ASP.NET MVC Framework&amp;#41; but when I decorated an action method with my Authorize attribute, the menu item created with the MenuBuilder pointing to that action method &amp;#40;via the Action&amp;#40;string, string&amp;#41; builder method&amp;#41; stopped rendering.&lt;br /&gt;&lt;br /&gt;After some debugging it became apparent that the lack of a default constructor on my implementation was the cause, so I added one and the menu item appeared again.  &lt;br /&gt;&lt;br /&gt;My bug is not that it failed, but that it failed silently - this is worthy of an exception with relevant details.  I can provide an MVC2 repro project if need be.&lt;br /&gt;Comments: ** Comment from web user: Realrs ** &lt;p&gt;I have same problem with my custom attribute that delivered from AuthorizeAttribute.&lt;/p&gt;</description><author>Realrs</author><pubDate>Tue, 13 Sep 2011 15:30:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: Menu Item will fail to render if decorated with Attribute with no default constructor [6624] 20110913033028P</guid></item><item><title>Created Issue: Telerik Grid doesn't work when quotes are used [9096]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/9096</link><description>Telerik MVC Extensions are used in nopCommerce 2.X. Using quotes causes Telerik to step working. Please find more info here - http&amp;#58;&amp;#47;&amp;#47;www.nopcommerce.com&amp;#47;boards&amp;#47;t&amp;#47;11413&amp;#47;tabs-can-not-be-selected-in-admin-edit-products.aspx&lt;br /&gt;</description><author>AndreyMaz</author><pubDate>Wed, 24 Aug 2011 09:20:54 GMT</pubDate><guid isPermaLink="false">Created Issue: Telerik Grid doesn't work when quotes are used [9096] 20110824092054A</guid></item><item><title>Created Issue: Grid date datatype sorting and filtering errors [8961]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8961</link><description>After upgrade to version 2011.Q2.712 the next problems appear&amp;#58;&lt;br /&gt;1. Trying to filter by date type column throws the following exception &amp;#34;Microsoft JScript runtime error&amp;#58; Object doesn&amp;#39;t support property or method &amp;#39;indexOf&amp;#39;&amp;#34; in file telerik.grid.filtering.min.js in the next part of code&amp;#58; &amp;#34;if&amp;#40;h.indexOf&amp;#40;&amp;#34;Date&amp;#40;&amp;#34;&amp;#41;&amp;#62;-1&amp;#41;&amp;#34; &amp;#40;col 7121&amp;#41;&lt;br /&gt;2. Wheh sort mode of grid is&amp;#58; &lt;br /&gt;.Sortable&amp;#40;sorting &amp;#61;&amp;#62; sorting&lt;br /&gt;        .SortMode&amp;#40;GridSortMode.MultipleColumn&amp;#41;&lt;br /&gt;        .OrderBy&amp;#40;sortOrder &amp;#61;&amp;#62; sortOrder.Add&amp;#40;t &amp;#61;&amp;#62; t.Id&amp;#41;.Descending&amp;#40;&amp;#41;&amp;#41;&amp;#41;&amp;#34;&lt;br /&gt;all date type columns of grid cannot be sorted. When sortmode is single column - all works.&lt;br /&gt;</description><author>valx</author><pubDate>Tue, 19 Jul 2011 09:45:08 GMT</pubDate><guid isPermaLink="false">Created Issue: Grid date datatype sorting and filtering errors [8961] 20110719094508A</guid></item><item><title>Created Issue: Q2 2011 Grid editing issue [8953]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8953</link><description>Let&amp;#39;s say I have the following model&lt;br /&gt;public class SomeModel&lt;br /&gt;&amp;#123;&lt;br /&gt;public int Id &amp;#123;get&amp;#59;set&amp;#59;&amp;#125;&lt;br /&gt;public string Property1 &amp;#123;get&amp;#59;set&amp;#59;&amp;#125;&lt;br /&gt;public string Property2 &amp;#123;get&amp;#59;set&amp;#59;&amp;#125;&lt;br /&gt;public string Property3 &amp;#123;get&amp;#59;set&amp;#59;&amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;I also have a grid with the following columns &amp;#40;simplified here&amp;#41;&amp;#58;&lt;br /&gt;                .Columns&amp;#40;columns &amp;#61;&amp;#62;&lt;br /&gt;                &amp;#123;   columns.Bound&amp;#40;x &amp;#61;&amp;#62; x.Property1&amp;#41;&amp;#59;&lt;br /&gt;                    columns.Bound&amp;#40;x &amp;#61;&amp;#62; x.Property2&amp;#41;&amp;#59;&lt;br /&gt;                    columns.Command&amp;#40;commands &amp;#61;&amp;#62;&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        commands.Edit&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                        commands.Delete&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                    &amp;#125;&amp;#41;&lt;br /&gt;                &amp;#125;&amp;#41;&lt;br /&gt;As you can see Property3 is not specified. When you use grid AJAX editing, then &amp;#39;Property3&amp;#39; is not passed to a server as it was done in Q1 2011. It would be great to have an option to enable this behavior&lt;br /&gt;</description><author>AndreyMaz</author><pubDate>Sun, 17 Jul 2011 15:25:05 GMT</pubDate><guid isPermaLink="false">Created Issue: Q2 2011 Grid editing issue [8953] 20110717032505P</guid></item><item><title>Created Issue: ScriptRegistrar bug when registering MicrosoftAjax.js [8564]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8564</link><description>I found what appears to be a bug with the ScriptRegistrar when registering the script &amp;#34;MicrosoftAjax.js&amp;#34;&lt;br /&gt;&lt;br /&gt;In the output, it changes the registration to &amp;#34;MicrosoftAjax.debug.js&amp;#34; &amp;#40;ie the un-minified version&amp;#41; regardless of whether I&amp;#39;m running in Debug or Release configurations.&lt;br /&gt;&lt;br /&gt;Steps to reproduce the condition&amp;#58;&lt;br /&gt;- Start a new &amp;#34;C&amp;#35; Telerik MVC3 Web Application &amp;#40;Razor&amp;#41;&amp;#34; project&lt;br /&gt;- Change the ScriptRegistrar line in _Layout.cshtml to the following&amp;#58; &lt;br /&gt;&amp;#64;&amp;#40;Html.Telerik&amp;#40;&amp;#41;.ScriptRegistrar&amp;#40;&amp;#41;.DefaultGroup&amp;#40;group &amp;#61;&amp;#62; group.Add&amp;#40;&amp;#34;&amp;#126;&amp;#47;Scripts&amp;#47;MicrosoftAjax.js&amp;#34;&amp;#41;&amp;#41; &amp;#41;&lt;br /&gt;- Build &amp;#38; run the project, &amp;#38; notice in source view that the registration is actually to the script&amp;#58; &amp;#34;MicrosoftAjax.debug.js&amp;#34; and not the one we intended&lt;br /&gt;&lt;br /&gt;I&amp;#39;m running latest version 2011.1.414&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve also attached a sample project.&lt;br /&gt;</description><author>lyphtec</author><pubDate>Mon, 02 May 2011 06:37:34 GMT</pubDate><guid isPermaLink="false">Created Issue: ScriptRegistrar bug when registering MicrosoftAjax.js [8564] 20110502063734A</guid></item><item><title>Commented Issue: after calling grid.rebind() any filter will cause all filters to appear active [8144]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8144</link><description>After calling the Client Side API method rebind. When the user sets a filter, all filters appear to be active&lt;br /&gt;Comments: ** Comment from web user: yads12 ** &lt;p&gt;The current rebind method in telerik.grid.js Sets each column&amp;#39;s filter to an empty array. When the user then creates a new filter there is snippet that looks like &lt;/p&gt;&lt;p&gt;                this.&amp;#36;columns&amp;#40;&amp;#41;.each&amp;#40;&amp;#36;.proxy&amp;#40;function &amp;#40;index, element&amp;#41; &amp;#123;&lt;br /&gt;                    &amp;#36;&amp;#40;&amp;#39;.t-grid-filter&amp;#39;, element&amp;#41;.toggleClass&amp;#40;&amp;#39;t-active-filter&amp;#39;, &amp;#33;&amp;#33;this.columns&amp;#91;index&amp;#93;.filters&amp;#41;&lt;br /&gt;                &amp;#125;, this&amp;#41;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;Since filters is now an empty array it sets the t-active-filter class on all columns that are filterable.&lt;/p&gt;</description><author>yads12</author><pubDate>Thu, 24 Feb 2011 22:00:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: after calling grid.rebind() any filter will cause all filters to appear active [8144] 20110224100040P</guid></item><item><title>Created Issue: after calling grid.rebind() any filter will cause all filters to appear active [8144]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8144</link><description>After calling the Client Side API method rebind. When the user sets a filter, all filters appear to be active&lt;br /&gt;</description><author>yads12</author><pubDate>Thu, 24 Feb 2011 21:51:09 GMT</pubDate><guid isPermaLink="false">Created Issue: after calling grid.rebind() any filter will cause all filters to appear active [8144] 20110224095109P</guid></item><item><title>Created Issue: The source code project doesnt actually build [8106]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8106</link><description>I just downloaded the source and it doesnt build - currently 4 build errors.&lt;br /&gt;</description><author>gsuttie</author><pubDate>Thu, 17 Feb 2011 08:01:05 GMT</pubDate><guid isPermaLink="false">Created Issue: The source code project doesnt actually build [8106] 20110217080105A</guid></item><item><title>Created Issue: The source code project doesnt actually build [8105]</title><link>http://telerikaspnetmvc.codeplex.com/workitem/8105</link><description>I just downloaded the source and it doesnt build - currently 4 build errors.&lt;br /&gt;</description><author>gsuttie</author><pubDate>Thu, 17 Feb 2011 08:00:59 GMT</pubDate><guid isPermaLink="false">Created Issue: The source code project doesnt actually build [8105] 20110217080059A</guid></item></channel></rss>