I don't know how to make cell elements to readonly.
So I decided to just hide and don't show the TextViewElement.
But when I set GanttView.GanttViewElement.TextViewElement.Visibility to Collapsed, it behaves just like setting it to Hidden.
My view on setting visibility to hidden is that the space allocated for a certain element is still reserved
while collapsed makes the space available for other elements.
I would like to know how will I properly collapse TextViewElement so that GanttView will only show the GraphicalViewElement.
Attached image is a sample of a collapse TextViewElement.
I've implemented the multi select drop down list from the above link and have found two quirks. These issues are both related to the text displayed, I believe there are a few missing event handlers.1) When the popup is open, upon deselecting an item the text is not updated. This works fine if the checkbox is deselected, but not the rest of the row (I assume this is the base drop down list). Just need to call CallTextChanged(), but not sure what event to override to do so.2) Upon selecting an item programatically, the text is not updated. For instance "DropDown1.Items(0).Selected = True" doesn't update the text of the drop down list.
I'm using a RadGrid using a DataSet as the data source, and am setting AutoGenerateHierarchy to true. When trying to expand a row having a large number of child rows (several thousand), the rows are never expanded (I've given up after waiting several minutes.) However, I can copy those child rows into a new DataTable, display them in an new RadGrid control, and it only takes a few seconds for them to be displayed.
Am I exceeding the limits on what can be displayed in a hierarchical gridview?
I can't find the event when i click on a radContextMenu.
I added few items and from my radListControl after right click on radListControl item and choose my radContextMenu item i want to catch my click event.
i only can see that radContextMenu has different events like DropDownClosed, DropDownClosing, DropDownOpened and DropDownOpenning
I have need to have columns in a gridview numeric only, BUT I have to have the cell blank when the field is null...
I have tried using GridViewDecimalColumn but when it's blank and the CellValueChanged event fires I get FormatException "Input string was not in a correct format."
And, of course, if I use a GridViewTextBoxColumn it allows the user to type in letters...
Can anyome suggest how I can get this to work? Not allow letters, but also allow empty columns?
Hello again, this is my doubt, I wish to validate a cell in GridView, this cell type is gridviewtextboxcolumn, this desire can only enter numeric values, ie, to type a letter or symbol I can not accept, do not put gridviewdecimalcolumn one because in this test can type a zero, eg 0101 and the gridviewdecimalcolumn not recognize me the first 0, I have not updated to the new version have taken Q2 because I found some bugs in this version, I'm just waiting for an answer to other post to see if it entered graduate or not, I have found this review validacion can be done with the event but editcontrolshowing datagrid visual studio that brings hope prompt response and thank you in advance for the help I provide.
Note: giving hope to understand, my English is not very good, thanks again.
I have a gridview control with more than 50 item, how can I display them in the gridview with there full width.
I have tried AutoResizeMode, but it shrink all of them in the viewable area of the grid, I need that all columns
get resized to it's contents regardless of it's visuallity.