Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
840
Select a row on Cell or Row Select
posted

How do we select the row when the user selects a cell or row?  I am using the default template and only the cell is selected.

 

The FieldSettings has options for SelectCell, SelectRow, and EnterEditMode.  Is it possible to do multiple options (Enter Edit Mode AND Select Row)?

Parents
  • 35319
    posted

    Hello,

     

    Thank you for your post. I have been looking into your question and I am not sure that I understand correctly your request. If the ‘CellClickAction’ property is set to ‘EnterEditModeIfAllowed’,  the corresponding record is selected and the click cell is in edit mode. You are able to access the selected record and the selected cell by :

     

    this.xamDataGird1.ActiveRecord and this.xamDataGrid.ActiveCell

     

    If you need any further assistance on this matter, do not hesitate to ask.

Reply Children