|
Browse by Tags
All Tags » Sort ( RSS)
-
I have an explorer like tree which is bound to a datasource. I want to be able to sort by something other than the text of the node. For example, I have a "NodeType" field and the value is either Folder or File. I want all Folders to be on top, and for a bonus, files sorted by FileName (which...
-
Hi. After sorting a column by clicking on the header, the row index property isn't updated to reflect the new order. I have an ultra grid with a user name column and a textbox where the user may type in a username to search for. On the ultragrid.InitializeRow method i match the value of the row with...
-
Hi, I have a grid which gets updated using the loadOnDemand=xml and the initalise data source event. I have fixed headers turned on as well as the other necessary properties so that the colum headings should stay at the top when vertically scrolling...but after the grid is loaded with data, when you...
-
Hi All, I’m using Infragistic grid 6.3. I create a DataView and sort my data prior to displaying it in the grid by columns “C” and “D”. I also AllowSorting.OnClient. When the user clicks on the column “A” to sort, it works, but when I do a new search I expect my default sort (DataView sort) to work and...
-
Hello, I have a grid that has client sort enabled and I set conditional formatting in the Initialize Row event. Every time the column header is clicked the row formatting is lost. The control version is Infragistics2.WebUI.UltraWebGrid.v7.1 and I have XML Load on Demand set. Is there any way to retain...
-
Hi, I've got a grid with several alpha-numeric columns that sort fine, but the DateTime column does not sort correctly. When you click the header it will change the order of the rows but it is not it any logical order. It's funny because it seems that it will sort Descending but not Ascending...
-
Hi, I need to override the sort rule of Xamdatagrid, so It seems I have to set the LabelClickAction to nothing ,then when click at a column header ,add my custom sort rules. But I need the SortIndicator to show when LabelClickAction is nothing ,what shall I do?
-
Hi, I am having problems changing the background color of the header in a column when sorting by that column. I am trying to set the color in the UltraWebGrid1_SortColumn function, and it appears that i can set the value ok, but it is not doing the display. the code is as follows. Private Sub UltraWebGrid1_SortColumn...
-
This is the code to my webgrid: < asp : UpdatePanel ID ="_UP1" runat ="server"> < ContentTemplate > < igtbl : UltraWebGrid ID ="UG1" runat ="server" Browser ="Xml" Height ="200px" Width ="325px" DataSourceID ="getCustomerHeader"...
-
i have a an ultrawebgrid which holds about 3000 rows, i don't use a pager, all the rows are in a single page and i'm having trouble with sorting it. since using the built in sort functions takes to much time since the table is very big, my last resort was just editing the sql query and rebinding...
|
|