|
Browse by Tags
All Tags » UltraWebGrid » [ultrawebgrid] ( RSS)
-
Hi, Under some circumstances it may be possible for my Webgrid not to have any data and consequentially to display the 'No Data to Display' message. My question is: where can this message be changed? I would like to display my own custom message instead.
-
Hi, I've got a webgrid that is automatically grouped on a specific column. However the sorting of the rows is incorrect. They appear in descending order rather then ascending. This is strange because the DataTable that is bound to the grid is specifically sorted in ascending order. Does the Webgrid...
-
Thank u for the reply, but the problem cant be that. The browser find the image "carrello.gif" but the problem is that the image is show inside the grid only after one refresh of the asyncrefreshpanel and not on the initial loading of the page. I tried the ur 2 solutions but not not work both...
-
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 all, i have an ultrawebgrid inside a webasyncrefreshpanel. the code created inside the load event, create a column in the ultrawebgrid. the vb.net code that i have used is: Dim colonna2 As UltraGridColumn = New UltraGridColumn(True) colonna2.Type = ColumnType.Button colonna2.Width = 40 colonna2.CellStyle...
-
Hi I am using ultrawebgrid with unbound & multiheader columns to populate data. Data is getting populated correctly . But when the page is postbacked grid is refreshed without maintainng its state even though I am maintaining state while creating columns an headers. Second issue is some multiheader...
-
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...
-
Hi Rumen, Thanks for the reply and here is the code that I wrote function AfterExitEditMode(gridID,cellID) { warningOff(); var oGrid = igtbl_getGridById(gridID); var oRow = igtbl_getRowById(cellID); var sum = 0; for(i = 0; i < oGrid.Rows.length; i++) { var oRowIt = oGrid.Rows.getRow(i); var cell0...
-
Hi, I have a WebGrid with a WebPercentEditor and a Dropdown in two columns (editor in the second column and dropdown in the last column, Grid has 5 columns). I am loosing focus when I try to do a fast tabbing through the rows of the grid. Tabbing direction is from left to right. I have all other columns...
-
Hi, I am using the UltraWebGrid inside an UpdatePanel on my page and I am getting numerous Javascript errors after I call the __doPostBack function from a client-side event handler. The grid works fine beforehand, but after the function is called many client-side events (mouse movements and clicks on...
|
|