Browse By Tags

  • Webdatagrid column styling

    How to change style for specific column in webdatagrid?

    Please help me!!

    Thanks in advance!!

  • How to add new row in webdatagrid?

    How to add a new row to webdatagrid in infragisitcs V21.2?

    Please help me!!!

    Thanks in advance!!

  • Webdatagrid Pagination

    How to use pagination in infragistics V21 for webdatagrid?

    Please help me!!

    Thanks in advance!!

  • Control Focus inside Webdatagrid

    I'm able to bind webdatagrid. I'm using Template Data Field and ASP .NET Textbox Control to bind data in the webdatagrid. When I press tab key it is focusing grid cell but the expected behavior is to focus the textbox control inside the webdatagrid. Please…

  • How to set Focus on webdatagrid row selection

    I'm able to get the selected row from the server side. But when I press tab key it is focusing next cell but the expected behavior is to focus the next control. I have used Template data field for bounding columns in the webdatagrid.

    Please help me…

  • Full page postback issue, instead of AJAX

    I have created a page with a WebImageButton within a WebDataGrid.  When the button is pushed, it does a full page postback instead of just the grid.  I add the OnItemCommand="grdClasses_ItemCommand" code to my markup and it causes the page to abend.…

  • Make a dropdown inside the webdatagrid binding as a templatefield

    hi all

    Make a dropdown inside the webdatagrid binding as a templatefield if any onw knows help !

  • Webdatagrid make a cell a link? Im using Templates

    I wrote a Template Class that inherits from ITemplate. In InstansiateIn I create a div and add a handler for databinding, during the databinding event, I want to make the entire cell a clickable link. I can add an onclick attribute and javascript to accomplish…

  • Problem with templatecolumn

    Hi,

    I have a dropdown templated column in my webdatagrid. This dropdown is bound to a sqldatasource and return a bit huge data, Nearly 3 thousand records.

    My problem is whenever i do a asnypostback. i.e on virtual scroll,sorting,filtering etc... i get…

  • Retrieving changed values in a template column

    I have a WebDataGrid bound to an object data source.  One of the columns is a TemplateDataField.  I snipit is

                   <ig:BoundDataField DataFieldName="AccountID" Key="AccountID">
                        <Header Text="AccountID" />
                    </ig:BoundDataField…

  • Vertical Text on WebDataGrid's Header

    Hi everyone,

    I'm trying to have vertical text on my WebDataGrid's headers (It only has to work with IE).

    So I first created the following entry in my css:

     

     

    .VertiColumn

     

    th {

    writing-mode

     

    : tb-rl;

    filter

     

    :…

  • Hyperlink Data Lost after Post back

    I added template column in webdatagrid for set hyperlink in it , but after post back i lost that column data and it's give me a emplty column cells ,

    any body know how to fix that

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

  • Display two column split row collection

    Hi everyone,

    I would like to know if it's possible (and more important HOW it's possible) to create/databind a webdatagrid with the rowcollection displayed over 2 columns.

    E.g.: I have a datasource with 20 rows of different products.
    I want to…

  • FooterTemplate problem

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    Hi,
    I have this webdatagrid, with a column "Estado". I applied a footer that contains a template.

    In the code behind, after the databinding, if I try to access the button…

  • Using TemplateField in Webdatagrid

    I am using TemplateField column in webdatagrid and added TextBox control into it.

    I have 4 columns in the grid (4th Column is TemplateField column), all columns contain numeric values.

    Onchage of value in the TextBox (which is included in ItemTemplate…