The cell in ComboBox cell type is not displayed remote Desktop

Posted by: gcastillo on 8 March 2022, 5:08 pm EST

  • Posted 8 March 2022, 5:08 pm EST

    Hello;

    I have a problem in the combo boxes, I have to try several times to click to be able to list in the combo box in remote desktop, this problem does not happen to me if I am directly on my machine, I develop in visual .net

  • Posted 8 March 2022, 11:49 pm EST

    Hi,

    Could you please let us know which control are you using so that we can investigate accordingly and assist you the best way possible?

    Regards,

    Kartik

  • Posted 10 March 2022, 4:55 pm EST

    I’m using the cell type CellType.ComboBoxCellType, it only happens to me when I connect remotely, I send the video to it.

    problem control combox.zip

  • Posted 11 March 2022, 12:08 am EST

    Hi,

    From the video you shared, it seems like you are using a Grid like a C1TrueDBGrid or C1FlexGrid or Spread but we still could not understand which ComponentOne control you are using. Could you please let us know which control are you using so that we can investigate accordingly and assist you further?

    Regards,

    Kartik

  • Posted 14 March 2022, 12:28 pm EST

    Ok, i send you the code fragment to load the data of the combo box:

    Private Sub plFormarSpread()

    With spread.ActiveSheet

    Dim typeUser As CellType.ComboBoxCellType = New CellType.ComboBoxCellType

    typeUser.Editable = True

    typeUser.AutoCompleteSource = AutoCompleteSource.ListItems

    typeUser.AutoCompleteMode = AutoCompleteMode.SuggestAppend

    typeUser.AutoSearch = AutoSearch.MultipleCharacter

    typeUser.AcceptsArrowKeys = True

    typeUser.AutoFillAutoCompleteCustomSource = False

    typeUser.CharacterCasing = CharacterCasing.Upper

    typeUser.ItemData = UserID()

    typeUser.Items = UserName()

    typeUser.EditorValue = CellType.EditorValue.ItemData

    .Columns(0).CellType = typeUser
    	
     End With	   
    

    End Sub

  • Posted 15 March 2022, 12:25 am EST

    Hi,

    We could not replicate the issue at our end. The combo box items were selected fine even with a Remote connection. Could you please share the following details?

    • A GIF and a sample replicating the issue.
    • Version of Spread you are using.

    Regards

    Avnish

  • Posted 16 March 2022, 6:15 pm EST

    The spread version I am using is is 3.5

  • Posted 16 March 2022, 7:00 pm EST

  • Posted 21 March 2022, 7:09 am EST

    Hi,

    The version of Spread you are using is very old. Please update to the latest Spread.NET 15, the issue is not observed there.

    Regards

    Avnish

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels