by Rahul Singla | Mar 21, 2010 | .NET 2.0+, ASP.NET, Blog, C#, Coolite, Ext.Net, VB.NET
Working on a custom Window control derived from Coolite Window control, I wanted to ensure that my script file for the custom Window gets included at an appropriate place in the page header before the ClientInitScript for my custom control.Although you can directly...
by Rahul Singla | Mar 8, 2010 | .NET 2.0+, ASP.NET, Blog, C#, Coolite, Crystal Reports, Ext.Net, ExtJs, Javascript, VB.NET, Visual Studio
I blogged yesterday here, regarding fetching the total Number Of Pages in an ASP.NET web-based Crystal Report in the code-behind. My original motive for doing that was replacing the default Crystal Toolbar with a custom one. And continuing from that Blog post, I...
by Rahul Singla | Mar 6, 2010 | .NET 2.0+, ASP.NET, Blog, Coolite, Ext.Net, ExtJs
We all love Ext.Net, isn’t it? Well, ExtJs brought the power of Desktop controls to web on the client-side, and Ext.Net (also known as Coolite) extended that power to the server-side with its server-side wrapper controls to the client-side ExtJs...
by Rahul Singla | Mar 1, 2010 | .NET 2.0+, ASP.NET, Blog, Coolite, Ext.Net, ExtJs, Javascript
All of us using Ext.Net (also known as Coolite) must have used the <ext:CommandColumn> in the GridPanel’s Columns collection, which allows us to have clickable buttons (called GridCommands in Ext.Net) inside the columns of a GridPanel, though which we can...
by Rahul Singla | Feb 5, 2010 | Blog, Coolite, Ext.Net, ExtJs, Javascript
I use ExtJs GridPanel extensively both for displaying tabular information as well as for data entry. Data entry with GridPanel is mostly a pain in the neck due to navigation issues between cells.You can use Tab/Shift+Tab for moving between adjacent cells. This works...
by Rahul Singla | Feb 3, 2010 | Blog, Coolite, Javascript
I thought this should be pretty easy to accomplish, with the extensive feature set that ExtJs provides. What I basically wanted to control was how the objects of my class are serialized by the Ext.util.JSON.encode (Ext.encode) method (I needed this for serialization...
Recent Comments