Browse By Tags

  • WebDataGrid in a Panel

    Hello!

    I have two Panels on my page.  Each contain a WebDataGrid.  I would like to press a button, and hide panel1 and display panel2.  Another button will hide panel2 and display panel1.

    When I do this on server-side, I receive a "Object reference not…

  • Re: How to resize columns in code behind


    I worked out an even better solution that provides me much more control over the columns by creating generic bound columns in the code behind.  I can then manipulate all of the attributes available to a traditional bound column.  Here is my code (thank…

  • Re: WebDataGrid's columns do not hide in AJAX mode while their Hidden property is set to true

    The version that I use is

    Infragistics35.WebUI.UltraWebGrid.v9.2, Version=9.2.20092.1003

     

     

    I could not find the version that you mention - 9.2.20092.2061 - on the Infragistics.com website.

    Is it published yet?

    (IG website says that some…

  • Templated columns lose filters?

    If I place a WebDataGrid on my page and enable filtering things work fine.

    The problem I run into is the moment I template one of the columns specifically the column header the filters no longer work.  I have fought with this for more than half a…
  • How to insert a row while the column type is TemplateDataField

    Hi, I want insert row using webdatagrid. however when the column type is TemplateDataField. the input row seems diabled. any way to solve this problems? the code is as following:

     


     <ig:webdatagrid id="WebDataGrid1" runat="server" datakeyfields="CustomerID…