Browse By Tags

  • UnHide the column in UltraWebGrid

    Is there any possiblity to set the template column visible from javascript in any event like button click?

  • strange thing after delete a row in the client side

    we have a ultrawebgrid, which have a column band to a webcombo,  webcombo has DataValueField(ID), and DataTextField(Content), during update/add the row to the ultrawebgrid by selecting the data from  webcombo, it is ok( the grid column will show the DataTextField…

  • Assign Null to DropDownList Column

    How can a user remove the value from a drop down list column after he/she selected an entry in the drop down list.

    We tried to assign an empty string to the UltraGridColumn.ValueList.Prompt property. However, the empty string entry can not even be foun…

  • In UltraWebGrid assign a Drop Down Valuelist to a Grid Cell.

    In UltraWebGrid, I have Column3 with Multiple values separated by commas for some rows in the grid. If the Column3 contains the multiple values, then i want assign the column3 value to the Column2 as ValueList ( dropdown) and i want to select values from…

  • UltraWebGrid + Checkbox check event + Mozilla Problem

    Dear friends,

                      I have an UltraWebGrid with a first column as a Checkbox column. When I checked the checkbox of a particular row in Internet Explorer. A checkbox is remain selected when any postback happens. But the same thing is not working in Mozilla…

  • CheckBox lost state with WebGrid paging

    Hi

     I am using infragistics 2008 ultrawebGrid in my page and i in one of the pages i want to add a checkbox column to the grid. Ok, ths was fine, the problem its when y use paging and i want the user to check any rows he want; when he want to change the…

  • How to Bind WebdateChooser to webgrid column in client side?

    Hi guys,

    I want to bind a web date chooser to a column in a web grid in the client side using javascript, i.e when i click on the cell, a web date chooser should pop up.

    If u guys have any idea,plz help?

  • Grid With Bubble Tooltip

    Hi All,

               I am using  Ultra Web grid. Single column. a web tab and asyn refresh panel contain the grid.

    I'll Generate a Table for each Row for that single column,When Grid InitializeRow  event... I show a image

    on that grid.... when mouse  move on…

  • Alignment Problem in UltraWebGrid when css class is used

    Hi,

    I have a Ultrawebgrid control in which some columns are aligned to "center" in design time.

    I have associated a css class to this control. In runtime if I see the columns, then all the columns are

    aligned to left. I'm not sure why this…

  • Gird Seleted Items Values

    Hi

    I working on UltraWebGird

    My Requirement is I can select Multipule cells (that contains 'Int' Values) on the grid

    I need the all the selected values to collect in variable to sum(Addition) ,

    And I have to display the same in TooTip.

    I…

  • Populate Columns in a webgrid based on a selected dropdown list Value (ValueList SelchangeHandler)

    Hi ,

    I have a webgrid with 5 columns and 2 columns are prepopulated with uneditable text and in the rest of the three columns i have to populate the columns when a value in first column is selected. I have populated the Column with a value list from…

  • Add New Row: Populate columns based on a selected column

    Hi evryone,

     I am facing this problem from quite some time Please help me out.

     I have a Page with a webgrid i have 5 columns 2 uneditable and 3 are populated with dropdowns on selection of an employee from the first dropdown i have to populate his name…

  • Webcombo in WebGrid doesn't show when using cell.beginEdit() in FireFox

     Hi All,

     I have come across a problem in firefox. I have a webgrid with webcombo on a page, (ajax enabled and uses update panel) I have also added the webgrid CellClickHandler on client.

    Basically, if a user first click on a cell, another webgrid on the…

  • Ghost image in ultrawebgrid

    hi,

    I have a custom menu.For menu creation i am using frame inside div.On click of document i am making div's visibitity as well as iframe's visibility to none.I  am displaying that menu on click of menu image provided in the ultrawebgrid.while…

  • header total

    how to get complete column sum as headertotal just like footertotal

  • CSS Classes order in UltraWebGrid

    Hi,

    I'm using css classes for ultrawebgrid control. I have 5 css classes for headerstyle, framestyle, alternaterowsstyle etc.

    Is there any specific order to create css classes in the stylesheet file.

    Some times I'm not getting the applied styles…

  • Dropdown Fields Show Values Not Text when I use more than 1 Dropdown

    I have a grid in which I have the following fields
        IssueCode    - Defined as a DropDown
        IssueStatus  - Defined as a DownDown
        StartDate     - Defined as a DateChooser
        EndDate      - Defined as a DateChooser

    The two dropdowns are defined using the following ValuesList…

  • web date chooser format in web grid

    HI ,

    Iam having a date column in my wegrid so iam sing ultrawebdatechosoer for the EditcontrolID int the grid.

    the for mat for the webdate chooser is short ot long but I need the format as dd-MMM-yyyy , the remaing date columns which or not editable…

  • Ultra web grid

    I used webgrid its working proply in local machine.

    but when i m uploading on server its not there.

    when i clieked on view source it contains all the values which are in web grid.

    I suppose I am getting problem with width of grid.

    plese let me know…

  • Change UltraWebGrid cell value when Embedded Webcombo Editor Value Changes: Help!

    Hi,

    1. Have a ultrawebgrid that has a webcombo as an embedded editor for col 1and a text box for col 2

    When I change the value of the webcombo in col 1, I want to set the text in col2 based on the value of the "Newly Selected" webcombo value…

  • DropDownList in UltraWebGrid Debug vs. Release

    Hi.

     I have a very peculiar issue.  I have an Ultrawebgrid with a dropdownlist in one of the columns.  When I run the application in debug mode from Visual studio, everything works fine (i.e. the Display Member is shown in the Grid and when you double-click…

  • Unable to Edit/Add/Update/Delete Rows on UltraWebGrid

    Hi,

    I am very new to this Infragistics Environment. Can some some body suggest me how do i Edit/Add/Update?Delete Rows on UltraWebGrid?
    Till now i have not got any sort of books or Videos on google, i have just found some of the articles
    that give idea…

  • Filter DropDownList According to a Column in the Same Row

    Can we have different dropdownlists at different rows in a column? 

  • Disable ViewState for Grid Column ValueList

    I have large drop-down column on an UltraWebGrid and I want to disable ViewState so that the browser doesn't need to postback that huge list.  I've tried setting ViewState="False" on the grid - which disables some of the styling state, but it doesn…

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