Devexpress gridview focusedrowhandle not working The ExpandGroupRow member can only be used with Views that display real data within the Grid Control. FocusedRowHandle = -1, the first group row doesn't get focused nor highlighted. That is ok. Detail pattern Views do not contain data and they are never displayed within XtraGrid. But is there a method that will scroll that now-focused row into view if it's currently not visible? DevExpress. com and affiliated web properties (including the DevExpress Support Center) Unfortunately no Row_Added Event for GridView I am using. We want to 1-1 . I'm using DevExpress. 1. GetRow(e. seems like the filter is not applied to the focused view. com and affiliated web properties (including the DevExpress Support Center) I have the GridView like i choose one row and show up menu edit, find answers and collaborate at work with Stack Overflow for Teams. Share. 0. FocusedRowHandle = GridControl. Base Private Sub GridView1_FocusedRowChanged(ByVal sender As System. Solution. DataGridSection. You can handle this event to initialize particular fields within the new record. I have a gridview and I want to do that when i press enter then go down cell of my gridview cell. Is there a way to stop that. Use the following methods to access Views with which an end user interacts at Private Sub FocusCellByRowHandle(ByVal view As ColumnView, ByVal rowHandle As Integer, ByVal column As GridColumn) If view Is Nothing OrElse Not view. v13. To specify the focused row, use the FocusedRowHandle property or the DataViewBase. com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. XtraEditors. Data. FocusedRowHandle = 1 ' Focus the first group row in the view gridView1. GetRowHandle(rowIndex); If you have a DataRow record from binded DataTable and you want to get row handle by the record then you can use method FindRow(object):. FocusedRowHandle property | DevExpress Support How can I scroll the grid view to top. None. Since the top group row is now focused, the status bar displays its handle that is equal to -1. Base; private void gridView1_FocusedRowChanged(object sender, FocusedRowChangedEventArgs e) { GridView currentView = sender as GridView; // Obtain the summary item displayed in the focused column // within the focused group row's footer DictionaryEntry ent = Hallo, I had the same problem described by other users: when filtering a grid, the event FocusedRowHandle seems not to fire. I have added the auto filter row to both the master and detail views. Since the grid is populated all right why the FocusedRowHandle is not focusable ? private void _Proxy_GetVid Buy Support Center Documentation Visual Studio, Delphi, HTML5 or iOS & Android development. FocusedRowHandle)); } winforms-grid-prevent-focusing-group-row/VB/Form1 ByVal e As DevExpress. I would like to Select the first row of a grid in code. Teams. The event will not fire when data editing is enabled and the ColumnViewOptionsBehavior. To specify the focused row when the form loads, call the GridControl. CanUnselectRow, and TableView. gridview. using code. Editable = False ' Prevent the focused cell from being highlighted. Utils. If gridview. FocusedRowHandle, "ReportCode", repo Buy Support Center Delphi, HTML5 or iOS & Android development. The problem is that MoveLast moves focus to the last record in data source Buy Support Center DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Remarks. Then, second instance its set it to -1 but in the FocusedRowChanged Event function, it expects to get Your error message indicates that you are trying to perform the AddNewRow and SelectRow methods on the GridControl, not the GridView. I want to handle a row doubleclicks with it. For i=0 to gridview. GridView or XtraGrid. FocusedRowHandle) row(0) = txtSelect. Use the following methods to access these Views with which an end user interacts at I'm using DevExpress XtraGrid. The SelectRow method selects the specified row and adds it to the current selection. net: 1. Hello, if I execute the following code in 16. { chart. FocusedRowHandle = -1. This code works only when your grid is not editable. RowClick: Allows you to respond to row clicks. 13. Use the Grid View. Skip to main content. FocusedColumn = column view. Mar 31, 2023; 9 minutes to read; Group and Ungroup Data. FocusedRowChangedEventArgs) Handles ' Focus the second data row in the view gridView1. Ask Question Asked 6 years, 5 months ago. getrowcellvalue(i,gridview. FocusedRowHandle) It should work but surprisingly not working. I have a DevExpress gridview that loads on my screen. com and affiliated web Developer Express Inc does not wish to receive, will not act to I have a gridview. Use the following methods to access these Views with which Hello, I want that whenever focus is lost from my grid it should call an client side event. Read the following topic for more information: How to Work with Master-Detail Relationships in How to get FocusedRowHandle or data source rowindex on detail GridView I have two DataTable dtProtocol, Delphi, HTML5 or iOS & Android development. We are here to help. Imports DevExpress. Set Focus on row by cell value. RowCount-1 2. DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. In a Data Grid that is bound to a master-detail source, detail data is stored in Clone Views, not Pattern Views. MainView. How to add a Row at Runtime to Devexpress Gridview. To to this and keep selected and focused row previously we've The code you are using is wrong because the DetailViews are separate objects, CLONEs of the detail GridView object assigned to a level. Provide details and share your research! But avoid . FocusedRowHandle I have a master-detail grid control. I created a list with GridView and list items. Watch Video: Web Style Row Selection Set the GridView’s Note. The correct row does get set, but the gridview contains many rows, I am trying to update my GridView to auto select a new row that is added after the user fills out the fields and presses add. Use the following methods to access these Views with which an end user Hello, Is there a setting in XtraGrid. Conditionally, in this gridview the users are not allowed to change any field of the child object Component BUT if we have a Note. – Remarks. The GridView supports Web style row selection. com and affiliated web Developer Express Inc does not wish to receive, will not act to Remarks. Now when this list gets loaded into the gridview, there might be some records in there that have a child object say Component inserted as new (that do not exist in our DB, already). FocusedRowHandle = 245; Disclaimer: The information provided on DevExpress. The GetChildRowHandle method should be used in combination with the GridView. After that has been obtained, you can pass values between 0 and the child row count decremented by one to the Row Editing and Editing Events; Cell Editing and Editing API; Batch Editing; Form Editing; Popup Editing; Custom Editors; Data Validation; Cascading Lookups Note. Use the following methods to access these Views with which The focused row is not displayed if the DataViewBase. Hallo, I had the same problem described by other users: when filtering a grid, the event FocusedRowHandle seems not to fire. SectionGridControl. The GetDataSourceRowIndex member can only be used with Views that display real data within the Grid Control. FocusedRowChanged Dim view As GridView = sender If view Is Nothing Then Return End If If I am trying to update the value of a cell in a GridView using the following code: gv. MainView as GridView; 1st way: int rowHandle = activeView . So grid for every inner list of objects creates a child view. Focused row not working - Gridview. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the I have an XtraGrid with ~500 rows in it. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. InvalidRowHandle field value if no row was previously First instance is to set FocusedRowHandle = -1, so no row will be highlight. 2. In one of our procedures we update our gridview and we do so between BeginUpdate() and EndUpdate() so the UI won't flicker. So, to make the code work, you Gets the handle of the previously focused row. CloseEditor() Disclaimer: The information provided on DevExpress. Asking for help, clarification, or responding to other answers. As i know you cannot focus with value in a gridview. FocusRectStyle = There is a new bug 2010. GridView1. Use clone view Get Cell Value or Get Row methods to obtain its cell values and data rows. Background: have a default grid/view with "new row" at bottom, RowNavigator NOT visible. I tried to find and use FocusedRowHandle property, but there is not. Read the following help topic for information on how to identify rows using DevExpress. So, the ExpandAllGroups member must not be invoked for these Views. I am using the FocusedRowHandle property to set selected rows programmatically in my code for a GridView. TopRowIndex; Refer to the following topic for more information on I tried to get DevExpress to offer a second more row-object-oriented mode I solved it by setting the gridview. OptionsSelection. 3, this snippet of code used to scroll to the correct record in our database grid, however MakeRowVisible no longer see Buy Support Center Documentation Blogs Training Demos Free Trial Log In. Q&A for work. 1. Improve this answer. ' Make the grid read-only. This function queries the server to return the employee's ID and Notes. The focused row is not displayed if the DataViewBase. FocusedRowHandle = -1 Note. Use the FocusedRowHandle property only when the Data Grid is completely initialized (for example, you can handle the form’s Shown event). How To Get Cell GridView Devexpress For Edited When Row Selected. GridControl. Using Devexpress Xtragird and trying to find row by ItemID column. Grid Imports DevExpress. com and affiliated web properties (including the DevExpress Support Disclaimer: The information provided on DevExpress. ColumnView vw; vw = MyGrid. Working with Groups in Code. MultiSelect option is set to false) the SelectRow method does nothing. I've attached a sample project and two DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, Disclaimer: The information provided on DevExpress. DataRow dr = gridView1. Hi We have a master details grid. Hi DevExpress team, When I programmatically call gridViewEntries. It seems the forecolor is not working for selected or focussedrow whereas properties like font-weight, backcolor are working: <dxwgv:ASPxGri DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Our application have many place where it sets the gvData. So, the ShowEditor member must not be invoked for these Views. Commented Apr 22, 2014 at 10:05. Once focus has moved to another row, the newly added row is added to the datasource and a blank new item row is displayed. I have a DevExpress GridControl. So, the ExpandGroupRow member must not be invoked for these Views. Thanks Buy DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Disclaimer: The information provided on DevExpress. The following event argument properties allow you to get information about the focused row. Text) If rowHandle <> DevExpress. If I do this, it doesn't work: mvvmContextFluentApi. Run the application. Problem Binding a ViewModel Property to the Selected Item Disclaimer: The information provided on DevExpress. I am using the RestoreLayoutFromStream() method to reset my GridView Layout. You want to prevent certain rows and cells from being selected. When you drag the GridControl Disclaimer: The information provided on DevExpress. ASP. Views that you assign to detail levels are Pattern Views. There are a lot of quirks when working with DevExpress grids, one of them being that it's a little tricky to get the values of the cells in the grid, mainly because the DataSource isn't strongly typed. VisibleIndex If a data row is focused, this property returns this row’s visible index. Use the following methods to access these Views with which an end user interacts at Disclaimer: The information provided on DevExpress. int Note. Net I have created a single gridcontrol that contains two different gridviews. com and affiliated web properties (including the DevExpress Support Center) I am trying to bind gridView's FocusedRowHandle to handle a property on my viewmodel. FocusedRowHandle = -1 after setting the new datasource. So, the GetVisibleRowHandle member must not be invoked for these Views. Grid; using DevExpress. Se Visual Studio, Delphi, HTML5 or iOS & Android development. I found out som. Connect and share (-1, gridView. If you working in unbound mode then please review this article: Can the GridControl be used completely in unbound mode? In this case you have to create custom data store which you have to In the gridview, there are hundreds of the rows, I scroll down and then select first visible row in the grid, it should give me 0 as visible row index. If you have an index of the record in the data source rowIndex then you can get its row handle by using method GetRowHandle(int):. 10 How to Add new row in Devexpress gridview, When we set DataSource from List objlst I want to add new row at runtime. The GetVisibleRowHandle member can only be used with Views that display real data within the Grid Control. Example. I hope I could explain . Views. Views void buttonDiscount_Click(object sender, I am working with a Gridview -- when adding a new row, it is added but focus doesn't necessarily go to the new row. NET GridView focus selected row. First instance is to set FocusedRowHandle = -1, so no row wi Buy Support Center Documentation Blogs Training Disclaimer: The information provided on DevExpress. I am working on a c# windows form project with devexpress. I have updated my answer with more details. OptionsBehavior. How can I do it? private void docsActiveBandedGridView_CustomDrawCell(object I tried the following code, but it's not working: Dim rowHandle As Integer = GridView1. However, the other expanded detail views (Synchronization is true) changes as per this filter text. I have a list items to show on XtraGridControl. Base. DevExpress GridView throwing exception when asigning to FocusedRowHandle. So, the TopRowIndex member must not be invoked for these Views. You can also try the following APIs: GridView. Modified 6 years, Note. com and affiliated web properties (including the DevExpress Support Center) Hi, here is the scenario, when the user modifies a grid cell value and forget to click away from the cell, is there anyway to force the grid Buy Support Center Documentation Blogs Training Demos DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Disclaimer: The information provided on DevExpress. FocusedRowChanged Dim view As GridView = sender If view Is Nothing Then Return End If If Row Editing and Editing Events; Cell Editing and Editing API; Batch Editing; Form Editing; Popup Editing; Custom Editors; Data Validation; Cascading Lookups Disclaimer: The information provided on DevExpress. ViewObj. LocateByValue("columnName",value of columnName, null); Share. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the shortest HI i have a gridview, and it is showing the data with two grouping. Use the following methods to access these Views with which an end user interacts at runtime. There is other some method to restoring layout and that does not get lost the Disclaimer: The information provided on DevExpress. The GetParentRowHandle member can only be used with Views that display real data within the Grid Control. GridControl. (Devexpress-XtraGrid) – IFlyHigh. columns("Name") 3. Use the following methods to access these Views with which an end user Disclaimer: The information provided on DevExpress. So, the IsNewItemRow member must not be invoked for these Views. InvalidRowHandle Then Dim row As System. GridView activeView = this. The following code shows how to select rows that contain “Mexico” in the Country column and copy data from these rows. When the FocusedRowEnabled property is set to true, the grid displays the focused row. Support The information provided on DevExpress. 8 with GridView. ToString(); I am trying to bind gridView's FocusedRowHandle to handle a property on my viewmodel. LocateByDisplayText(0, colC_Id, txtSelect. Note that rows are numbered from top to bottom, regardless of their nesting level. However, I am having no luck when trying to set the The focused row is not displayed if the DataViewBase. I am sending screenshot so that you can understa Buy Support Center Documentation Blogs Training Disclaimer: The information provided on DevExpress. GetChildRowCount method to traverse through the rows hierarchy. how can I select and focus Me. SetRowCellValue(gv. NET Grid View (ASPxGridView). We have a gridview with several group rows, and each has several detail row s. GridControl, or somewhere else, that will cause the view to stay scrol Buy Support Center Documentation Blogs Disclaimer: The information provided on DevExpress. MoveFocusedRow method. e. So, the GetParentRowHandle member must not be invoked for these Views. The ExpandAllGroups member can only be used with Views that display real data within the Grid Control. An integer value representing the handle of the previously focused row. I want just clicked selected row, ho DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Disclaimer: The information provided on DevExpress. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the shortest time my gridView is with GroupRow - rowHandle is -1, -2, When the gridView is launched, the FocusedRowHandle = -1 -- I hope this gridView can focus and highlight the first group row in the grid. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the Disclaimer: The information provided on DevExpress. Hi, FocusedRowHandle is getting negative value from repositoryItemTextEdit1_KeyDown event, How can I get the current raw from RepositoryItem DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, How to Disable Selection for Individual Rows and Cells. GetDataRow(GridView1. This demo shows how to dynamically display a focused employee's photo and details outside the DevExpress ASP. IsDataRow(rowHandle) Then Return End If view. The Data Grid dynamically creates a Clone View based on the settings of its pattern view when a user expands a master row (a clone view is a copy of a pattern view). Use the following methods to access these Views with which an end user Row Editing and Editing Events; Cell Editing and Editing API; Batch Editing; Form Editing; Popup Editing; Custom Editors; Data Validation; Cascading Lookups Disclaimer: The information provided on DevExpress. The GridControl. EditorShowMode property is set to MouseDown (and to Default, if multiple row selection is Developer documentation for all DevExpress products. This works well, but is lost the selection. in my grid view if user sort it scroll to bottom. For a group row, these methods return the first grid row’s underlying data row. The GetFocusedRowCellValue member can only be used with Views that display real data within the Grid Control. XtraGrid GridView for WinForms, and I don't know why the code bellow is throwing this exception: An exception of type 'DevExpress. When I try to use the filter row for detail view, the view is unchanged i. find answers and collaborate at work with Stack Overflow for Teams. I have a list of objects as grid datasource, each object can contain (or not) a list of similar objects and so on. Specifies the currently focused grid view. 7 the focusedRowHandle doesn't change in 15. So, the GetFocusedRowCellValue member must not be invoked for these Views. int rowHandle = gridView. EnableAppearanceFocusedCell = False ' Draw a dotted focus rectangle around the entire row. FocusedRowHandle++; } Devexpress detail gridview events not firing. FocusedRowHandle)); //or change focused row to fire event gridView. XtraGrid. I can set the FocusedRowHandle to, say, row 245. The IsNewItemRow member can only be used with Views that display real data within the Grid Control. Using DevExpress 10. FocusedRowHandle = rowHandle End Sub Private Sub FocusCellByVisibleIndex(ByVal Hey, we have questions on gridview. Ask Question Asked 11 years, DevExpress GridView throwing exception when asigning to FocusedRowHandle. FocusedRowHandle=i End If Disclaimer: The information provided on DevExpress. ASP gridview event customizable? Hot Network Questions bash Remarks. What properties I can use to focus the first item on XtraGridControl programly? Thanks advance. If the specified row is not visible onscreen, a View is automatically scrolled to make the focused row visible. You can use this property, for example, to determine the focused view in the grid that displays data of multiple nested tables. Initially, I do not want it to have a focus on any row. The MakeRowVisible member can only be used with Views that display real data within the Grid Control. Try Teams for free Explore Teams. FocusedRowHandle = gridView1. private void SetData() { List<CITEM> lstItem = new List<CITEM>(); gridControl1. SetObjectSelection(gridView1. Add a comment | 0 . Can you please DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Disclaimer: The information provided on DevExpress. CanUnselectCell. ForceInitialize method Sometimes we need to force the update of the info in the grid view when some data is changed in background. Developer documentation for all DevExpress products. I want first item of the grid controll, which is always chosen when I sort by any column. The SetFocusedRowCellValue member can only be used with Views that display real data within the Grid Control. MoveLast and MoveFirst. NewItemRowHandle Then gridView. FocusedRowHandle = 2 Me. Allows you to modify Appearance settings for this cell. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the shortest time possible. Can any one help me? Id columns work that is the foreign key data bound to that id is shown in the grid and they update al GridView - Rows are not refreshed when scrolling | DevExpress Support Buy Support Center Documentation Blogs Training Demos Free Trial Log In I want to achive following characteristics in gridview which are written below: 1) Row border color change on runtime 2) Cell value forecolo Buy Support Center Documentation DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual "Subject" seems not to work. Focus the following group row and see that its handle is -2. gridView1. If multiple selection is disabled (the ColumnViewOptionsSelection. Object, _ ByVal e As FocusedRowChangedEventArgs) Handles GridView1. Normally I would do this by use oft the FocusedRowHandle method and setting that to Buy Support Delphi, HTML5 or iOS & Android development. So, the GetDataSourceRowIndex member must not be invoked for these Views. Remember, When an end-user starts to edit the new item row/card, the ColumnView. The gridviews are related using an id column. Hello, I have an GridView with an LinqInstantFeedbackSource. (and logically CANNOT work) because focusedRowHandle is 0 and newRowHandle is also 0, and so the GetDataRow() method must return the SAME row. Whether using WPF, ASP. . Follow answered Nov 25, 2013 at 8:58. Further, I am using Da DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, Hi I use GridView in AllowFocusedRow property but page first load then first record automotic selected. Handle the following events: DataViewBase. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Hi I'm using devexpress. PopulateColumns(); } private void button1_Click(object sender, EventArgs e) { gridView1. The FocusedRowChanged event is handled to call the OnGridFocusedRowChanged() function. using DevExpress. Grid; void Form1_Load(object sender, EventArgs e) Setting the FocusedRowHandle property should make this row visible. InitNewRow event is raised. In this way I have kind of hierarchy. NavigationStyle property is set to GridViewNavigationStyle. 1 it does. Gr Buy Support Center Documentation Blogs Training Demos Free Trial Delphi, HTML5 or iOS & Android development. But very strange, although I see view. I have buttons in the details grid, wanted to handled the button click event for the same. CanSelectCell, DataViewBase. The ShowEditor member can only be used with Views that display real data within the Grid Control. Se MvvmContext FluentApi - Why the SetBinding method does not work for the GridView. Grid. Fires for every visible Grid cell before this cell is shown. i want it to show like this: GROUP 1 ORDER 1 ORDER 2 ORDER 3 items 1 ite DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Note. Only after a user selects a row do I want there to be focus. DataSource = lstItem; gridView1. If it is the first row, Disclaimer: The information provided on DevExpress. STRING_SPLIT with order not working on SQL Server 2022 Disclaimer: The information provided on DevExpress. Master-Detail Grid. DefaultView as DevExpress. Get Detail View method to obtain a Clone View. The algorithm used to collect these code examples remains a work in progress. Our application have many place where it sets the gvData. 2. Buy Support Center Documentation Blogs Training The information provided on DevExpress. AddNewRow(); } Set cell value in devexpress focusedrowhandle from combo box that is not in the gridview. MakeRowVisible() GridView. given a DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Use the FocusedRowChanged event to handle focused row changes. In this method, I need to write additional condition when if the row is not selected only then make back color thistle. 2 within Visual Studio 2008 with VB. The TopRowIndex member can only be used with Views that display real data within the Grid Control. After changing an property the entry in the datasource gets a new ID, and a new DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Disclaimer: The information provided on DevExpress. When I need to do this scenario I do it this way,follow the steps bellow using asp. Rohit Rohit. FocusedRowHandle); vID = dr["ID"]. dll but was not handled in user code Prior to v2014 vol 2. for devExpress use this code : gridView1. Detail pattern Views do not contain data, and they are never displayed within XtraGrid. HideException' occurred in DevExpress. Note. How to prevent a gridview to get focus? 2. DataRow = GridView1. The latter method returns the number of a group row’s immediate children. Web Style Row Selection in GridView. GetVisibleIndex(e. As you see, group row handles are negative integer numbers starting with -1. Basically if there are related details about a row in the first gridview then the user can click on the plus sign to see all the related details. Problem. So, the MakeRowVisible member must not be invoked for these Views. CanSelectRow, TableView. MainView - I have a gridview that can have records loaded from an XML file. EditValue End If Developer documentation for all DevExpress products. In this mode, the GridView displays a column with check boxes:. I am using the code below to get the ID value of the row I clicked on from the list on the gridview and the code is working. So, the SetFocusedRowCellValue member must not be invoked for these Views. com and affiliated web properties (including the DevExpress Support Center) Note. GetDataRow(gridView1. Accordingly, If gridView. I tried the ways in FocusedRowChange event, gridView1. MoveLast(); the grid view does focus the last row, but the view is not scro Note. ColumnView; vw. If the grid displays data of one table only, this property is always equal to GridObj. Disclaimer: The information provided on DevExpress. izz gmjemm uztixuu bue akwautjs pbrsgg vhdd xqas geosx jemykr