Browse By Tags

  • WebDropDown with WebHierarchicalDataSource templates

    Hello .. I have the following working component:

    <ig:WebDropDown ID="wddCoType" runat="server" DropDownContainerMaxHeight="500px"
    DropDownContainerWidth="290px" Height="20px" Width="280px" AutoPostBack="True" CssClass…

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

  • WebDropDown is not viewing accurately

    Hello Community,

    I am trying to use a  WebDropDown for multiple selection using Checkboxes, However when I am viewing in the browser(Chrome,IE) I am seeing the control as attached.

    I am using Infragistics 16.2 version.

    Below is my html 

    HTML : 

    <ig1:WebDropDown…

  • WebDropDown selection behavior

    I want to use a WebDropDown with checkbox multiselection. I have an underlying string array of data that needs to match the ticked checkboxes.

    There are a few issues I've encountered:

    1. the first few times I click the arrow to open the dropdown, nothing…
  • Upgrade from 14.2 to 21.1

    I am upgrading asp.net webform project which uses 14.2 dll with 21.1.

    I removed older references of the dll and added 21.1 . I have removed all the older dll's from bin and obj and rebuild the project to make sure all the old referenced dll's are gone…

  • Upgrading from 14.2 to 21.1

    I am upgrading asp.net webform project which uses 14.2 dll with 21.1.

    I removed older references of the dll and added 21.1 . I have removed all the older dll's from bin and obj and rebuild the project to make sure all the old referenced dll's are gone…

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

  • wdd custom values stay when pasted.

    WDD  2 questions 

    1. When wdd configured with enabling custom values/selection as false.. User can not type in values that are not in the drop down.. In the supplied sample if I highlight  contents and try to type e.g. 44444 it is not going to let me.. Which…
  • Multiple selection WebDropDown configuration

    Need to configure attached multiple selection WDD as following:

    1. Currently every time an item checked/unchecked wdd is getting closed. I need to configure it so user can make multiple choices without interruption and wdd is getting closed when it is losing…
  • Webdropdown available at the end of the page doesnot open correctly

    Hi 

    I have a webdropdown at the bottom of the page. When i open the dropdown the scroll bar enables and when i drag the scroll bar of the page to the bottom to see the list of values the dropdown closes. This action is stopping me from selecting the value…

  • WebDropDown Lazy Loading and Paging not showing up

    I have a page with several WebDropDowns that contain different criteria the user can select for a report.

    Several of these dropdowns are filled from the user's database and I'm running into an issue with one of our users who has over 100K records in some…

  • 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 control is not work keyboard backspace key and delete key!

    Hello, I have a problem using the webdropdown control.

    Webdropdown control is not work keyboard backspace key and delete key. 

    this webdropdown set properties :  EnableCustomValues : false

    use Korean characters.

    BackSpace does not work if it matches item…

  • Add property that returns selected items values in WebDropDown

    When multiselect enabled in the WebDropDown, there is not a property that returns the selected items values. It exposes the CurrentValue property which returns the selected items text but there is no direct way for the user to get selected values except…

  • How can I point a label to a webdropdown control? I can't seem to get the ID

    Hi,

    I'm working with bootstrap and I'm adding in accessibility to my site. 
    It looks like <label for= can only point to an input. The clientID currently points to the table that the webdropdown is built in.
    How would I correctly point the for…

  • WebDropDown setting SqlDataSource parameter from grid

    I have a WebHierarchicalDataGrid with a TemplateDataField and a WebDropDown control for one of the columns.  I have a SqlDataSource control configured to populate the WebDropDown control in the grid.  One of the parameters I want to use for SqlDataSource…

  • WebDropDown scrollbar loses the focus

    Hello,

     

    We are experiencing some troubles with the Infragistics WebDropDown control. We are enabling the multiselect property (Using the default Checkbox control).

     

    The first time we open the drop down list and scroll using the vertical scrollbar, the…

  • 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 Paging and ServerSide filter does not filter on copy paste

    Hi,

    I have a WebDropDown where i have enabled Paging and server side filtering if the records are more than 2000.  In this case, when i copy paste a value to filter, it always comes up with the first value in the first page.  I need to press space or type…

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

  • Java script with custom validation

    I have a webtextbox and webdropdown controls on a page and when I set a text value in the controls using javascript the custom validation see a empty controls as empty.

    This is the java code I'm using

     google.maps.event.addDomListener(window, 'load…

  • WebDropdown ItemsRequested event raises "Async request failed"

    Hi,

    I tried to use webdropdown cascade sample but I got "Async request failed" message on my chrome browser.

    My intended implemtation case is like this:

    an user clicks and select a cell value on the main webdatagrid.( i assumed it simply by…

  • webdrown list item background color

    Hi, 

    I am using webdrop down as below and was able to bind the data from code behind. I can see my dropdown options as A, B, C, D. How can I change the background color of each item i.e. A should have background color of Green, B should have background…

  • Adding a new item to a databound Multiselect WebDopDown and selecting that item with client side script.

    Hello,

    I am using IG version 17.2 with VS 2012. I have a databound WebDropDown in MultiSelect mode.  What I am trying to accomplish is: Allow the user to enter a new item into the DropDown control and SQL database table, select that item, then display the…

  • How to draw or design Infragistics WebDropDown control or any Infragistics web controls at runtime?

    Hello,

    In my web page I want to design WebDropDown but at runtime. Now what I am doing is I am creating a variable string like "<ig:WebDropDown ID="WebDropDown1" runat="server" Width="200px"></ig:WebDropDown>" and submited it to…