|
Browse by Tags
All Tags » templatecolumn ( RSS)
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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.
|
|