Questions tagged [aspxcombobox]

29 questions
0
votes
1 answer

Visual Basic - How do I assign values to SelectedIndex items in a drop-down list?

I've hit an obstacle. I just want to learn how I can assign SelectedIndex items with the declared costs? I feel like I am missing something obvious. I have declared the costs of the taco types but I am not sure how I can assign them to the…
rylew0925
  • 1
  • 4
0
votes
0 answers

Change Forecolor of first Item of dropdown

I have a dropdown where I need to set the forecolor of the first item to some color. I tried the following script, but does not work. dropdown.DataSource =..... dropdown.DataBind(); ListItem li = new ListItem(); li.Text = "Feedback Type"; li.Value =…
Manali
  • 53
  • 7
0
votes
1 answer

Devexpress combobox cannot be emptied with ValueType=Int32

I already opened a bug, but since I need this ready yesterday (typical, isn't it?), I'll try asking here as well. I have an ASPxComboBox with some items and ValueType="System.Int32" When I call on client side SetSelectedIndex(-1), the combobox is…
Vilx-
  • 104,512
  • 87
  • 279
  • 422
0
votes
0 answers

Using ASPxComboBox with ASPxGridView, need to set initial value

I'm trying to use ASPxGridView to display a list of ASPxComboBox controls. Both the rows in the grid and the list of options in the combo boxes are populated from code. I'm having problems setting the initial value of the combo boxes. I'm looking…
David Yaw
  • 27,383
  • 4
  • 60
  • 93
0
votes
0 answers

How to Create Devex-like Dropdownmenu (ASP.net C#) to Replace ASPxComboBox?

The latest version of DevEx doesn't support IE7 so some of my pages which uses an ASPXComboBox will not function correctly when visiting the site through IE7. Bottomline, I need to replace my ASPXComboBox with either an html component or jquery…
jbdeguzman
  • 926
  • 7
  • 11
0
votes
1 answer

ASPxComboBox SelectedIndexChange event

I have two Comboboxes in an DNN Module and if I change the first one, the second one should change dynamically to a certain index. I already tried it with javascript and in the code- behind file but with no success. Maybe someone can explain how it…
0
votes
3 answers

why page scrolls back on selected index change event?

This form works fine but it scrolls every time when I select drop down box, it scrolls to top.
0
votes
1 answer

select multipat dosnt work direction in chrome

I use this code in all browser all the element assign as right except chrome , in chrome element assign as left even I…
0
votes
2 answers

how to bind a datagrid to a devexpress comboBox

ok folks i have a populated datagrid and my comboBox is populated all i need now is the knowledge on how to bind the datagrid to my AspxcomboBox i have done research on this i find precious little that makes sense to me in my situation. if you…
Wolf
  • 170
  • 1
  • 4
  • 19
0
votes
2 answers

hide specific gridview (Devexpress grid) field based on checkbox selection

I have a gridview populated with data and based on Chekbox selection I would like to hide one field on editform. any one can please guide on this,what would be better to hide the column on client side or server side code?, Please find the below code…
0
votes
1 answer

Invalid postback or callback argument on user control

This is the error: Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature…
Andres
  • 2,013
  • 6
  • 42
  • 67
0
votes
1 answer

ASPxComboBox inside editForm template in ASPxGridView

I am working on ASP.net web application, and I am new to DevExpress extensions, so i am having some problems on customize the new controls, I have a ASPxGridView , which will bind in the run time using a web service to get the data and bind them…
Ammar
  • 169
  • 1
  • 5
  • 15
0
votes
2 answers

AspxComboBox in AspxGridView

I've been struggling to find a simple example or guidance to my problem. Basically, I have one dataset. This table has three columns, Document Name (string) Document Owner (string) Permission (int) I want to bind this DataTable to a AspxGridView.…
AshesToAshes
  • 937
  • 3
  • 14
  • 31
0
votes
1 answer

zIndex issues between two ASPxDockPanel

I have two ASPxDockPanels in the same ASPxDockZone (vertical). The first panel has an ASPxCombobox with a dropdownlist that should go over the second panel. However the dropdownlist is just rendered behind the second panel. First panel has a…
ookami
  • 13
  • 1
  • 6
1
2