Browse By Tags

  • multi column dropdown provider in webdatagrid

    Pretty new to infragistics.  i am using asp.net web forms

    i have a wdg that is editable.  For one of the columns, i would like to have a dropdown list.

    i have tried both templates and providers, with limited success.  Which is best for my application ?

  • Read DropDown ValueField in WebDataGrid Cell

    Hi,

    I am migrating from old UltraWinGrid (10.2) to WebDataGrid (20.1.20201.24) but I  having problem on how to proceed.


    My project Grids have frequently many Columns with WebCombo inside and each one has a visible "Text" and a hidden "Value" (both string…

  • RowEditorTemplate- WebDropdown valuechanged need to update other webdropdowns

    Hello, I have a webdatagrid with a RowEditorTemplate.

    In the template, I have a WebDropDown wich will be selected by the user.

    While editing, I need that the valuechanged of the WebDropdown fire an event wich will update 4 other objects (label or textfield…

  • webdropdown as webgrid

    Is is possible to create a web-drop down which contains data as web-grid template. Drop-down should have following capability.

    1.It should contain data in multi column.

    2.Auto complete should work in dropdown

    3.option for filter/paging/sorting for multicolumn…

  • WebDropDown with Multiselect into WebDataGrid (many to many relation)

    Hi,

          We are trying to use a webdropwn into a grid with multiselection option enabled, because have  a relation many to many. It mean, have a specific Datasource for webdropdown and other for the grid, but exist a relation between the tables.  Currently…

  • WebDropDown and WebDataGrid

    Hi, I have a WebDropDown and WebDataGrid on the page. when selection is changed in WebDropDown I need to repopulate Grid - and do this without full postback I don’t’ want to reload all page,

    I only want to refresh grid control.

    Please suggest…

  • WebDataGrid in WebDropDown not getting focus/hover

    Hi,

    I have a WebDropDown with a WebDataGrid in the ItemTemplate, as per http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/WebDropDown_Create_a_Multi_Column_WebDropDown_using_Templates.html

    It works, and behaves better since adding…

  • DataBinding: 'Infragistics.Web.UI.GridControls.GridRecordItem' does not contain a property with the name 'Recnum'

     I am using a webdatagrid to display information from a SQL Server Database.  I have a template column with a 'Delete' button in it, which allows the user to delete a record.

    My webdatagrid markup is as follows:

    <ig:webdatagrid id="wdgSamples…

  • at a complete loss......multiple columns on a web drop down

    So I have looked at your samples..

    I have a template webdatagrid. on a drop down..

    Here is what I can't seem to do..

    when a button is clicked, get the value in the drop down...  "SelectedValue" which comes up empty on the code behind..…

  • WebDropDown over WebDataGrid

    Hi guys,
    I'm trying to figure out  how to implement the following using webdatagrid and webdropdown:

    I have a table t1 with some columns and a  column C1 referencing  a table t2 using an integer id
    The table t2 has the integer id column (C2) and  description…

  • Make a dropdown inside the webdatagrid binding as a templatefield

    hi all

    Make a dropdown inside the webdatagrid binding as a templatefield if any onw knows help !

  • Web drop down not appears in new row

    I am having a webdatagrid with  two drop downs  and   row adding is enabled in  behavior

    when i click  in the cells the drop down to the corresponding column  doesnt show up . is there any setting  for this ?

  • WebDataGrig

    oh!

    so much tired about WebDataGrig, don't work like Ultra. After databind, column hidden, column sizing etc not response and get error NullException, but data shown to the grid. What’s the solution can u help me?????????????

    Mahfuz

    Dhaka

  • WebDataGrid's columns do not hide in AJAX mode while their Hidden property is set to true

    I have a WebDataGrid, a multiselect WebDropDown above it and an "Apply" button

    All are placed in one UpdatePanel.

    The WebDropDown is populated with the columns of the WebDataGrid and the user can check the multiselect ceckboxes of the WebDropDown…

  • WebDropDown event is not firing when the dropdown place under the webdatagrid

    Hi,

    WebDropDown event is not firing when the webdropdown place under the webdatagrid.Please provide your needful help on this.

  • Using WebDropDown as editor: image

    Hi,

    When using a WebDropDown as an EditorPriovider, I'd like to show the drop down indicator always.  The user's knowledge is pretty basic and he wants to see the drop down indicator, without having to click or double click first.

    How can I achieve…

  • How to Bind WebDropDown in RowEditingTemplate

    In  RowEditingTemplate  i am placing Webdropdown and give the DataSoruceID="SqlDataSoruce2"

    Server Error in application,  

    if i remove DataSoruceID  then, i am able to see with  gird and RowEditingTemplate with dropdown,  but there is not data…

  • MultiSelect DropDownProvider used in WebDataGrid as editor provider questions

    I am using .Net Advantage version 9.2.2056 (the latest Service Release).

    I have a WebDataGrid (bound to SqlDataSource) using a DropDownProvider (bound to SqlDataSource; basically a WebDropDown) for one of the columns as its editor provider. 

    The WebDataGrid…

  • how to achieve cascade drop downs in WebDataGrid?

    I have two columns(column type dropdown)  in  webdatagrid assume   the fist column is 'Country' and the second column is  'State'.    Based on Country which I selected in first column, i need to load the states on second  column, how to achieve…

  • WebDataGrid Dropdown is not writing to SqlDataSource

    I am new at Infragistics and this is my first post. I tried to follow the following video

    For some reason I am getting Null back at my stored proc. Any ideas?

     

    <asp:Content ID="Content1…