Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » [ultrawebgrid] » programatically (RSS)
  • Populate DropDownList from a Generic List<TObject>

    Can I bind a generic list objects to a UltraGridColumn.ValueList.DataSource? The object is a generic object contains fields mapped from database table. Here is my code snippet. public class ListData { public string Code { get ; set ; } public string Description { get ; set ; } public string Others {...
    Posted to Forum by anwang168 on 08-21-2008
  • Re: Can Dropdownlist selected value be something other than index 0 upon user entering cell?

    My dropdown doesn't have any HTML code in the .aspx file. I used the functions for the infragistics grid/dropdown to get the selection to go to the value 'Yes'. The value will always be 'Yes'. The problem that I'm having now is that when I enter the cell and there's already...
    Posted to Forum by danid12 on 07-29-2008
  • Can Dropdownlist selected value be something other than index 0 upon user entering cell?

    UltraWebGrid v 6.2 and .Net 2.0 I have a dropdownlist that is created and filled in the codebehind. I also have the first line/index blank, which is also inserted in the codebehind. Currently, upon enter, it goes to index 0. This happened before and after I inserted the blank at the index 0. Prior to...
    Posted to Forum by danid12 on 07-28-2008
  • templated button not posting back

    Hello I am programming in C#, vis studio 2003 using UltraGrid V6.2 I would like to have an image button in a particular cell on some rows and not others. I found and am trying to implement code found at kb article KB04876 , sample webgrid_advanced_dynamic_column_templates_2005v1_cs.zip Creating the button...
    Posted to Forum by jeff_webb on 03-25-2008
  • TemplateColumn or Column.Type = Button in codebehind

    I have a grid with a fixed add new row at the top of the grid. For existing rows, I want to add a delete button with a command argument that allows me to delete existing records. I was able to create a column.type of button, but can;t figure out how to set properties, or a command argument. I am also...
    Posted to Forum by Jim Shaffer on 03-20-2008
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems