<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.infragistics.com/community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Damyan Petev's Blog - All Comments</title><link>http://www.infragistics.com/community/blogs/damyan_petev/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP3 (Build: 36.8414)</generator><item><title>re: Introduction to the Infragistics Undo / Redo Framework for XAML applications</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2012/04/27/introduction-to-the-infragistics-undo-redo-framework-for-xaml-applications.aspx#399016</link><pubDate>Thu, 04 Apr 2013 23:01:03 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:399016</guid><dc:creator>Louis</dc:creator><description>&lt;p&gt;OK. I have a very limited demo of the undo framework working on a XamPivotGrid. Lots of limitations but this is just a proof of concept. It seems promising but lots of issues to solve.&lt;/p&gt;
&lt;p&gt;1) This will probably only work with a flat data source as mentioned above.&lt;/p&gt;
&lt;p&gt;2) When editing a cell in XamPivotGrid, this may trigger changes to more than one item in the data source. In fact, it almost always does! Therefore, when making one change in the grid, you need to atomically undo/redo several operations on the data. I don&amp;#39;t see any way to make these multiple operations on the data appear to be a single operation to the UndoManager.&lt;/p&gt;
&lt;p&gt;3) When an undo takes place, I need a notification from the UndoManager that undo happened so I can tell the XamPivotGrid to refresh the view. For other controls, as long as the backing view model supports notification, the view will update itself. However, with XamPivotGrid, it appears that I need to call XamPivotGrid.DataSource.RefreshView() to get the changes to show in the view. So I need the undo manager to tell me when the data update completed.&lt;/p&gt;
&lt;p&gt;I am trying to implement these three items myself for now. We&amp;#39;ll see how it goes.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=399016" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the Infragistics Undo / Redo Framework for XAML applications</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2012/04/27/introduction-to-the-infragistics-undo-redo-framework-for-xaml-applications.aspx#398726</link><pubDate>Tue, 02 Apr 2013 22:43:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:398726</guid><dc:creator>Louis</dc:creator><description>&lt;p&gt;Interesting response Damyan. I recieved a separate email from Infragisitics support saying that XamPivotGrid wasn&amp;#39;t supported for Undo but I had the same thought as you. The undo framework, works on the data not the UI control so I thought it SHOULD work. I am working through a sample right now and I can bind my XamPivotGrid just fine to the ObservableCollectionExtendedWithUndo enumeration but I am not getting Undo operations. Perhaps it is because my underlying data type isn&amp;#39;t notifying the UndoManager properly when the data changes. I am just editing data in the cells, not removing/adding items in the collection.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=398726" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the Infragistics Undo / Redo Framework for XAML applications</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2012/04/27/introduction-to-the-infragistics-undo-redo-framework-for-xaml-applications.aspx#394918</link><pubDate>Mon, 04 Mar 2013 08:09:23 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:394918</guid><dc:creator>[Infragistics] Damyan Petev</dc:creator><description>&lt;p&gt;Good question, Louis! &lt;/p&gt;
&lt;p&gt;I guess I didn&amp;#39;t quite make it clear enough - the framework works on data level (not control level) by providings an extended version of the observable collection(ObservableCollectionExtended) and optionally assigning an Undo manager to the model.You can check out this &lt;a rel="nofollow" target="_blank" href="http://help.infragistics.com/NetAdvantage/WPF/2012.2/CLR4.0/?page=Implementing_Undo_Redo_CRUD_Operations_in_xamGrid_Control.html"&gt;this help topic with detailed guide&lt;/a&gt; on doing just that. &lt;/p&gt;
&lt;p&gt;Regarding the XamPivotGrid most surely the undo manager will work just fine when &lt;a rel="nofollow" target="_blank" href="http://help.infragistics.com/NetAdvantage/WPF/2012.2/CLR4.0/?page=xamPivotGrid_DataBinding_Using_FlatDataSource.html"&gt;using a flat data source&lt;/a&gt; and anything else you can translate to such, but I&amp;#39;m not too sure about the XmlaDataSource - I&amp;#39;ll see what I can learn about and and give you an update :)&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Damyan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=394918" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the Infragistics Undo / Redo Framework for XAML applications</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2012/04/27/introduction-to-the-infragistics-undo-redo-framework-for-xaml-applications.aspx#394317</link><pubDate>Tue, 26 Feb 2013 19:46:19 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:394317</guid><dc:creator>Louis</dc:creator><description>&lt;p&gt;Can this framework be used on xamPivotGrid as well as xamGrid? I would like to use it in the Pivot grid but seems like the samples indicate xamGrid as opposed to xamPivotGrid.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Louis&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=394317" width="1" height="1"&gt;</description></item><item><title>re: XamGrid: Now with Excel Style Filtering</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2011/11/28/xamgrid-now-with-excel-style-filtering.aspx#390557</link><pubDate>Thu, 31 Jan 2013 08:38:54 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:390557</guid><dc:creator>[Infragistics] Damyan Petev</dc:creator><description>&lt;p&gt;Thanks, Kevin!&lt;/p&gt;
&lt;p&gt;Updated the link :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=390557" width="1" height="1"&gt;</description></item><item><title>re: XamGrid: Now with Excel Style Filtering</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2011/11/28/xamgrid-now-with-excel-style-filtering.aspx#389223</link><pubDate>Mon, 21 Jan 2013 19:30:22 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:389223</guid><dc:creator>kevin wilson</dc:creator><description>&lt;p&gt;broken link for sample page&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=389223" width="1" height="1"&gt;</description></item><item><title>re: How to add updating to the Ignite UI Tree’s Drag &amp; Drop</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2013/01/03/how-to-add-updating-to-the-ignite-ui-tree-s-drag-amp-drop.aspx#387463</link><pubDate>Sun, 06 Jan 2013 11:56:41 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:387463</guid><dc:creator>Subhash Sharma</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;i m using ultrawebgrid and using default sorting from allowSorting =True.&lt;/p&gt;
&lt;p&gt;i am facing a problem like when open a popup from ultrawegrid and click on save button from popup and reload the Ultrawebgrid page, i want that page will be on same sorting status from client side. &lt;/p&gt;
&lt;p&gt;I have multiple pages option on ultrawebgrid ....Please help if any solution .......from javascript ...............&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=387463" width="1" height="1"&gt;</description></item><item><title>re: Touch Gesture Support for XAML NetAdvantage controls</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2012/06/06/touch-gesture-support-for-xaml-netadvantage-controls.aspx#385543</link><pubDate>Thu, 13 Dec 2012 16:00:53 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:385543</guid><dc:creator>[Infragistics] Damyan Petev</dc:creator><description>&lt;p&gt;Hello &amp;nbsp;Florian,&lt;/p&gt;
&lt;p&gt;From what I remember Windows 7 is the first one to ship with touch support, so in regards to minimum requirements it might just be it. I guess other OS might be translating touch to mouse events at least. For your specific case - &amp;nbsp;definitely, Win7 + touchscreen works just fine :)&lt;/p&gt;
&lt;p&gt;Still a good catch I will do some digging to see if anything special is done under the hood to support older OS and suggest that it should be reflected in the documentation.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Damyan&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=385543" width="1" height="1"&gt;</description></item><item><title>re: Touch Gesture Support for XAML NetAdvantage controls</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2012/06/06/touch-gesture-support-for-xaml-netadvantage-controls.aspx#385185</link><pubDate>Wed, 12 Dec 2012 07:20:53 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:385185</guid><dc:creator>Florian Leeber</dc:creator><description>&lt;p&gt;Damyan,&lt;/p&gt;
&lt;p&gt;impressive possibilities. What exactly are the minimum requirements for the IG controls to support this? Specifically, is this also possible with Win7 and a touchscreen?&lt;/p&gt;
&lt;p&gt;Regards Florian&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=385185" width="1" height="1"&gt;</description></item><item><title>Ignite UI jQuery Mobile layouts and ASP.NET MVC– wrapping it all up</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2012/11/05/reach-further-with-igniteui-jquery-mobile-controls-and-asp-net-mvc.aspx#380845</link><pubDate>Thu, 08 Nov 2012 21:02:39 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:380845</guid><dc:creator>Damyan Petev's Blog</dc:creator><description>&lt;p&gt;After we’ve looked into the range of input jQuery mobile controls you can use with the greatest ease&lt;/p&gt;
&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=380845" width="1" height="1"&gt;</description></item><item><title>Reach further with IgniteUI jQuery Mobile controls and ASP.NET MVC</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2012/05/18/infragistics-jquery-mobile-controls.aspx#380531</link><pubDate>Wed, 07 Nov 2012 11:42:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:380531</guid><dc:creator>Damyan Petev's Blog</dc:creator><description>&lt;p&gt;Out of the new and exciting things happening around IgniteUI is the enhancement of the mobile toolset&lt;/p&gt;
&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=380531" width="1" height="1"&gt;</description></item><item><title>re: Using NetAdvantage JQuery Upload Control in ASP.NET MVC</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2011/09/03/using-netadvantage-jquery-upload-control-in-asp-net-mvc.aspx#380219</link><pubDate>Mon, 05 Nov 2012 17:33:56 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:380219</guid><dc:creator>[Infragistics] Damyan Petev</dc:creator><description>&lt;p&gt;Hey jouin,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not quite sure what your problem can be. Code behind is not entirely relevant to MVC and if you are using VB that list initialization is C# :) So, I&amp;#39;ve made a sample in VB setting the allowed types to an upload model in the controller and it all works great:&lt;/p&gt;
&lt;a href="http://media.infragistics.com/community/jquery/codesamples/dpetev/Uploader-in-VB/VB_Upload.zip"&gt;media.infragistics.com/community/jquery/codesamples/dpetev/Uploader-in-VB/VB_Upload.zip&lt;/a&gt;
&lt;p&gt;The VB.NET equivalent of the inline list initialization would be something like this:&lt;/p&gt;
&lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:9ce6104f-a9aa-4a17-a79f-3a39532ebf7c:5ff5520f-2946-42db-af7a-371028526208" class="wlWriterEditableSmartContent"&gt;
&lt;div style="border:#000080 1px solid;color:#000;font-family:&amp;#39;Courier New&amp;#39;, Courier, Monospace;font-size:10pt;"&gt;
&lt;div style="background:#fff;max-height:300px;overflow:auto;"&gt;
&lt;ol style="background:#ffffff;margin:0;padding:0 0 0 5px;"&gt;
&lt;li&gt;&lt;span style="color:#0000ff;"&gt;Dim&lt;/span&gt; upload &lt;span style="color:#0000ff;"&gt;As&lt;/span&gt; &lt;span style="color:#0000ff;"&gt;New&lt;/span&gt; &lt;span style="color:#2b91af;"&gt;UploadModel&lt;/span&gt;&lt;/li&gt;
&lt;li style="background:#f3f3f3;"&gt;upload.AllowedExtensions = &lt;span style="color:#0000ff;"&gt;New&lt;/span&gt; &lt;span style="color:#2b91af;"&gt;List&lt;/span&gt;(&lt;span style="color:#0000ff;"&gt;Of&lt;/span&gt; &lt;span style="color:#0000ff;"&gt;String&lt;/span&gt;) &lt;span style="color:#0000ff;"&gt;From&lt;/span&gt; {&lt;span style="color:#a31515;"&gt;&amp;quot;jpg&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515;"&gt;&amp;quot;bmp&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515;"&gt;&amp;quot;png&amp;quot;}&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;OR if you are using chaining syntax in the view:&lt;/p&gt;
&lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:9ce6104f-a9aa-4a17-a79f-3a39532ebf7c:8e0cfc02-a02d-43be-930f-c2acc2d11a3e" class="wlWriterEditableSmartContent"&gt;
&lt;div style="border:#000080 1px solid;color:#000;font-family:&amp;#39;Courier New&amp;#39;, Courier, Monospace;font-size:10pt;"&gt;
&lt;div style="background:#fff;max-height:300px;overflow:auto;"&gt;
&lt;ol style="background:#ffffff;margin:0;padding:0 0 0 5px;"&gt;
&lt;li&gt;&lt;span style="background:#ffff00;"&gt;@&lt;/span&gt;Html.Infragistics().Upload().AllowedExtensions(&lt;span style="color:#0000ff;"&gt;New&lt;/span&gt; &lt;span style="color:#2b91af;"&gt;List&lt;/span&gt;(&lt;span style="color:#0000ff;"&gt;Of&lt;/span&gt; &lt;span style="color:#0000ff;"&gt;String&lt;/span&gt;) &lt;span style="color:#0000ff;"&gt;From&lt;/span&gt; {&lt;span style="color:#a31515;"&gt;&amp;quot;jpg&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515;"&gt;&amp;quot;bmp&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515;"&gt;&amp;quot;png&amp;quot;}&lt;/span&gt;)&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=380219" width="1" height="1"&gt;</description></item><item><title>re: Using NetAdvantage JQuery Upload Control in ASP.NET MVC</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2011/09/03/using-netadvantage-jquery-upload-control-in-asp-net-mvc.aspx#380036</link><pubDate>Mon, 05 Nov 2012 00:46:30 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:380036</guid><dc:creator>jouin</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to set the allowedextentions in the codebehind in VB.net but the line:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; .AllowedExtensions(new List&amp;lt;string&amp;gt; { &amp;quot;jpg&amp;quot;, &amp;quot;bmp&amp;quot;, &amp;quot;png&amp;quot; })&lt;/p&gt;
&lt;p&gt;Dose not work, any help would be great!!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=380036" width="1" height="1"&gt;</description></item><item><title>re: Live data - starring the jQuery Grid, WebSockets and KnockoutJS</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2012/04/25/live-data-starring-the-jquery-grid-websockets-and-knockoutjs.aspx#378007</link><pubDate>Mon, 22 Oct 2012 01:09:36 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:378007</guid><dc:creator>James Schreuder</dc:creator><description>&lt;p&gt;Thanks for the samples Damyan.&lt;/p&gt;
&lt;p&gt;I have created a complete Visual Studio 2010 sample using your tutorial (see &lt;a rel="nofollow" target="_new" href="http://www.schreuder.com.au/code/samples/InfragisticsWebSockets.zip"&gt;www.schreuder.com.au/.../InfragisticsWebSockets.zip&lt;/a&gt;). The sample combines:&lt;/p&gt;
&lt;p&gt;* Infragistics jQuery igGrid&lt;/p&gt;
&lt;p&gt;* Knockout.js&lt;/p&gt;
&lt;p&gt;* SuperWebSockets&lt;/p&gt;
&lt;p&gt;The &amp;quot;SuperWebSocketServer&amp;quot; project contains a simple GUI based server. You can connect to this server using the example index.html page in the InfragisticsKnockoutSuperWebSocketsGrid project. The web page shows an igGrid that receives live stock market price updates after you start the live data feed on the GUI server. You can also broadcast a message out to each connected browser.&lt;/p&gt;
&lt;p&gt;I hope someone else finds this useful.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;James&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=378007" width="1" height="1"&gt;</description></item><item><title>re: How to get started with the XAML Syntax Editor</title><link>http://www.infragistics.com/community/blogs/damyan_petev/archive/2012/09/28/how-to-get-started-with-the-xaml-syntax-editor.aspx#376590</link><pubDate>Thu, 11 Oct 2012 13:21:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:376590</guid><dc:creator>sirisha kowthrapu</dc:creator><description>&lt;p&gt;Your blog is very useful to all the people especially for Website Designers. We observed many important points in your valuable website. And our site is also having huge information. This &lt;a rel="nofollow" target="_new" href="&lt;a rel="nofollow" target="_new" href="http://goldenslash.com/"&gt;http://goldenslash.com/&lt;/a&gt;web-designing"&gt;goldenslash.com/web-designing&lt;/a&gt; site tells about the best web designing and development services. It takes a great pride in introducing our web design and development skills in today&amp;#39;s world where web is given very much importance. Golden slash says everything about us. We at golden slash constantly work towards ”Creative Designing” and make sure that our clients are satisfied. &lt;/p&gt;
&lt;p&gt;For more information please kindly go through the link: &lt;a rel="nofollow" target="_new" href="http://goldenslash.com/"&gt;http://goldenslash.com/&lt;/a&gt; &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=376590" width="1" height="1"&gt;</description></item></channel></rss>