Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » templatecolumn (RSS)
  • Re: Different cell type in the same column

    Hello, I believe you can achieve that using templated columns. In a templated column you can have any content - for example you can start with just a placeholder and then add controls there programmatically in the InitializeRow event. For example: <igtbl:TemplatedColumn> <CellTemplate> <asp...
    Posted to Forum by rustankov on 08-08-2008
  • Javascript equivalent of CopyFrom

    Hello, I'm working on an application which requires that, when clicked, clientside code will add a new row to the grid based on the first pre-populated row. The new row will be a duplicate of the first row. Setting the data is not difficult but I am having issues with templated columns which seem...
    Posted to Forum by eyetie on 07-23-2008
  • Re: HeaderStyleDefault.CssClass not working when TemplatedColumn is present.

    Thanks for the answer Rumen. Unfortunatelly that solution doesn't seem to work. Using my sample project, please define two columns, one templated and one not templated: < igtbl : TemplatedColumn BaseColumnName ="Name" IsBound ="True" Key ="Name"> < HeaderTemplate...
    Posted to Forum by oscarmorasu on 07-15-2008
  • HeaderStyleDefault.CssClass not working when TemplatedColumn is present.

    Hello, First of all, I'm attaching a VS2008 project to reproduce the issue. I want my grid to get the styles from a css. In order to do that I created my classes "GridRow" and "GridHeader". Then I set the RowStyleDefault.CssClass and HeaderStyleDefault.CssClass to the corresponding...
    Posted to Forum by oscarmorasu on 07-11-2008
  • RadioButtonList: FindControl within TemplatedColumn

    I have an UltraWebGrid being dynamically populated using a DataTable. Within this grid I dynamically populate radiobuttonlists into the last three columns using the following code: VB.Net Code Protected Overrides Sub CreateChildControls() If Not IsPostBack Then Dim x, y As Int16 For x = 2 To uwgRubricInput...
    Posted to Forum by zolson on 04-30-2008
  • delete operation in ultrawebgrid using c#

    hello viewer, i am very beginner of infragistics.I had been surfing for the answer for my question more than a day. Plz help me. My doubt is i have a webgrid, with two template column,one contains the checkbox..When i click delete button i have to delete the checked row . i tried my level best , i wrote...
    Posted to Forum by rajye on 04-29-2008
  • AutoGenerate Column = false

    hi, I am using webgrid where I want to show only some fields of many fetch from database. so I have make autogenerate property of webgrid to false. Now what should I change in HTML so that I can show only some fields, i guess i should add UltraGridColumn, can any one plz help in detail. Thanks in advance...
    Posted to Forum by sirfamol85 on 04-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
  • Add dropdownlist item from code behind

    Hi, I'm using a DropDownList in a RowEditTemplate. How can I add the value of dropdownlist from code behind ? the template is in the second band. thanx.
    Posted to Forum by oepilz on 03-11-2008
Page 1 of 3 (26 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems