You searched for the word(s): userid:7558
-
Scenario, The MS-SQL DB has three tables ApptTBL: Fields: idApt Int, Employees varchar(1028), ... plus other related appointment fields (start, end, ....) [Appointments Source] EmployeeTBL: idEmp int, EmpName char(60), Active Bit, ... [Resources Source] EmpApptsTBL: idEmp int, idAppt int. (this it the "cross-link" table of which employees are assigned to an appointment) ASPxScheduler.Storage.Appointments.ResourceSharing = yes; The way ASPxScheduler works, this is no way to directly link
-
Grouping is not being used.
I have a client that doesn't want a new record to jump to its sorted position.
They want to enter a bunch of records to the bottom of the grid.
Then hit a button to put the grid in sorted order.
To disable sorting I've tried for I := 0 to cxGrid_RecipeDBTableView1.ColumnCount - 1 do cxGrid_RecipeDBTableView1.Columns[I].SortOrder := TcxDataSortOrder(soNone); and using the grid pop menu "Clear Sorting" Yet after posting the new record it jumps to a new spot, doesn