• ASP.NET controls and Bootstrap styling

    ASP.NET application styling

    For quite some time already Infragistics ASP.NET controls have been providing robust and mature CSS styling infrastructure. To look back a bit, it has been almost 7 years (since 2007) that this styling approach was introduced and used by our ASP.NET and ASP.NET AJAX controls.

    The structure of the CSS files is very simple. There is one shared file, which contains CSS class that are common among…

    • Mon, Apr 21 2014
  • Debugging a web application in Internet Explorer

    Great series of blogs on scriptjunkie.com about Internet Explorer development tools. Check it out!

    http://msdn.microsoft.com/en-us/scriptjunkie/ff817549.aspx

    • Wed, Aug 25 2010
  • Binding WebHierarchicalDataGrid to IEnumerable

    Hey Guys,
     
    There have been a few requests for documentation on how to bind WebHierarchicalDataGrid to a custom collection. In this article I will show you how to do just that. WebHierarchicalDataGrid supports binding to the following data types:
    Hierarchical Data Source Controls (XmlDataSource, WebHierarchicalDataSource, SiteMapDataSource)
    DataSet
    IEnumerable
    If you have one of these data types with the correct configuration…
    • Thu, Apr 8 2010
  • Copy/Paste from Excel to WebDataGrid

    Many developers have been enjoying a nice feature of copying/pasting to/from Excel and UltraWebGrid.

    This feature is not yet available in WebDataGrid, but with a few lines of code we can make it happen even now. This blog is about copying from Excel to WebDataGrid. Another one will follow shortly that shows how to copy from WebDataGrid and paste into Excel.

    Prerequisites for successful pasting into the grid: it nee…

    • Tue, Feb 9 2010
  • Introduction

    Allow me to introduce myself.

    My name is Alexander Kartavov, I am currently working at Infragistics in the position of ASP.NET Product Leader. My responsibilities include but not limited to planning and overseeing the ASP.NET controls development, testing, documenting, and delivery. Sometimes they let me code.

    This was not always like that, however. In my backpack I have a lot of experience of developing ASP.NET grid…

    • Tue, Feb 9 2010