Browse By Tags

  • WebDataGrid Header/Grid Column Alignment

    I am having issues with getting grid columns aligning with Header names. I have tried assigning width values to each column but this isn't exact and I'm thinking there must be a better way.  The screen shot shows outlines of what is happening. 

  • Finding if a cell is read only from javascript

    I have dynamically generated columns, at runtime on the client side I need to determine if the column (or the cell) is ReadOnly. This value was set on the EditingColumnSetting in the code behind as all columns are generated on the server. (none in markup…

  • Can edit the column header caption by JS?

    For example :

    step1/////////////////// 

     at behind set the grid columns[o].caption="COL0";

    step2//////////////////  

    at client use JS set the grid columns[0].setHeaderText("COLCOL");

    step3//////////////////

    but at behind get the…

  • Click UltraWebGrid Column Header, Change Column to Specific Width

    Simple request but I can't find anything written out there. I just want to click a header on a WebGrid column and have 3 things happen: 1) I don't want the column to sort; 2) I want to have the column width expand to a prescribed size (e.g., 1000px…

  • check all checkboxes by column

    Hi,

    I just can figure out how to check all checkboxes by column.

    I got 5 different checkbox columns
    Instead of checkin them all I want them to be checked by column header,

    any1 got a idea on this works?

     

    <ig:WebDataGrid ID="WebDataGrid1" runat=…

  • How to fix some of the columns in dynamic data binding?

    In WebDataGrid dynamic data binding, how to fix some of the columns and on which event we need to write the code.

    Provide with code sample will be very helpfull.

    Thanks,

    Arun

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

    I have a WebDataGrid, a multiselect WebDropDown above it and an "Apply" button

    All are placed in one UpdatePanel.

    The WebDropDown is populated with the columns of the WebDataGrid and the user can check the multiselect ceckboxes of the WebDropDown…

  • WebDataGrid Colummove Causes Unwanted Postback

    Hi,

    We are in the process of replacing the UltraWebGrid with the WebDataGrid.  I am using the most current version of the WebDataGrid for .Net Framework 2.0.  I am looking at the Column Moving functionality.  The grid is in an .Net AJAX update panel and…

  • WebDropDown event is not firing when the dropdown place under the webdatagrid

    Hi,

    WebDropDown event is not firing when the webdropdown place under the webdatagrid.Please provide your needful help on this.

  • Webdatagrid Columns Header caption lost on postback

    Hi,

    I am adding the columns to the grid at runtime and setting the header caption

    BoundDataField

     

    boundcolumn = new BoundDataField();

    boundcolumn.Key = attributes.ColumnName;

    boundcolumn.DataFieldName = attributes.ColumnName;

    boundcolumn…

  • Column header cutoff

    Hello,

    I am having issues when  setting column widths in percentages and some columns headers get cuttoff.

    Anyone know if this is a bug?

    Is there a preferred way to handle this?

    What I'm trying to do is wrap grid in div to achieve horizontal scroll…

  • unbound header

    hi,

    is there a way to create an unbound header row for WebDataGrid like it was possible for UltrawebGrid in http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/WebGrid_Using_a_Multi_Column_Header.html

    so a column can have tow header…

  • 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…

  • Multi-Column Headers on webdatagrid v11.1

    I've seen samples that you have a multi-column header on webdatagrid. But in version 11.1 there aren't any control to make it possible.

    Now here is my question... Is there any code you can provide to make it possible for this version.  Maybe using…

  • Header Template (With Image) disappears on postback (like when you sort a column)

    See attached example.

    This very basically mimics what we are doing on our page.  The problem here is that, while the cell images (for the individual rows) are retained (due to the .databind / row initialize being fired each time on Page_Load), the Header…