• Re: Printing with "out of the box" StyleSets

    Hi Rob,

    why don't try to export the data in PDF or Excel format and print after that. You can use WebExcelExporter or WebDocumentExporter.

    Samples:

    http://samples.infragistics.com/2010.3/WebFeatureBrowser/contents.aspx?showCode=true&t=WebDataGrid…

  • How to change the Column Header Text from Columns in a GroupField?

    Before I chanced my columns into two separate GroupFields I could change the Column Header Text, but now the option to change the Header Text at runtime is gone.

    Before Working Code

    ((Infragistics.Web.UI.GridControls.WebDataGrid)FormViewLead.FindControl…

  • Cannot paging and cannot sort by descending with WebDataGrid

    Hi all,

    I have got some problems with WebDataGrid.

    1. When I set datasourceid from AccessDataSource for my webdatagrid then it run very well with paging.

        But when I set datasouce from data table then my webdatagrid cannot paging.

    2. Cannot sort by descending…

  • Re: igtblGetGridById not found! from page that uses a Master page

    Hello,

    Mike said:
     var grid = igtbl_getGridById('<%= WebDataGrid1.ClientID %>');

    This line shows you are using the WebDataGrid control from the ASP.Net AJAX line and not the UltraWebGrid. The igtbl_getGridById is for the UltraWebGrid and…

  • Re: WebDataGrid in WebDropDown Template

    Hi,

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

     

    <html xmlns="http://www.w3.org/1999/xhtml">

    <head runat="server">…

  • Rename column names in WebDataGrid

    Hi,

    I am using Infragistics WebDataGrid in asp.net application. The webdatagrid is bound to the dataset and this dataset is populated with the stored procedure result. The columns in the webdatagrid depends upon the resultset columns sent by the stored…

  • Multicolumn Webdropdown displaying behind Charts

    I am using Infragistics4.Web.v11.1, Version=11.1.20111.2064.

    I have a webdropdown with the template webdatagrid.  Below this on the page, Ihave a UltraChart with a small webdatagrid along side it.
    <table>
       <tr>
          <td colspan="2">…

  • Re: Filtering in WebdataGrid

    Thanks for your response.

    Now i need another clarification for webdatagrid. How to paste the data in webdatagrid using keyboard controls(ctrl+v).

    How to add rows in webdatagrid manually server side

    My Requirement:

    I have 3 field in customer table…

  • Re: Unable to get the UnboundValues on click event of Radio Button

    Hi Nikolay,

    Thanks for response. In my WebDataGrid control am having paging. So your solution will work only for current page size. 

    For example: In first page i have checked 2 records, go to second page of WebDataGrid i have checked one record. and come…

  • Editing datetime cell saves a wrong value in the grid...

    Hi.

    I have a webdatagrid that is binding to a dataset. When I edit a datetime cell in my webdatagrid, It stores this value substracting 2 hours from the time I have entered. For example. if I enter 7/24/2011 09:00, the webdatagrid changes this value to…