• Re: Infragistics WebDataGrid Issue with WebKit Browsers

    Hi gai,

    The WebDateTimeEdit is the older editor which is not supported in Safari.  The WebDataGrid uses the Aikdio editors which are supported in all major browsers.  Are you sure you're using the WebDataGrid and not the UltraWebGrid?  The latter is…

  • How to insert a row into an empty WebDataGrid?

    Hi,

    I am new to NetAdvantage, and encontered an problem when using WebDataGrid.

    Aa far as i know, we can use WebDataGrid to CRUD.

    But when the data source the WebDataGrid bond to is empty, there is nothing in the Grid

    So how to Add a row?

    Thanks…

  • How to use ClientSideEvents.XmlHTTPResponseHandler in webdatagrid same like ultrawebgrid

    I have changed ultrawebgrid to webdatagrid and changes most of the events apply in the webdatagrid.

    But XmlHTTPResponse client event not found in webdatagrid. I have javascript function for that 

    Please help me here, how to use above event after triggering…

  • Show and Hide Columns in webdatagrid

    Hi i am new to webdatagrid. I am binding the webdatagrid with the dataset containing the fields of a table. I want to hide some columns of that table in the webdatagrid.

    How it is possible?

    And how can i change the header text of the columns?

  • Reg: Loading image when the WebDataGrid is loaded

    Hi,

     There is a webdropdown and webdatagrid in a page. when the webdropdown is changed after few minutes the webdatagrid will be loaded till the webdatagrid is displayed some progess image should be display. How to resolve this without adding any image…

  • Re: Custom Paging with WebdataGrid with Limited records

    hai Nikolay,

     

    Is Filtering is automatic in webdatagrid when using custom paging?

    i have implemented  custom binding in webdatagrid , the problem is that filtering is not working in webdatagrid. Is there any way to make it automatic other than using…

  • Re: Howto : Refresh grid client-side?

    I am investigating to migrate the WebGrid to WebDataGrid. The WebGrid supported this kind of functions. Will refresh functions be added in future versions of the WebDataGrid? Or do I have to use MicroSoft panels to refresh?

    Can somehow the functions the…

  • 'WebDataGrid' is ambiguous in the namespace 'Infragistics.Web.UI.GridControls' Error

    I have a web site solution that uses WebDataGrid and UltraWebGrid. In one page I turned UltraWebGrid into WebDataGrid. I can run the solution in debug mode. Everything is ok. But when publishing the site it gives the error: 'WebDataGrid' is ambiguous…

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

  • UltraGridCell equivalent in WebDataGrid


    We are trying to migrate from UltraWebGrid to WebDataGrid.


    There is a UltraGridCell class in UltraWebGrid, in where we can set the text of a cell, just by doing :


    UltraGridCell cell


    cell.Text= 'Some Text';


    What is the equivalent of UltraGridCell…