• Grid Bind inside WebExplorerBar

    I am using WebDataGrid inside WebExplorerBar(wpShare). i need to specify datasource for this grid and bind it. In the previous version below code was used.

    UltraWebGrid1.DataSource = shares.Tables[0];
                UltraWebGrid1.DataBind();

    Equivalent of this is…

  • No option for button or checkbox to integrate in EditorProviders of Webdatagrid v 11.1

    Hi Sir,

    I am implementing button control on WebDatagrid but I have found that there is no option provided in EditorProviders for button and checkbox control

    in webdatagrid version 11.1.

    How can I add button or checkbox on Row Adding Property in WebDatagrid…

  • Re: WebHierarchicalDataGrid crash problem

    Hi Jamie Foster,

    Thank you for the update.

    Can you provide me with the logic you're using for configuring the WebDataGrid's behaviors, more specifically Sorting? Note, if you are configuring the WebDataGrid in the code-behind, I recommend configuring…

  • Re: GridLines in WebDataGrid

    Hello ThuyNga Nguyen,

    Thank you for posting in the community.

    In order to show grid lines in WebDataGrid you can set the cell borders through the grid's ItemCSSClass:

         tbody.borderClass>tr>td     {         border:1px solid Black;     }

    <ig:WebDat…

  • Webdatagrid adding row based on the button in webdatagrid

    i want to create a webdatagrid. it contains 4 columns. one column contain ADD button. Other three columns contain textboxes only .whenever i clicking the ADD button in the webdatagrid row, the new row is inserted in the webdatagrid, and i want to fill…

  • WebDataGrid and SelectedRow Server Side

     How can I access the the rows selected in a WebDataGrid on the server side?

    For example, I have a WebDataGrid and I've enabled the Selection behavior fot it.  I want the user to be able to select a row in the WebDataGrid then click a button which calls…

  • Re: Add New Row Issue WebDataGrid

    Hi Sir,

    Issue :-

    I have implemented BoundDataField for the webdatagrid columns and I am doing some business calculation on adding new row in webdatagrid.

    so in this scenario I am getting 0 as default value for the adding new value in the webdatagrid…

  • WebDataGrid IE 11 : Column horizontal automatic scroll issue

     I am facing an issue with WebDataGrid  in IE 11.(I am using infragistics V13.2)

    I am using WebDataGrid having 19 Columns w.r.t individual Column size and Overall 

    WebDataGrid width is kept at 100%. It contains lots of records with Paging and individual…

  • Re: upgrade ultra grid to latest version.

    Hello Ali,

     

    You are using UltraWebGrid from ASP.NET platform.

    I’m sorry that I missed that information.

     

    If you are using any of the retired controls listed in the below page, then the assemblies of these controls are not included in the products…

  • rebinding the webdataGrid after filtering is not working....

    Hi ,

    I have a webdataGrid and UltrawebTree in my Page.  I have two nodes in Ultrawebtree control. Based on the node selection i have to bind the grid and i am dynamically binding the WebDataGrid columns. first time if i click the node, binding the grid…