R
Richard.Kelters
Guest
Hi, Is het possible to determine which record is associated with a certain UltraGridRow or reposition the Grid's associated query to the record associated with a row? We've added multiple selection possibility to a grid and could reposition a query to row based on the index of the UltraGridRow but now we'd like to add the group-by-box possibilty to such a grid. The group-by option gives the grid extra rows which invalidates the row equals to index comparison. I could of course do some arithmetic using a break by on the associated query but rather not if there's a simpler way. Richard
Continue reading...
Continue reading...