|
Browse by Tags
All Tags » [ultrawebgrid] ( RSS)
-
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...
-
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...
-
Hi. I have a DataTable with ~20 columns worth of data. There is a subset of about 8 columns that the user needs to see in the grid, but I would like to give the user the ability to click the + (as in a hierarchical grid) and expand to see all the details of the record across multiple rows. Note that...
-
Hi All, I am using infragistics grid in the my application.One colum I have bined using Eval().When I am grouping the columns its showing me the following execptions "databinding methods such as eval(),xpath(), and Bind can only be used in the context of a databound control". Please help me...
-
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...
-
I have AllowRowFiltering turned on my grid. The dropdown looks fine for the first two columns as a single item shows up in the dropdown such as the Job No. or Completion Date from SharePoint. My problem is the third column which has a combination of ‘colored icon + status’ as the data that it is pulling...
-
I have been searching for a way to filter my web grids and combos using javascript and not doing a postback or using AJAX to hit the server again. I was not able to find anything. My goal was to filter a grid based on the value chosen in a combo box. I finally came up with a little routine that works...
-
Hi I am using UltraWebGrid in my application I just want to know whats the difference between FormatHiddenBoundColumn and FormatBoundColumn of ultrawebgrid. In FormatHiddenBoundColumn the existing code was in such a way that first parameter is gridname and second parameter is CoumnName and third parameter...
-
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...
-
Hi, I have used UltraWebGrid in one of my page. There are some issues that I would like to get help. Issues are...... First. Instead of fixed sized header column I would like to have flexible header column size so that when the user shrinks the browser the column size gets adjusted accordingly. I have...
|
|