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
91
DataRecord is not Selectable
posted

Hi, 

When I add a new record to my grid, that record is not selectable again, yet the records that were filled upon loading the grid are selectable.  There is a protected property call IsSelectable.  My old records return true for this property, but my new records return false after I have added the record.  Specifically, when the RecordUpdating event is fired the rnew ecord is selectable, when the RecordUpdated event is fired that record is no longer selectable (the property returns false).  The documentation is quite sparse for this property, "Returns true only if the record can be selected" is the extent of the documentation.  What determines the selectabiity of a record?  Why would the initial records be selectable but the added records not be?

 Thanks for your help!

TJ

Parents
No Data
Reply
  • 8576
    Offline posted
    Hi TJ -
     
    How are you adding the records to the grid?  Are you using the grid's UI to add the records or are you adding records in code?  If in code, please describe how you are doing this.  Thanks.
     
    Joe Modica
Children