|
Browse by Tags
All Tags » webcombo ( RSS)
-
I have searched high and low for this and can't figure out how to add data to a WebCombo control programatically. Can someone please point me to a code snippet or knowledgbase article? Thanks.
-
Hi, I am having problems when setting a webcombo to an initial value. The code below usually fails when the selected index has a large value (there are 25,000 sites). When the DuplicateID is a low value (10 to 20) it usually works. However there is no consistency. It seems to me that the databind is...
-
Dear All, The webcombo allows to use the asynchronous post back but the entire aspx page is reloading and postback is not visible Can i fetch the data from only InitializeDataSource event handler and without entire page load as Page_Init,Page_Load,Page_PreRender. Regards Dhans
-
Hi, I am trying to trigger a WebCombo box to change it's selected index when the user clicks a tab on the same page. I have it working the other direction: when the user changes the WebCombo value, the WebTab changes it's selected tab. See my javascript code below: function tabPages_InitializeTabs...
-
I have set up an UltraWebGrid on my aspx page. The grid has one column that uses as an editor control a webComboBox. No problem with this, all works well. My problem is that when I click on the cell in grid that has the ComboBox as an editor, I need to have the end-user be able to sort on the webcombo...
-
Can I bind a generic list objects to a UltraGridColumn.ValueList.DataSource? The object is a generic object contains fields mapped from database table. Here is my code snippet. public class ListData { public string Code { get ; set ; } public string Description { get ; set ; } public string Others {...
-
Can a webcombo be made to be readonly so that a user cannot change the value it contains? Thanks, Dave
-
I have the same problem - I need to give a possibility for my client to choose value from list (webcombo) or imput his own data to ultra grid column . So WebCombo is an external imput contol for custom column. It is very important for him so I would like to know if this error is going to be repaired...
-
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:"";...
-
Hi, Ive put a webcombo inside a webtabs control inside a multiview control and when i click any of the values from my webcombo it doesnt put the value into the combo box as being selected. Kind regards Ste
|
|