• looking for a custom paging sample with dataset

    hi, iam looking for a vb.net sample for custom paging with the webdatagrid. i need to get my own data from a sql server an bind it to a dataset. this i want bind to the webdatagrid.

    can anyone give me some samples?

    at the moment i use a ultrawebgrid which…

  • error BC30560: 'WebDataGrid' is ambiguous in the namespace 'Infragistics.Web.UI.GridControls'.

    When I build my website, I'm getting the following error message:  error BC30560: 'WebDataGrid' is ambiguous in the namespace 'Infragistics.Web.UI.GridControls'.   On the .aspx page, i have this line on the top:

    <%

    @ Regist…

  • Re: RowAddingEventArgs not having values when adding row

    Folks - 

    it seems the usage of viewstate="false" at any parent control where the WebDataGrid control is placed/located require this property to be true. Also if the same property is set at the WebDataGrid control to be false this issue happen as well…

  • Re: Urgent LoadOnDemand Problem

    Thank you for your quick reply!

    I have one question. I've never used the new WebDataGrid. Is it compatible with WebGrid? Can I just change the "assembly" and the name or does it have different properties and settings?

    Meaning: Is there…

  • Re: TemplateDataField postback

    Ok, I've called the editRow() on the correct javascript object. My onClientClick property is now set with:

    "return document.getElementById('###internalGridId###').editRow();"

    where ###internalGridId### is the webdatagrid clientId…

  • WebAsyncRefreshPanel Issue

    Hi,

     

    I am using WARP control(9.1.20091.2190) and i defined webdatagrid inside it.But if i click  button on page the webdatagrid is not showing data it simply showing the lines.

    Please refer attached source files for your reference.

     

    Thanks & Rega…

  • Row headers in webdatagrid 11.1

    I have web app that users can post notes to a project. I show the notes in a WebDataGrid and I would like each row to have it own header so that I can show when the note was created and by who. Can this be done with the WebDataGrid?

  • Re: WebPart not rendered when RowSelectionEvent is fired from a WebDataGrid

    Hi dandollas,

    You are using the WebDataGrid, correct?  If it were the UltraWebGrid, use that forum.  Do you have AutoPostbackFlags set for the Selection behavior.  Set it to true.  And if you need to render another part of the page, you might need to set…

  • Problem with filter - editors outside WebDataGrid

    WebDataGrid  Version 2012.2.

    We have following  situation: when click the row with filter we receive editors outside WebDataGrid, instead in  row with filter.

    It was everything OK till version 2012.2.

    Can anyone suggest us ways to resolve a problem?

  • WebDataGrid in ItemTemplate of WebDropDown - e.CurrentSelectedRow[0] is null - how to get selected row index?

    I have a WebDataGrid inside ItemTemplate of WebDropDown. I have RowSelectionChanged event on WebDataGrid. Inside RowSelectionChanged event method, e.CurrentSelectedRow[0] is null.

    Any idea. Please help. I need to get value of column RowId in server side…