|
Browse by Tags
All Tags » [ultrawebgrid] » [ultrawebgrid] [valuelist] ( RSS)
-
I have a grid in which I have the following fields IssueCode - Defined as a DropDown IssueStatus - Defined as a DownDown StartDate - Defined as a DateChooser EndDate - Defined as a DateChooser The two dropdowns are defined using the following ValuesList information In the ASPX page the columns are defined...
-
Hi, I am very new to this Infragistics Environment. Can some some body suggest me how do i Edit/Add/Update?Delete Rows on UltraWebGrid? Till now i have not got any sort of books or Videos on google, i have just found some of the articles that give idea to work on Grid using .NET 2005. I am basically...
-
HI , Iam having a date column in my wegrid so iam sing ultrawebdatechosoer for the EditcontrolID int the grid. the for mat for the webdate chooser is short ot long but I need the format as dd-MMM-yyyy , the remaing date columns which or not editable are comng perfectly but this perticular editable column...
-
I used webgrid its working proply in local machine. but when i m uploading on server its not there. when i clieked on view source it contains all the values which are in web grid. I suppose I am getting problem with width of grid. plese let me know wht i have to do..
-
Hi, 1. Have a ultrawebgrid that has a webcombo as an embedded editor for col 1and a text box for col 2 When I change the value of the webcombo in col 1, I want to set the text in col2 based on the value of the "Newly Selected" webcombo value a. How can I do that using client side scripting...
-
Hi. I have a very peculiar issue. I have an Ultrawebgrid with a dropdownlist in one of the columns. When I run the application in debug mode from Visual studio, everything works fine (i.e. the Display Member is shown in the Grid and when you double-click, it changes to a dropdownlist also showing the...
-
Hi I am using infragistics 2008 ultrawebGrid in my page and i in one of the pages i want to add a checkbox column to the grid. Ok, ths was fine, the problem its when y use paging and i want the user to check any rows he want; when he want to change the page, changes ok but if i return to the old page...
-
The DisplayLayout.ClientSideEvents.EditKeyDownHandler is not firing when the Column.Type of last cell is DropDownList or CheckBox. Here is the java script we used. function UltraWebGrid_EditKeyDownHandler(gridName, cellId, key) { //Get the cell being edited var cell = igtbl_getCellById(cellId); //Get...
-
How can a user remove the value from a drop down list column after he/she selected an entry in the drop down list. We tried to assign an empty string to the UltraGridColumn.ValueList.Prompt property. However, the empty string entry can not even be found inside the dropdown list. If we assign anything...
-
I have large drop-down column on an UltraWebGrid and I want to disable ViewState so that the browser doesn't need to postback that huge list. I've tried setting ViewState="False" on the grid - which disables some of the styling state, but it doesn't remove the list data from the...
|
|