|
|
Browse by Tags
All Tags » sorting
-
Hi there,
There appears to be an issue in ES2007.1.1210. I'm using ES to retrieve some data from SQL Server 2005, and one of the columns is computed using the cumulation of two UDFs. The SQL is as follows.
Code:1 SELECT
2 DISTINCT u.[UserId] AS 'UserId',
3 ud.[Name] AS 'Name',
4 ...
-
I've searched the forums for this and it seems like a common topic, so I apologize in advance if I missed the answer. Is there *any* way to sort on virtual columns in the current 2007 release? I've read that DevExpress and Infragistics Grids might handle it, but I am using the (free) KryptonDataGridView.
I've followed the steps ...
-
Thanks for the prompt response!!! I'm impressed!!!
Your suggestion worked right away! Thanks a lot!
-
I successfully used the EsDataSource to bind Gridviews, DetailViews as well
as editing, selecting , deleting and inserting data. I even got to configure
paging, but sorting is giving me a headache...
After reading several different threads and trying different things, I
decided to ask for help. Here is what I have:
Code in the ...
|
|
|