ext-net.blogspot.com
Ext.Net in Action: Focus row in grouped Ext.Net GridPanel with DirectMethod Success Handler after new data binding
http://ext-net.blogspot.com/2010/11/focus-row-in-grouped-extnet-gridpanel.html
THIS BLOG MOVED TO http:/ webapps-in-action.com. With ASP.NET (C#) and ExtJS. Montag, 15. November 2010. Focus row in grouped Ext.Net GridPanel with DirectMethod Success Handler after new data binding. This Blog moved to. When you use the Grid Panel with a GroupField. The final grouping in the grid is made. By the ExtJS Client. Problem: Custom pre-sorting of your datasource doesn't matter any more. If you bind now new data and want to focus the new added. Approach: The DirectMetods Success Handler. With ...
ext-net.blogspot.com
Ext.Net in Action: Update on last Post: Focus row in grouped Ext.Net GridPanel ...
http://ext-net.blogspot.com/2010/11/update-on-last-post-focus-row-in.html
THIS BLOG MOVED TO http:/ webapps-in-action.com. With ASP.NET (C#) and ExtJS. Donnerstag, 18. November 2010. Update on last Post: Focus row in grouped Ext.Net GridPanel . This Blog moved to. Thanks to Vladimir from Ext.Net Team, it's working now. Http:/ forums.ext.net/showthread.php? Here the working code:. I used to love Telerik RAD Controls or jQuery UI. But, Ext.Net beats them now by far if you want to have a proper Rich Application Look and Feel. If(idErrorCode = 0) { / PUT PKEY INTO HIDDEN FIELD (UG...
ext-net.blogspot.com
Ext.Net in Action: Complete generic multi-language with Ext.Net
http://ext-net.blogspot.com/2010/11/complete-generic-multi-language-with.html
THIS BLOG MOVED TO http:/ webapps-in-action.com. With ASP.NET (C#) and ExtJS. Montag, 29. November 2010. Complete generic multi-language with Ext.Net. This Blog moved to. This time, I provide you an example which shows a possible way of having multi language all over your Ext.Net Project. Not quite simple, but very generic. And of course still open for improvements. I'll maybe describe it later in detail. Now in short:. Featuring: Correct CultureInfo in Threat, Automatic replacement within markup,. Strin...
ext-net.blogspot.com
Ext.Net in Action: Xing User Group
http://ext-net.blogspot.com/2013/06/xing-user-group.html
THIS BLOG MOVED TO http:/ webapps-in-action.com. With ASP.NET (C#) and ExtJS. Montag, 17. Juni 2013. This Blog moved to. I've just created a User Group for anyone on Xing. Http:/ www.xing.com/net/extnet. Diesen Post per E-Mail versenden. Abonnieren Kommentare zum Post (Atom). So, who am I? Call me a csharpdev. I've lived and studied in various locations and work now over 20 years in the IT sector, specializes on web applications. Currently I work as consultant in germany for a mid-sized IT company.
ext-net.blogspot.com
Ext.Net in Action: *It's working now* JavaScript Intellisense with Telerik in ASP.NET Master Page Project with Visual Studio 2012
http://ext-net.blogspot.com/2012/08/its-working-now-javascript-intellisense.html
THIS BLOG MOVED TO http:/ webapps-in-action.com. With ASP.NET (C#) and ExtJS. Donnerstag, 23. August 2012. It's working now* JavaScript Intellisense with Telerik in ASP.NET Master Page Project with Visual Studio 2012. This Blog moved to. Microsoft did some great improvments on Visual Studio 2012. With some workarounds it was possible to have Javascript Autocompletion in Pages, UserControls, etc. Now the Reference Directives ( http:/ msdn.microsoft.com/en-us/library/bb385682.aspx. DOCTYPE html html xmlns=...
ext-net.blogspot.com
Ext.Net in Action: Ext.Net V2 - Already worth to check it out! (And a late happy new year)
http://ext-net.blogspot.com/2012/03/extnet-v2-already-worth-to-check-it-out.html
THIS BLOG MOVED TO http:/ webapps-in-action.com. With ASP.NET (C#) and ExtJS. Freitag, 2. März 2012. ExtNet V2 - Already worth to check it out! And a late happy new year). This Blog moved to. It's been some weeks now, since the Ext.Net Team released the first Developer Preview of. Their .NET/ExtJS Framework. Not ready for productive yet (ExtJS 4.1 is still too "buggySlow" with IE (I know but's enterprises policy) - anyway have a look at the amazing work done so far. Http:/ examples2.ext.net/. With its co...
ext-net.blogspot.com
Ext.Net in Action: JavaScript Intellisense with Telerik in ASP.NET Master Page Project with VS 2010
http://ext-net.blogspot.com/2011/11/javascript-intellisense-with-telerik-in.html
THIS BLOG MOVED TO http:/ webapps-in-action.com. With ASP.NET (C#) and ExtJS. Mittwoch, 23. November 2011. JavaScript Intellisense with Telerik in ASP.NET Master Page Project with VS 2010. This Blog moved to. Today I was looking for a solution to get finally the JScript/Javascript/jQuery Intellisense feature working with my ASP.Net Webform Project to work. I found some good articles:. JScript IntelliSense: A Reference for the “Reference” Tag. Rich IntelliSense for jQuery. Using System; using System.C...
ext-net.blogspot.com
Ext.Net in Action: Ext.NET GridPanel: Paging against large tables using Linq-To-SQL with Stored Procedures
http://ext-net.blogspot.com/2010/11/extnet-gridpanel-paging-against-large.html
THIS BLOG MOVED TO http:/ webapps-in-action.com. With ASP.NET (C#) and ExtJS. Montag, 8. November 2010. ExtNET GridPanel: Paging against large tables using Linq-To-SQL with Stored Procedures. This Blog moved to. This is just a rought entry and addressed to advanced Ext.Net developers. So, first we need a Linq-to-SQL DataContext for our entities. Let's call it Demo DC. Now we need to created the entity, we want to use for binding to the Grid. We create a partial class:. We almost there. The only thing...
ext-net.blogspot.com
Ext.Net in Action: Highlight target area while dragging row from Telerik RadGrid
http://ext-net.blogspot.com/2011/12/highlight-target-area-while-dragging.html
THIS BLOG MOVED TO http:/ webapps-in-action.com. With ASP.NET (C#) and ExtJS. Mittwoch, 21. Dezember 2011. Highlight target area while dragging row from Telerik RadGrid. This Blog moved to. Here is a little example how to drag and drop a row from Telerik's RadGrid to a DIV while highlight on jQuery mouseenter and revert the changes on jQuery mouseleave Event. After you dropped the row on the target area, a Javascript function with the Id in the sender arguments is fired. Default.aspx.cs Class. ExtNet is ...