• Re: Webdatagrid Column style change

    Hi,

    Thanks for your reply.it will help for us.

    i need another clarification on this topic. 

    i loaded all the data in webdatagrid. In that webdatagrid i want one column as hyperlink and another column as check box without using template column.

    In previous…

  • FILTERING FOR WEBDATAGRID TEMPLATE COLUMN

    Hi,

    I am using infragistics 16.2 webdatagrid and I have few Bounded columns and few Item Template columns which is having dropdown control

    When I tried to apply filter to this webdatagrid, filter is applied to Bounded columns only and not for template…

  • WebDataGrid.Rows.Count returning -1

    Hi,

    I have a WebDataGrid inside a web form and I am trying to access the records in it in a button click. I need to save the records in the WebDataGrid along with some other information to a database table. In that process I need to get the number of…

  • client Side navigation, Edit and fire server-side Event ?

    Hello

    With your WebDataGrid, can you achieve this?


    Linking WebDataGrid with a DataTable
    Navigating the client side WebDataGrid with arrows (up, down, right and left) of the keyboard
    Once a cell selected, enter text directly then trigger a server-si…

  • Adding row errors out

    I have a working WebDataGrid that updates and deletes correctly.  I added the RowAdding behavior to the WebDataGrid <ig:RowAdding />.  Now when I visit the WebDataGrid I Double Click on the grey row and begin adding the data into each cell then hit…

  • Problem with Filter in WebDataGrid

    Hey,

    i made a WebDataGrid and compiled it,

    the DataGrid shows me the right Data from the Database.

    theres about 50000 entries in the Database.

    now i made a filterfunction that is available in the WebdataGrid,

    and wanted to Filter out every Entry…

  • WebDataGrid RowUpdating event not firing when grid loses focus

    I have a WebDataGrid that is populated from a database.  I also have a button and a dropdown on the page.  The dropdown controls what data is displayed in the WebDataGrid. The RowUpdating gets called when I update a value and click on another row or click…

  • Re: Dynamically created unbounded checkbox gives error on edit

    Thanks for replying. Below are the required answers to your queries:

    a) How are you setting up the WebDataGrid?

          WebDataGrid is set dynamically using DataTable as datasource. Initially, WebDataGrid's Columns are created dynamically and then DataTable…

  • Re: Paging

    Hi,

    I am using WebDataGrid. MinimumPagesForDisplay property is not available for WedataGrid, then how to show few page numbers instead of all available page numbers?

    And also I set the PageSize to 10, when WebDataGrid contains records < 11 then How…

  • ParamArray of WebDataGrid and Exported event

    I am exporting several WebDataGrids with each going into its own worksheet.

    Within the Exported event, I am having trouble figuring out context.

    Is "Exported" called once for each WebDataGrid/worksheet, or only after all WebDataGrids are exported?…