Sorry, but there are no more tags available to filter with.
-
You have to set c1FlexGrid1.Cols[x].ComboList = "..." ; and make sure AllowEditing is true for the column. Also note by default the button is only visible when the cell has focus. Use this line of code to make the buttons always visible c1FlexGrid1.ShowButtons = ShowButtonsEnum .Always; You...
Page 1 of 1 (1 items)