|
Browse by Tags
All Tags » [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...
-
I need to show a message in the area where page index shows..
for example:
you are watching data from 1 to 7
and Total records:16 1.2.3.4...
I need the above extra message to show in the bottom where page index is shown..
i need to show the message and also the...
-
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...
-
Can we Drag and Drop a web grid row or cell onto a webtree?
-
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...
|
|