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