Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » Cell (RSS)
  • Activate only

    Hai, I am using the property "activateonly" for a cell. This property doesnt allow to edit but allow the delete the content. How can i protect from deleting the content?
    Posted to Forum by sureshsimkumar on 08-11-2008
  • Re: Multiple cell select on WinGrid

    Hi. I am sorry about publishing the wrong sample application. I have found my test application and added it to the post. It is a simple WinForms application with one UltraGrid. I currently have limited multi-select working (by persisting a list and then iterating over that list and resetting the cells...
    Posted to Forum by jonbrasted on 07-31-2008
  • CellValuePresenter - Null Reference Exception

    Hi, We are getting this strange NullReferenceException when we click on our Cell in the XamDataGrid. This happens after we drag and drop our columns, and right after that when we click on any cell, we get this strange trail in our logger. I would really appreciate if anyone could please tell where we...
    Posted to Forum by developer007 on 07-30-2008
  • Multiple cell select on WinGrid

    [Using Infragistics 6.3 WinGrid] Hi. I have a 52 cell button (4 row x 13 cells) grid to represent the 52 weeks of the year. What I would like to do is allow a user to select multiple cells at once and make each select cell button bold. I have tried all the properties I can find (multiple cell select...
    Posted to Forum by jonbrasted on 07-29-2008
  • How to make cells look like headers

    Is there a way to make cells of a certain column look like the headers of a grid? I have tried to clone the appearance, but that doesn't seem to do the trick... _grid.DisplayLayout.Bands[0].Columns["Test"].CellAppearance = (AppearanceBase)_grid.DisplayLayout.Override.HeaderAppearance.Clone...
    Posted to Forum by kevinmeiresonne on 07-29-2008
  • Generating row headers (like Excel)

    I need to confure the xamDataGrid so that the first column is a row header and has the same look and feel as the column header. The row header isn't editable. The idea is that this will give me a grid which behaves like Excel (row and column headers). Does anyone have any idea how to do this..? None...
    Posted to Forum by seanbatten on 07-16-2008
  • Ultragrid cell with checkbox and text

    Hi, I want to display one of the cells in the ultragrid as a checkbox alongwith some text. I created a UltraCheckEditor and assigned it to cell's EditorControl property using the code similar to below:- UltraCheckEditor uce = new UltraCheckEditor(); uce.Text = "YO"; uce.CheckState = CheckState...
    Posted to Forum by rohits84 on 07-07-2008
  • alphanumeric cell in UltraWinGrid

    Can i have a cell in UltraWinGrid which can accept only alpha numeric values???
    Posted to Forum by sajith_pv on 06-25-2008
  • I can't edit the cell in the grid

    I have a base form which has a UltraGrid. The child form derives from the base form. I bind the data source with the child form. However, I can't modify any cells on the grid although the isReadOnly property of each column is false and CellActivation is AllowEdit. If I created a UltraGrid on the...
    Posted to Forum by duochen on 06-17-2008
  • Programmatically Dropping down list doesn't always work

    When ever i drop down a list the first time it seems to work. this is usually on some error in the data that is validated whenever the grid looses focus. i an using the following code. grid.Focus(); UltraGridCell cell = grid.Rows[i].Cells[ "Relation" ]; Application .DoEvents(); if (!cell.Activated...
    Posted to Forum by mbordogna on 06-11-2008
Page 1 of 5 (42 items) 1 2 3 4 5 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems