|
Browse by Tags
All Tags » Cell ( RSS)
-
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?
-
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...
-
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...
-
[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...
-
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...
-
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...
-
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...
-
Can i have a cell in UltraWinGrid which can accept only alpha numeric values???
-
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...
-
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...
|
|