J
JPMeister
Guest
Hi, I'm trying to add child rows to my ActiveRow on my UltraGrid, both Temp-tables schema are in the BindingSource which is then assigned to DataSource for the UltraGrid. The BindingSource property AllowNew is set to true and I have also assinged the ChildAllowNew for the child temp-table to true with the below code: bsMain1:ChildAllowNew:Item["tt"]. Even without this code it seems this property was already set to true. This code below is the code I'm trying to use to Add the new record for the child temp-table within the grid: dg:ActiveRow:ChildBands:Item[0]:Band:AddNew(). And the error I'm getting is the following: System.NotSupportedException: Row insertion not supported by this data source Please let me know if there is anything else extra I'm supposed to do here that I'm missing, Thanks, My Environment: Developer Studio 11.7.1 running on Windows 10
Continue reading...
Continue reading...